Skip to content

Commit 7cec8b9

Browse files
committed
Use HTTPS when linking to projectfluent.org
1 parent 4747526 commit 7cec8b9

File tree

9 files changed

+15
-15
lines changed

9 files changed

+15
-15
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ and others.
4747
[Read the Fluent Syntax Guide][] in order to learn more about the syntax. If
4848
you're a tool author you may be interested in the formal [EBNF grammar][].
4949

50-
[Read the Fluent Syntax Guide]: http://projectfluent.org/fluent/guide/
50+
[Read the Fluent Syntax Guide]: https://projectfluent.org/fluent/guide/
5151
[EBNF grammar]: https://github.com/projectfluent/fluent/tree/master/spec
5252

5353

fluent-bundle/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,5 +78,5 @@ implementations, and information about how to get involved.
7878
[babel-polyfill]: https://babeljs.io/docs/usage/polyfill/
7979
[Stage 3 proposal]:https://github.com/tc39/proposal-intl-plural-rules
8080
[env preset]: https://babeljs.io/docs/plugins/preset-env/
81-
[projectfluent.org]: http://projectfluent.org
82-
[FTL]: http://projectfluent.org/fluent/guide/
81+
[projectfluent.org]: https://projectfluent.org
82+
[FTL]: https://projectfluent.org/fluent/guide/

fluent-bundle/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@fluent/bundle",
33
"description": "Localization library for expressive translations.",
44
"version": "0.14.0",
5-
"homepage": "http://projectfluent.org",
5+
"homepage": "https://projectfluent.org",
66
"author": "Mozilla <l10n-drivers@mozilla.org>",
77
"license": "Apache-2.0",
88
"contributors": [

fluent-dedent/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,5 +94,5 @@ implementations, and information about how to get involved.
9494

9595

9696
[env preset]: https://babeljs.io/docs/plugins/preset-env/
97-
[projectfluent.org]: http://projectfluent.org
98-
[FTL]: http://projectfluent.org/fluent/guide/
97+
[projectfluent.org]: https://projectfluent.org
98+
[FTL]: https://projectfluent.org/fluent/guide/

fluent-dom/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,5 +70,5 @@ documentation of the Fluent file format ([FTL][]), links to other packages and
7070
implementations, and information about how to get involved.
7171

7272

73-
[projectfluent.org]: http://projectfluent.org
74-
[FTL]: http://projectfluent.org/fluent/guide/
73+
[projectfluent.org]: https://projectfluent.org
74+
[FTL]: https://projectfluent.org/fluent/guide/

fluent-gecko/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ implementations, and information about how to get involved.
2323

2424

2525
[README]: ../fluent/README.md
26-
[projectfluent.org]: http://projectfluent.org
27-
[FTL]: http://projectfluent.org/fluent/guide/
26+
[projectfluent.org]: https://projectfluent.org
27+
[FTL]: https://projectfluent.org/fluent/guide/

fluent-react/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,5 @@ implementations, and information about how to get involved.
6161

6262

6363
[env preset]: https://babeljs.io/docs/plugins/preset-env/
64-
[projectfluent.org]: http://projectfluent.org
65-
[FTL]: http://projectfluent.org/fluent/guide/
64+
[projectfluent.org]: https://projectfluent.org
65+
[FTL]: https://projectfluent.org/fluent/guide/

fluent-syntax/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,5 @@ implementations, and information about how to get involved.
4848

4949

5050
[env preset]: https://babeljs.io/docs/plugins/preset-env/
51-
[projectfluent.org]: http://projectfluent.org
52-
[FTL]: http://projectfluent.org/fluent/guide/
51+
[projectfluent.org]: https://projectfluent.org
52+
[FTL]: https://projectfluent.org/fluent/guide/

fluent-syntax/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@fluent/syntax",
33
"description": "AST and parser for Fluent",
44
"version": "0.14.0",
5-
"homepage": "http://projectfluent.org",
5+
"homepage": "https://projectfluent.org",
66
"author": "Mozilla <l10n-drivers@mozilla.org>",
77
"license": "Apache-2.0",
88
"contributors": [

0 commit comments

Comments
 (0)