Skip to content

Commit 547316a

Browse files
mdchristiansvonovak
authored andcommitted
Fixed the broken getting-started link. (react-navigation#281)
* Fixed the broken getting-started link. * Update API Reference URL * Removed the absolute urls from both.
1 parent a725d27 commit 547316a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

website/i18n/en.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
"Stay up to date|no description given": "Stay up to date",
149149
"Need help?|no description given": "Need help?",
150150
"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).",
152152
"Browse Docs and API|no description given": "Browse Docs and API",
153153
"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).",
154154
"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).",

website/pages/en/help.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class Help extends React.Component {
1919
const supportLinks = [
2020
{
2121
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>,
2323
title: <translate>Browse Docs and API</translate>,
2424
},
2525
{

0 commit comments

Comments
 (0)