2
0
mirror of https://github.com/inventree/inventree-website.git synced 2025-07-30 01:01:34 +00:00

Old doc links (#45)

Fixes #43
This commit is contained in:
Matthias Mair
2022-11-09 17:30:45 +01:00
committed by GitHub
parent 96976fe337
commit 22bc37cb3d
11 changed files with 17 additions and 17 deletions

View File

@@ -9,4 +9,4 @@ InvenTree ships with an extensive REST API that is used by several native applic
- InvenTree App (Android/iOS)
- python module
The API is self-documenting. More information is provided in the [documentation](https://inventree.readthedocs.io/en/latest/api/api/).
The API is self-documenting. More information is provided in the [documentation](https://docs.inventree.org/en/latest/api/api/).

View File

@@ -26,4 +26,4 @@ The InvenTree app can be downloaded from either the Android or Apple app stores,
### Documentation
Mobile app documentation can be found on the [InvenTree documentation site](https://inventree.readthedocs.io/en/latest/app/app/).
Mobile app documentation can be found on the [InvenTree documentation site](https://docs.inventree.org/en/latest/app/app/).

View File

@@ -8,4 +8,4 @@ InvenTree is designeds to be part of a larger system of tools to support both ho
- [API](api)
- [Integrate](integrate) into other tools
- PK2InvenTree for [migrating from PartKeepr to InvenTreen](https://github.com/rgilham/PK2InvenTree)
- Python [package](https://inventree.readthedocs.io/en/latest/extend/python/)
- Python [package](https://docs.inventree.org/en/latest/extend/python/)

View File

@@ -2,7 +2,7 @@
title: Plugins
---
We supply core-dev and community built plugins to get you started with extending InvenTree's functionality. Plugins can hook into many parts of the UI, buisness logic and webserver.
We expose some internal python APIs to speed up your development and keep the instance running while you discover the possibilities. [Learn more](https://inventree.readthedocs.io/en/latest/extend/plugins/)
We expose some internal python APIs to speed up your development and keep the instance running while you discover the possibilities. [Learn more](https://docs.inventree.org/en/latest/extend/plugins/)
### Highlights