diff --git a/firebase.json b/firebase.json index 5283f78452..5815f7a5fa 100644 --- a/firebase.json +++ b/firebase.json @@ -237,6 +237,7 @@ { "source": "/guides/libraries/writing-package-pages", "destination": "/tools/pub/writing-package-pages", "type": 301 }, { "source": "/guides/libraries/useful-libraries", "destination": "/resources/useful-packages", "type": 301 }, { "source": "/guides/platforms", "destination": "/overview#platform", "type": 301 }, + { "source": "/guides/whats-new", "destination": "/resources/whats-new", "type": 301 }, { "source": "/install", "destination": "/get-dart", "type": 301 }, { "source": "/install/**", "destination": "/get-dart", "type": 301 }, { "source": "/install/archive", "destination": "/get-dart/archive", "type": 301 }, diff --git a/src/content/guides/index.md b/src/content/guides/index.md index 9e9ec8481a..24afe591c8 100644 --- a/src/content/guides/index.md +++ b/src/content/guides/index.md @@ -8,7 +8,7 @@ Welcome to the Dart documentation! For a list of changes to this site—new pages, new guidelines, and more—see the [What's new][] page. -[What's new]: /guides/whats-new +[What's new]: /resources/whats-new Here are some of this site's most visited pages: diff --git a/src/content/guides/whats-new.md b/src/content/resources/whats-new.md similarity index 100% rename from src/content/guides/whats-new.md rename to src/content/resources/whats-new.md