From d1e5ef51b6c9867ec089281fd8a79cf616b2ed0f Mon Sep 17 00:00:00 2001 From: 4javier <4javiereg4@gmail.com> Date: Wed, 15 Jun 2022 21:43:15 +0200 Subject: [PATCH] docs: fix link to unpkged locales (#46379) Add trailing slash to url PR Close #46379 --- aio/content/guide/i18n-optional-manual-runtime-locale.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/i18n-optional-manual-runtime-locale.md b/aio/content/guide/i18n-optional-manual-runtime-locale.md index 3535b98d65b..145678361ef 100644 --- a/aio/content/guide/i18n-optional-manual-runtime-locale.md +++ b/aio/content/guide/i18n-optional-manual-runtime-locale.md @@ -25,7 +25,7 @@ The following example sets the value of `LOCALE_ID` to `fr` for French. -[UnpkgBrowseAngularCommonLocales]: https://unpkg.com/browse/@angular/common/locales "@angular/common/locales | Unpkg" +[UnpkgBrowseAngularCommonLocales]: https://unpkg.com/browse/@angular/common/locales/ "@angular/common/locales/ | Unpkg"