Skip to content

Commit 48c2988

Browse files
authored
Use https in redirect rules (#1939)
Fixes #1937
1 parent eb37651 commit 48c2988

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

firebase.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
{ "source": "/articles/m*{,/**}", "destination": "/articles", "type": 301 },
6363
{ "source": "/assets/dart-logo-for-shares*.png", "destination": "/assets/shared/dart-logo-for-shares.png?2", "type": 301 },
6464
{ "source": "/assets/dart-logo-wordmark*.png", "destination": "/assets/shared/dart-logo-for-shares.png?2", "type": 301 },
65-
{ "source": "/atom.xml", "destination": "http://news.dartlang.org/feeds/posts/default", "type": 301 },
65+
{ "source": "/atom.xml", "destination": "https://news.dartlang.org/feeds/posts/default", "type": 301 },
6666
{ "source": "/authors/bob-nystrom?(.html)", "destination": "/resources/authors/bob-nystrom", "type": 301 },
6767
{ "source": "/authors/florian-loitsch?(.html)", "destination": "/resources/authors/florian-loitsch", "type": 301 },
6868
{ "source": "/authors/gilad-bracha?(.html)", "destination": "/resources/authors/gilad-bracha", "type": 301 },
@@ -137,7 +137,7 @@
137137
{ "source": "/install", "destination": "/get-dart", "type": 301 },
138138
{ "source": "/language-tour", "destination": "/guides/language/language-tour", "type": 301 },
139139
{ "source": "/logos", "destination": "https://github.com/dart-lang/logos", "type": 301 },
140-
{ "source": "/linter/lints/:lint*", "destination": "http://dart-lang.github.io/linter/lints/:lints*", "type": 301 },
140+
{ "source": "/linter/lints/:lint*", "destination": "https://dart-lang.github.io/linter/lints/:lints*", "type": 301 },
141141
{ "source": "/mailing-list", "destination": "https://groups.google.com/a/dartlang.org/forum/#!forum/misc", "type": 301 },
142142
{ "source": "/news{,/**}", "destination": "https://news.dartlang.org/", "type": 301 },
143143
{ "source": "/observatory{,/**}", "destination": "https://dart-lang.github.io/observatory", "type": 301 },

0 commit comments

Comments
 (0)