[IMP] README: update links according to redirects made in 675f7bc8

This commit is contained in:
Antoine Vandevenne (anv) 2021-06-07 08:42:58 +02:00 committed by Antoine Vandevenne (anv)
parent dc7679a20b
commit b1b48759ba

View File

@ -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.