From b1b48759ba41c5d0ecbeb3bc5664af68af829f1e Mon Sep 17 00:00:00 2001 From: "Antoine Vandevenne (anv)" Date: Mon, 7 Jun 2021 08:42:58 +0200 Subject: [PATCH] [IMP] README: update links according to redirects made in 675f7bc8 --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 3acd8f3eb..333b0d42a 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,10 @@ ### Requirements -- [Git](https://www.odoo.com/documentation/12.0/contributing/documentation/introduction_guide.html#install-git) -- [Python 3.6, 3.7, or 3.8](https://www.odoo.com/documentation/12.0/contributing/documentation/introduction_guide.html#python) +- [Git](https://www.odoo.com/documentation/12.0/contributing/documentation.html#install-git) +- [Python 3.6, 3.7, or 3.8](https://www.odoo.com/documentation/12.0/contributing/documentation.html#python) - Python dependencies listed in the file [`requirements.txt`](https://github.com/odoo/documentation/tree/12.0/requirements.txt). -- [Make](https://www.odoo.com/documentation/12.0/contributing/documentation/introduction_guide.html#make) +- [Make](https://www.odoo.com/documentation/12.0/contributing/documentation.html#make) - A local copy of the [odoo/odoo repository in 12.0](https://github.com/odoo/odoo/tree/12.0) (Optional) ### Instructions @@ -23,7 +23,7 @@ 2. Open the file `documentation/_build/html/index.html` in your web browser to display the render. -3. See [this guide](https://www.odoo.com/documentation/12.0/contributing/documentation/introduction_guide.html#preview-your-changes) +3. See [this guide](https://www.odoo.com/documentation/12.0/contributing/documentation.html#preview-your-changes) for more detailed instructions. Optional: to fully build the developer documentation with inline docstrings for documented Python @@ -34,7 +34,7 @@ be shown. ## Contribute to the documentation For contributions to the content of the documentation, please refer to the -[Introduction Guide](https://www.odoo.com/documentation/12.0/contributing/documentation/introduction_guide.html). +[Introduction Guide](https://www.odoo.com/documentation/12.0/contributing/documentation.html). To **report a content issue**, **request new content** or **ask a question**, use the [repository's issue tracker](https://github.com/odoo/documentation-user/issues) as usual.