Skip to content

Commit 0e5b94f

Browse files
committed
Fix link after renaming branch
1 parent a31cdec commit 0e5b94f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/i18n-l10n/language-negotiation-volto.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Then you need to add the list of supported languages to the `supportedLanguages`
2121

2222
As a last thing, you need to set your site's `defaultLanguage` to one of the `supportedLanguages`.
2323

24-
When all these settings are configured, Volto's [`MultilingualRedirector`](https://github.com/plone/volto/blob/master/src/components/theme/MultilingualRedirector/MultilingualRedirector.jsx) will handle the language negotiation and the redirect.
24+
When all these settings are configured, Volto's [`MultilingualRedirector`](https://github.com/plone/volto/blob/main/src/components/theme/MultilingualRedirector/MultilingualRedirector.jsx) will handle the language negotiation and the redirect.
2525

2626
In its configuration, the component tries to match the `I18N_LANGUAGE` cookie set in the user's browser with the list of supported languages, and if the match does not succeed, it selects the default language configured in Volto.
2727

0 commit comments

Comments
 (0)