You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/i18n/en.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -148,7 +148,7 @@
148
148
"Stay up to date|no description given": "Stay up to date",
149
149
"Need help?|no description given": "Need help?",
150
150
"This project is maintained by a dedicated group of people.|statement made to reader": "This project is maintained by a dedicated group of people.",
151
-
"Learn more using the [documentation on this site](getting-started.html) and [reading the API reference](/content/docs/api-reference.html).|no description given": "Learn more using the [documentation on this site](getting-started.html) and [reading the API reference](/content/docs/api-reference.html).",
151
+
"Learn more using the [documentation on this site](/docs/en/getting-started.html) and [reading the API reference](/docs/en/api-reference.html).|no description given": "Learn more using the [documentation on this site](getting-started.html) and [reading the API reference](/content/docs/api-reference.html).",
152
152
"Browse Docs and API|no description given": "Browse Docs and API",
153
153
"Ask questions about the documentation and project in the `#react-navigation` channel on the [Reactiflux Discord](https://discord.gg/4xEK3nD).|no description given": "Ask questions about the documentation and project in the `#react-navigation` channel on the [Reactiflux Discord](https://discord.gg/4xEK3nD).",
154
154
"Read the release notes for new versions of React Navigation in the [releases tab on the Github repository](https://github.com/react-navigation/react-navigation/releases).|no description given": "Read the release notes for new versions of React Navigation in the [releases tab on the Github repository](https://github.com/react-navigation/react-navigation/releases).",
Copy file name to clipboardExpand all lines: website/pages/en/help.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ class Help extends React.Component {
19
19
constsupportLinks=[
20
20
{
21
21
content:
22
-
<translate>Learn more using the [documentation on this site](getting-started.html) and [reading the API reference](/content/docs/api-reference.html).</translate>,
22
+
<translate>Learn more using the [documentation on this site](/docs/en/getting-started.html) and [reading the API reference](/docs/en/api-reference.html).</translate>,
23
23
title: <translate>Browse Docs and API</translate>,
0 commit comments