Fix broken links in doc
See original GitHub issueThe doc/ directory contains our documentation. Some files there link to our projects repo, however, we’re rolling out a folder layout change soon, which you can see by going to the layout branch
To avoid confusion: this issue is about fixing links on this repo that point to https://github.com/ploomber/projects
Example:
spec-api-python
in the master branch, becomes guides/spec-api-python
in the layout branch.
We need help updating those links, essentially we need to look for links containing https://github.com/ploomber/projects/tree/master
then update the last part to match the new layout.
e.g.
https://github.com/ploomber/projects/tree/master/spec-api-python
becomes
https://github.com/ploomber/projects/tree/master/guides/spec-api-python
Here’s an example of a file that needs an update: https://github.com/ploomber/ploomber/blob/master/doc/cookbook/grid.rst
note that the last link is: https://github.com/ploomber/projects/blob/master/mlflow/README.ipynb
However mlflow
(master branch) moved to templates/mlflow
(layout branch)
Issue Analytics
- State:
- Created 2 years ago
- Comments:7 (3 by maintainers)
Awesome! Thanks for choosing Ploomber for your first contribution 😃 If you have questions, feel free to send us a message.
done, it was 3 links, its a different repo so thats why this prob wont close straight away