From a9acac1f28f4c6a21227f4edd7af4fce438fcdd6 Mon Sep 17 00:00:00 2001 From: JB Cormoreche <71169221+jbcormoreche@users.noreply.github.com> Date: Fri, 15 Nov 2024 23:32:18 +0100 Subject: [PATCH] Remove /stable/ from links in firebase.json --- firebase.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/firebase.json b/firebase.json index 5283f78452..797326e272 100644 --- a/firebase.json +++ b/firebase.json @@ -148,7 +148,7 @@ { "source": "/docs/tutorials/futures", "destination": "/libraries/async/async-await", "type": 301 }, { "source": "/docs/tutorials/get-started", "destination": "/tutorials/server/get-started", "type": 301 }, { "source": "/docs/tutorials/httpserver", "destination": "/tutorials/server/httpserver", "type": 301 }, - { "source": "/docs/tutorials/indexeddb{,/**}", "destination": "https://api.dart.dev/stable/dart-indexed_db/dart-indexed_db-library.html", "type": 301 }, + { "source": "/docs/tutorials/indexeddb{,/**}", "destination": "https://api.dart.dev/dart-indexed_db/dart-indexed_db-library.html", "type": 301 }, { "source": "/docs/tutorials/remove-elements", "destination": "/library/dart-html", "type": 301 }, { "source": "/docs/tutorials/shared-pkgs", "destination": "/guides/packages", "type": 301 }, { "source": "/docs/tutorials/streams", "destination": "/libraries/async/using-streams", "type": 301 }, @@ -352,10 +352,10 @@ { "source": "/server/c-interop", "destination": "/interop/c-interop", "type": 301 }, { "source": "/server/google-cloud-platform{,/**}", "destination": "/server/google-cloud", "type": 301 }, { "source": "/server/io-library-tour", "destination": "/libraries/dart-io", "type": 301 }, - { "source": "/server/tls-ssl", "destination": "https://api.dart.dev/stable/dart-io/SecurityContext-class.html", "type": 301 }, + { "source": "/server/tls-ssl", "destination": "https://api.dart.dev/dart-io/SecurityContext-class.html", "type": 301 }, { "source": "/server/tools", "destination": "/tools", "type": 301 }, { "source": "/server/tools/dart-vm", "destination": "/tools/dart-run", "type": 301 }, - { "source": "/stable{,/**}", "destination": "https://api.dart.dev/stable", "type": 301 }, + { "source": "/stable{,/**}", "destination": "https://api.dart.dev", "type": 301 }, { "source": "/support/faq", "destination": "/resources/faq", "type": 301 }, { "source": "/support{,/**}", "destination": "/community", "type": 301 },