Skip to content

Commit 269e97c

Browse files
committed
minor #21537 Fix repository name for intl polyfills in the redirection map (stof)
This PR was merged into the 6.4 branch. Discussion ---------- Fix repository name for intl polyfills in the redirection map Apparently, polyfill packages will multiple `_` in their page URL were handled wrong when changing how they are documented. Commits ------- 0f6929b Fix repository name for intl polyfills in the redirection map
2 parents a682bbd + 0f6929b commit 269e97c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

_build/redirection_map

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -499,10 +499,10 @@
499499
/components/polyfill_apcu https://github.com/symfony/polyfill-apcu
500500
/components/polyfill_ctype https://github.com/symfony/polyfill-ctype
501501
/components/polyfill_iconv https://github.com/symfony/polyfill-iconv
502-
/components/polyfill_intl_grapheme https://github.com/symfony/polyfill_intl-grapheme
503-
/components/polyfill_intl_icu https://github.com/symfony/polyfill_intl-icu
504-
/components/polyfill_intl_idn https://github.com/symfony/polyfill_intl-idn
505-
/components/polyfill_intl_normalizer https://github.com/symfony/polyfill_intl-normalizer
502+
/components/polyfill_intl_grapheme https://github.com/symfony/polyfill-intl-grapheme
503+
/components/polyfill_intl_icu https://github.com/symfony/polyfill-intl-icu
504+
/components/polyfill_intl_idn https://github.com/symfony/polyfill-intl-idn
505+
/components/polyfill_intl_normalizer https://github.com/symfony/polyfill-intl-normalizer
506506
/components/polyfill_mbstring https://github.com/symfony/polyfill-mbstring
507507
/components/polyfill_php54 https://github.com/symfony/polyfill-php54
508508
/components/polyfill_php55 https://github.com/symfony/polyfill-php55

0 commit comments

Comments
 (0)