diff --git a/README.md b/README.md index acce74a413..5443cc56a2 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ See the [Vue Docs Writing Guide](https://v3.vuejs.org/guide/writing-guide.html) 1. Clone repository ```bash -git clone git@github.com:vuejs/docs-next.git +git clone git@github.com:vuejs/docs.git ``` 2. Install dependencies diff --git a/src/.vuepress/components/guide/contributing/translations-data.js b/src/.vuepress/components/guide/contributing/translations-data.js index 405530b040..82b5ba206b 100644 --- a/src/.vuepress/components/guide/contributing/translations-data.js +++ b/src/.vuepress/components/guide/contributing/translations-data.js @@ -11,7 +11,7 @@ export const labels = { // Repos are in alphabetical order by the language code // You may need to clear your sessionStorage when adding a new item to this list export const repos = [ - { lang: 'en-us', owner: 'vuejs', repo: 'docs-next', branch: 'master', url: 'https://v3.vuejs.org/' }, + { lang: 'en-us', owner: 'vuejs', repo: 'docs', branch: 'master', url: 'https://v3.vuejs.org/' }, { lang: 'fr', owner: 'demahom18', repo: 'docs-next', branch: 'master', url: 'https://vue3-fr.netlify.app' }, { lang: 'id', owner: 'vuejs-id', repo: 'docs-next', branch: 'indonesian' }, { lang: 'ja', owner: 'vuejs-jp', repo: 'ja.vuejs.org', branch: 'lang-ja', url: 'https://v3.ja.vuejs.org/' }, diff --git a/src/.vuepress/config.js b/src/.vuepress/config.js index dc84f7ad53..3f29a6978d 100644 --- a/src/.vuepress/config.js +++ b/src/.vuepress/config.js @@ -448,7 +448,7 @@ module.exports = { ] } ], - repo: 'vuejs/docs-next', + repo: 'vuejs/docs', editLinks: false, editLinkText: 'Edit this on GitHub!', lastUpdated: 'Last updated', diff --git a/src/guide/contributing/translations.md b/src/guide/contributing/translations.md index 9e900ccbd1..f7e848f1c4 100644 --- a/src/guide/contributing/translations.md +++ b/src/guide/contributing/translations.md @@ -16,7 +16,7 @@ Thank you to everyone who has contributed to these translations. Your hard work ## How can I get involved with translations? -The first step is to check whether there is an existing translation for the relevant language. In addition to the table above, a good place to start is [this pinned issue](https://github.com/vuejs/docs-next/issues/478), which is used to keep track of the various translation initiatives happening in the community. +The first step is to check whether there is an existing translation for the relevant language. In addition to the table above, a good place to start is [this pinned issue](https://github.com/vuejs/docs/issues/478), which is used to keep track of the various translation initiatives happening in the community. If there's already an active translation then there are various ways you can help out. The GitHub repository should be a good place to start gathering information about how a particular translation is managed and who does what. All translation repositories should allow you to file issues and open Pull Requests if you have suggestions for improving the translation. @@ -32,7 +32,7 @@ The documentation is constantly being updated. Many changes are small and don't When you first start a translation, you may want to use a personal GitHub repository. That's fine, so long as it's publicly accessible and open to contributions from others. Make sure the *Issues* tab is enabled in the repository's settings. You can migrate the repository to a shared organization at a later stage. -Once you start a translation, be sure to add it to [the pinned issue](https://github.com/vuejs/docs-next/issues/478) so that the rest of the community can find it. +Once you start a translation, be sure to add it to [the pinned issue](https://github.com/vuejs/docs/issues/478) so that the rest of the community can find it. We also encourage you to update the root-level `README.md` at an early stage. Most translations add extra information to help potential contributors get involved.