mirror of
https://github.com/inventree/inventree-docs.git
synced 2025-06-15 19:55:34 +00:00
Fixing pretty much every existing internal link.
Sometimes, it pays to RTFD
This commit is contained in:
@ -44,10 +44,12 @@ Refer to the [reference documentation](https://squidfunk.github.io/mkdocs-materi
|
||||
|
||||
Links to internal documentation pages **must** use relative pathing, otherwise the link will be broken by the readthedocs URL formatting.
|
||||
|
||||
Also, linking to an internal page must use the `.md` suffix!
|
||||
|
||||
For example, to link to the page `/part/views` from `/stock/stocktake`, the link must be formed as follows:
|
||||
|
||||
```
|
||||
Click [here](../../part/views)
|
||||
Click [here](../part/views.md)
|
||||
```
|
||||
|
||||
*Formatting the link as follows:*
|
||||
|
Reference in New Issue
Block a user