Skip to content

Commit 3e1e5a1

Browse files
Marcono1234AndrewKushnir
authored andcommitted
docs: update links to use HTTPS as protocol (angular#39718)
PR Close angular#39718
1 parent 1a26f6d commit 3e1e5a1

File tree

128 files changed

+275
-275
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

128 files changed

+275
-275
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
# Note: YAML anchors allow an object to be re-used, reducing duplication.
44
# The ampersand declares an alias for an object, then later the `<<: *name`
55
# syntax dereferences it.
6-
# See http://blog.daemonl.com/2016/02/yaml.html
6+
# See https://blog.daemonl.com/2016/02/yaml.html
77
# To validate changes, use an online parser, eg.
8-
# http://yaml-online-parser.appspot.com/
8+
# https://yaml-online-parser.appspot.com/
99

1010
# CircleCI configuration version
1111
# Version 2.1 allows for extra config reuse features

.vscode/extensions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
// See http://go.microsoft.com/fwlink/?LinkId=827846 to learn about workspace recommendations.
2+
// See https://go.microsoft.com/fwlink/?LinkId=827846 to learn about workspace recommendations.
33
// Extension identifier format: ${publisher}.${name}. Example: vscode.csharp
44

55
// List of extensions which should be recommended for users of this workspace.

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5313,7 +5313,7 @@ Note: 4.1.0-beta.0 release also contains all the changes present in the 4.0.1 re
53135313

53145314
### BREAKING CHANGES
53155315

5316-
From 4.0.0 @angular/core uses a [`WeakMap`](https://github.com/angular/angular/commit/52b21275f4c2c26c46627f5648b41a33bb5c8283), a polyfill needs to be included for [browsers that do not support it natively](http://kangax.github.io/compat-table/es6/#test-WeakMap).
5316+
From 4.0.0 @angular/core uses a [`WeakMap`](https://github.com/angular/angular/commit/52b21275f4c2c26c46627f5648b41a33bb5c8283), a polyfill needs to be included for [browsers that do not support it natively](https://kangax.github.io/compat-table/es6/#test-WeakMap).
53175317

53185318
<a name="4.0.0-rc.6"></a>
53195319
# [4.0.0-rc.6](https://github.com/angular/angular/compare/4.0.0-rc.5...4.0.0-rc.6) (2017-03-23)

CONTRIBUTING.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -379,13 +379,13 @@ The following documents can help you sort out issues with GitHub accounts and mu
379379
[angular-group]: https://groups.google.com/forum/#!forum/angular
380380
[coc]: https://github.com/angular/code-of-conduct/blob/master/CODE_OF_CONDUCT.md
381381
[commit-message-format]: https://docs.google.com/document/d/1QrDFcIiPjSLDn3EL15IJygNPiHORgU1_OOAqWjiDU5Y/edit#
382-
[corporate-cla]: http://code.google.com/legal/corporate-cla-v1.0.html
382+
[corporate-cla]: https://cla.developers.google.com/about/google-corporate
383383
[dev-doc]: https://github.com/angular/angular/blob/master/docs/DEVELOPER.md
384384
[github]: https://github.com/angular/angular
385385
[discord]: https://discord.gg/angular
386-
[individual-cla]: http://code.google.com/legal/individual-cla-v1.0.html
386+
[individual-cla]: https://cla.developers.google.com/about/google-individual
387387
[js-style-guide]: https://google.github.io/styleguide/jsguide.html
388-
[jsfiddle]: http://jsfiddle.net
389-
[plunker]: http://plnkr.co/edit
390-
[runnable]: http://runnable.com
391-
[stackoverflow]: http://stackoverflow.com/questions/tagged/angular
388+
[jsfiddle]: https://jsfiddle.net/
389+
[plunker]: https://plnkr.co/edit
390+
[runnable]: https://runnable.com/
391+
[stackoverflow]: https://stackoverflow.com/questions/tagged/angular

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License
22

3-
Copyright (c) 2010-2020 Google LLC. http://angular.io/license
3+
Copyright (c) 2010-2020 Google LLC. https://angular.io/license
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

aio/.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# See http://help.github.com/ignore-files/ for more about ignoring files.
1+
# See https://help.github.com/ignore-files/ for more about ignoring files.
22

33
# compiled output
44
/dist

aio/aio-builds-setup/docs/vm-setup--update-docker-container.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,4 @@ log its output to `update-preview-server.log` (assuming the user has the necessa
5959
Keep in mind that cron jobs run in non-interactive, non-login shells. This means that the execution
6060
context might be different compared to when running the same commands from an interactive, login
6161
shell. For example, `.bashrc` files are normally _not_ sourced automatically in cron jobs. See
62-
[here](http://www.gnu.org/software/bash/manual/html_node/Bash-Startup-Files.html) for more info.
62+
[here](https://www.gnu.org/software/bash/manual/html_node/Bash-Startup-Files.html) for more info.

aio/content/examples/dependency-injection-in-action/src/app/minimal-logger.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ export abstract class MinimalLogger {
1818
// #enddocregion minimal-logger-transpiled
1919
*/
2020

21-
// See http://stackoverflow.com/questions/43154832/unexpected-token-export-in-angular-app-with-systemjs-and-typescript/
21+
// See https://stackoverflow.com/questions/43154832/unexpected-token-export-in-angular-app-with-systemjs-and-typescript/
2222
export const _ = 0;

aio/content/examples/property-binding/src/app/app.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ <h2>Malicious content</h2>
7777
<!-- #docregion malicious-content -->
7878
<!--
7979
Angular generates a warning for the following line as it sanitizes them
80-
WARNING: sanitizing HTML stripped some content (see http://g.co/ng/security#xss).
80+
WARNING: sanitizing HTML stripped some content (see https://g.co/ng/security#xss).
8181
-->
8282
<p>"<span [innerHTML]="evilTitle"></span>" is the <i>property bound</i> evil title.</p>
8383
<!-- #enddocregion malicious-content -->

aio/content/examples/template-syntax/src/app/app.component.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,8 @@ <h3>
131131
<!-- New Mental Model -->
132132
<hr><h2 id="mental-model">New Mental Model</h2>
133133

134-
<!--<img src="http://www.wpclipart.com/cartoon/people/hero/hero_silhoutte_T.png">-->
135-
<!-- Public Domain terms of use: http://www.wpclipart.com/terms.html -->
134+
<!--<img src="https://wpclipart.com/cartoon/people/hero/hero_silhoutte_T.png">-->
135+
<!-- Public Domain terms of use: https://wpclipart.com/terms.html -->
136136
<!-- #docregion img+button -->
137137
<div class="special">Mental Model</div>
138138
<img src="assets/images/hero.png">
@@ -273,7 +273,7 @@ <h3>
273273
<!-- #docregion property-binding-vs-interpolation-sanitization -->
274274
<!--
275275
Angular generates warnings for these two lines as it sanitizes them
276-
WARNING: sanitizing HTML stripped some content (see http://g.co/ng/security#xss).
276+
WARNING: sanitizing HTML stripped some content (see https://g.co/ng/security#xss).
277277
-->
278278
<p><span>"{{evilTitle}}" is the <i>interpolated</i> evil title.</span></p>
279279
<p>"<span [innerHTML]="evilTitle"></span>" is the <i>property bound</i> evil title.</p>

0 commit comments

Comments
 (0)