diff --git a/_config.yml b/_config.yml
index d453f1c8..b6a2b1de 100644
--- a/_config.yml
+++ b/_config.yml
@@ -8,7 +8,7 @@ description: >-
# Links
demo-link:
internal: demo.md
-doc-link: https://docs.inventree.org/en/latest/
+doc-link: https://docs.inventree.org/en/stable/
deploy-link:
internal: deploy.md
blog-link:
diff --git a/_data/functions/extras.yml b/_data/functions/extras.yml
index dd310b7e..cbe97ab5 100644
--- a/_data/functions/extras.yml
+++ b/_data/functions/extras.yml
@@ -1,10 +1,10 @@
functions:
- title: Build Parts
text: Inventree features a build management system to help you track the progress of your builds. Builds consume stock items to make new parts, you can decide to automatically or manually allocate parts from your current inventory.
- link: https://docs.inventree.org/en/latest/part/part/
+ link: https://docs.inventree.org/en/stable/part/part/
- title: Report
text: Generate a wide range of reports using custom templates.
- link: https://docs.inventree.org/en/latest/report/report/
+ link: https://docs.inventree.org/en/stable/report/report/
- title: Extend and Customize
text: InvenTree is designed to be highly extensible. If the core InvenTree functionality does not meet your particular need, InvenTree provides a RESTful API, a native Python library, and a powerful plugin system.
- link: https://docs.inventree.org/en/latest/api/api/
+ link: https://docs.inventree.org/en/stable/api/api/
diff --git a/_data/functions/general.yml b/_data/functions/general.yml
index 3f20f4e4..67421ea7 100644
--- a/_data/functions/general.yml
+++ b/_data/functions/general.yml
@@ -5,15 +5,15 @@ text:
functions:
- title: Organize Parts
text: Parts are the fundamental element of any inventory. InvenTree groups parts into structured categories which allow you to arrange parts to meet your particular needs.
- link: https://docs.inventree.org/en/latest/part/part/
+ link: https://docs.inventree.org/en/stable/part/part/
- title: Manage Suppliers
text: InvenTree allows you to easily create, modify or delete suppliers and supplier items linked to any part in your inventory.
- link: https://docs.inventree.org/en/latest/order/company/#suppliers
+ link: https://docs.inventree.org/en/stable/order/company/#suppliers
- title: Instant Stock Knowledge
text: Instantly view current stock for a certain part, in a particular location, or required for an individual build.
extend: Stock items are organized in cascading locations and sub-locations, allowing flexible inspection of stock under any location. Stock items can be serialized for tracking of individual items, and test results can be stored against a serialized stock item for the purpose of acceptance testing and commissioning.
- link: https://docs.inventree.org/en/latest/stock/stock/
+ link: https://docs.inventree.org/en/stable/stock/stock/
- title: BOM Management
text: Intelligent Bill of Material management provides a clear understanding of the sub-parts required to make a new part.
extend: InvenTree allows you to upload simple BOM files in multiple formats, and download a detailed BOM with all the information stored in its database.
- link: https://docs.inventree.org/en/latest/build/bom/
+ link: https://docs.inventree.org/en/stable/build/bom/
diff --git a/_news/2022-04-23-news-are-starting.md b/_news/2022-04-23-news-are-starting.md
index ac24b07a..b9789ea9 100644
--- a/_news/2022-04-23-news-are-starting.md
+++ b/_news/2022-04-23-news-are-starting.md
@@ -23,7 +23,7 @@ While the checks use the GitHub APIs, news are gathered from an **RSS-feed** tha
On your InvenTree instance the **background worker** loads the RSS-feed on a regular basis and creates **entries** for the news items and **notifications** for all applicable users.
### And my data?
-As listed above we are using GitHub pages for this feature. We are not introducing additional trackers to that so the [general InvenTree privacy statement](https://docs.inventree.org/en/latest/privacy/) applies.
+As listed above we are using GitHub pages for this feature. We are not introducing additional trackers to that so the [general InvenTree privacy statement](https://docs.inventree.org/en/stable/privacy/) applies.
The short version: we **do not sell your data** or share it with third parties. We cannot guarantee what readthedocs and GitHub do with the metrics. We might use them as a metric for the stats section of the site. However, we get very little *actionable* information from that, a screenshot of the total info available is shown below.

diff --git a/_news/2022-12-12-0.9.0.md b/_news/2022-12-12-0.9.0.md
index 47b1a0ff..b9c51fd3 100644
--- a/_news/2022-12-12-0.9.0.md
+++ b/_news/2022-12-12-0.9.0.md
@@ -18,4 +18,4 @@ A new version of the [python library](https://github.com/inventree/inventree-pyt
### Mobile App
-We've also released an updated version of the [mobile app](https://docs.inventree.org/en/latest/app/app/) - available for Android and iOS devices.
+We've also released an updated version of the [mobile app](https://docs.inventree.org/en/stable/app/app/) - available for Android and iOS devices.
diff --git a/_posts/2021-10-25-starting.md b/_posts/2021-10-25-starting.md
index 4f4e6b18..eb0b99c4 100644
--- a/_posts/2021-10-25-starting.md
+++ b/_posts/2021-10-25-starting.md
@@ -2,6 +2,6 @@
author: matmair
title: Starting with templates
---
-A good starting-point for developing your own plugin is taking a look at the [documentation](https://docs.inventree.org/en/latest/extend/plugins/).
+A good starting-point for developing your own plugin is taking a look at the [documentation](https://docs.inventree.org/en/stable/extend/plugins/).
You could also use one of the current plugins as a sample.
\ No newline at end of file
diff --git a/_posts/2022-12-12-0.9.0.md b/_posts/2022-12-12-0.9.0.md
index bac029de..71cbcf6a 100644
--- a/_posts/2022-12-12-0.9.0.md
+++ b/_posts/2022-12-12-0.9.0.md
@@ -15,7 +15,7 @@ The 0.9.0 release introduces many new features - some of the major ones are outl
We now have a packaged command-line installer for simplified setup (on supported platforms), using the [packager.io](https://packager.io/) service. The installer is targeted for users who are installing InvenTree on a bare metal system (separate installers are available for container environments).
-You can find more information about the installer at [docs.inventree.org](https://docs.inventree.org/en/latest/start/installer/).
+You can find more information about the installer at [docs.inventree.org](https://docs.inventree.org/en/stable/start/installer/).
### Backup and Restore
@@ -29,7 +29,7 @@ This release provides a major overhaul for how pricing data is managed. The new
Additionally, more options for controlling how pricing information is calculated and handled have been implemented.
-You can read more about managing pricing data in InvenTree at [docs.inventree.org](https://docs.inventree.org/en/latest/part/pricing/).
+You can read more about managing pricing data in InvenTree at [docs.inventree.org](https://docs.inventree.org/en/stable/part/pricing/).
### Barcode Refactor
@@ -39,17 +39,17 @@ Barcode support has been significantly improved, allowing custom barcode functio
- Custom barcodes can now be assigned to *Stock Location* instances
- Custom barcodes can now be assigned to *Supplier Part* instances
-Read more about the updated barcode support in [the InvenTree documentation](https://docs.inventree.org/en/latest/barcodes/barcodes/).
+Read more about the updated barcode support in [the InvenTree documentation](https://docs.inventree.org/en/stable/barcodes/barcodes/).
### Builtin Plugins
As part of the ongoing improvements to the plugin system, InvenTree now features a number of "builtin" plugins. These plugins are always active (even if custom plugin support is disabled for the server) and provide core InvenTree functionality in a way which aligns with the operation of the plugin system. This is intended to streamline the way in which plugins are implemented, as core components of the code are now offloaded to the plugin with a simpler interface.
-We have also made some significant improvements to the [plugin system documentation](https://docs.inventree.org/en/latest/extend/plugins/).
+We have also made some significant improvements to the [plugin system documentation](https://docs.inventree.org/en/stable/extend/plugins/).
### Validation Plugins
-A completely new type of plugin introduced in this release is the [validation plugin mixin](https://docs.inventree.org/en/latest/extend/plugins/validation/). This plugin allows users to implement custom validation methods for various database fields. In addition to allowing validation of field values against complex custom rules, this plugin allows automated generation of the "next value" for certain fields, such as serial numbers and batch codes.
+A completely new type of plugin introduced in this release is the [validation plugin mixin](https://docs.inventree.org/en/stable/extend/plugins/validation/). This plugin allows users to implement custom validation methods for various database fields. In addition to allowing validation of field values against complex custom rules, this plugin allows automated generation of the "next value" for certain fields, such as serial numbers and batch codes.
### News Reader
@@ -61,7 +61,7 @@ Now that the new website is live, a [news feed](/news) is available. If enabled,
### Part Scheduling
-The [Part Scheduling](https://docs.inventree.org/en/latest/part/scheduling/) functionality has received some updates in this release. If enabled, the *Part Scheduling* tab shows predicted future stock levels, based on incoming and outgoing orders.
+The [Part Scheduling](https://docs.inventree.org/en/stable/part/scheduling/) functionality has received some updates in this release. If enabled, the *Part Scheduling* tab shows predicted future stock levels, based on incoming and outgoing orders.
### Supplier Part Pack Size
diff --git a/_posts/2023-02-06-0.10.0.md b/_posts/2023-02-06-0.10.0.md
index e8ece4d3..c14db5f9 100644
--- a/_posts/2023-02-06-0.10.0.md
+++ b/_posts/2023-02-06-0.10.0.md
@@ -11,11 +11,11 @@ As always, thanks to the efforts of our development team and larger community, t
### SSO Improvements
-A lot of work has gone into improving [Single Sign On (SSO)](https://docs.inventree.org/en/latest/settings/SSO/) integration. We have made some changes to make the SSO process smoother, and improved the user experience. Additionally (and importantly) the documentation has been significantly improved!
+A lot of work has gone into improving [Single Sign On (SSO)](https://docs.inventree.org/en/stable/settings/SSO/) integration. We have made some changes to make the SSO process smoother, and improved the user experience. Additionally (and importantly) the documentation has been significantly improved!
### Currency Conversion
-In a major improvement for currency support, conversion between different currencies is now performed "client side". This means that data tables which contain money values with different currencies can now be added together - and in a computationally efficient manner. Currency exchange rate data is now made available via [the API](https://docs.inventree.org/en/latest/api/api/) - paving the way for future feature development in this area.
+In a major improvement for currency support, conversion between different currencies is now performed "client side". This means that data tables which contain money values with different currencies can now be added together - and in a computationally efficient manner. Currency exchange rate data is now made available via [the API](https://docs.inventree.org/en/stable/api/api/) - paving the way for future feature development in this area.
### Pricing Features
diff --git a/_posts/2023-04-17-0.11.0.md b/_posts/2023-04-17-0.11.0.md
index 1d9284e7..2239dd1a 100644
--- a/_posts/2023-04-17-0.11.0.md
+++ b/_posts/2023-04-17-0.11.0.md
@@ -11,11 +11,11 @@ We are thrilled to announce the latest stable release of Inventree, version 0.11
### Return Orders
-The addition of [Return Orders](https://docs.inventree.org/en/latest/order/return_order/) is a significant new feature, which allows users to easily process and manage returned items, whether they are due to customer refunds or defective products. With the ability to track the status of return orders and the associated inventory movements, businesses can better manage their inventory levels, reduce waste, and improve their customer service.
+The addition of [Return Orders](https://docs.inventree.org/en/stable/order/return_order/) is a significant new feature, which allows users to easily process and manage returned items, whether they are due to customer refunds or defective products. With the ability to track the status of return orders and the associated inventory movements, businesses can better manage their inventory levels, reduce waste, and improve their customer service.
### Stocktake Reports
-Another great new feature in the latest release of InvenTree is the ability to generate [detailed stocktake reports](https://docs.inventree.org/en/latest/part/stocktake/). This feature enables businesses to conduct accurate and efficient inventory audits by providing periodic information on stock levels, locations, and movements. With this feature, businesses can view historical inventory levels, providing data for improved decision-making. The stocktake report feature also allows for customizations such as filtering by location, category, or supplier, providing a tailored view of inventory levels to meet specific business needs. Overall, the ability to generate stocktake reports is a significant enhancement to InvenTree, enabling businesses to take control of their inventory management and streamline their operations.
+Another great new feature in the latest release of InvenTree is the ability to generate [detailed stocktake reports](https://docs.inventree.org/en/stable/part/stocktake/). This feature enables businesses to conduct accurate and efficient inventory audits by providing periodic information on stock levels, locations, and movements. With this feature, businesses can view historical inventory levels, providing data for improved decision-making. The stocktake report feature also allows for customizations such as filtering by location, category, or supplier, providing a tailored view of inventory levels to meet specific business needs. Overall, the ability to generate stocktake reports is a significant enhancement to InvenTree, enabling businesses to take control of their inventory management and streamline their operations.
### Improved Barcode Support
@@ -25,7 +25,7 @@ The latest release provides improved barcode support, with the ability to genera
InvenTree's latest release includes improved report template functionality with better currency rendering support, enabling businesses to create professional and accurate reports. This feature allows for more detailed and customizable reports, including the ability to display currency symbols and automatically convert currency values to the appropriate format based on the user's settings, saving time and effort.
-Refer to the [reporting documentation](https://docs.inventree.org/en/latest/report/report/) for further details.
+Refer to the [reporting documentation](https://docs.inventree.org/en/stable/report/report/) for further details.
### Search Results
diff --git a/_posts/2023-06-26-0.12.0.md b/_posts/2023-06-26-0.12.0.md
index b025e4ff..07bca54b 100644
--- a/_posts/2023-06-26-0.12.0.md
+++ b/_posts/2023-06-26-0.12.0.md
@@ -23,20 +23,20 @@ Additionally, part parameters can now also specify real world units!
For more information on this new feature, refer to the documentation:
-- [Part units](https://docs.inventree.org/en/latest/part/part/#units-of-measure)
-- [Part parameter units](https://docs.inventree.org/en/latest/part/parameter/#parameter-units)
+- [Part units](https://docs.inventree.org/en/stable/part/part/#units-of-measure)
+- [Part parameter units](https://docs.inventree.org/en/stable/part/parameter/#parameter-units)
### Project Codes
To streamline project management and order tracking, InvenTree now offers configurable project codes. These codes can be created and assigned to orders, providing a convenient way to organize and categorize your inventory based on specific projects. This enhancement enhances overall visibility and enables efficient project-based inventory management.
-Read more about project code support [in the documentation](https://docs.inventree.org/en/latest/order/project_codes/)
+Read more about project code support [in the documentation](https://docs.inventree.org/en/stable/order/project_codes/)
### Parameter Types
Part parameters in InvenTree now support dynamic typing, empowering you to define and validate various parameter types. With this flexibility, you can customize and validate part parameters to suit your specific needs. Furthermore, the addition of plugin support ensures seamless integration of third-party validation mechanisms, enhancing the reliability of your inventory data.
-More information about part parameters is available [in the documentation](https://docs.inventree.org/en/latest/part/parameter/).
+More information about part parameters is available [in the documentation](https://docs.inventree.org/en/stable/part/parameter/).
### Parameter Sorting
@@ -44,7 +44,7 @@ To enhance the usability and efficiency of InvenTree's part parameters, the late
### Report Plugins
-InvenTree introduces a new [plugin mixin class](https://docs.inventree.org/en/latest/extend/plugins/report/) that allows for custom context variables to be injected into reports. This enhancement provides extensive customization options when generating reports, enabling you to include additional information relevant to your business processes. With improved report functionality, you can present inventory data in a more comprehensive and meaningful way.
+InvenTree introduces a new [plugin mixin class](https://docs.inventree.org/en/stable/extend/plugins/report/) that allows for custom context variables to be injected into reports. This enhancement provides extensive customization options when generating reports, enabling you to include additional information relevant to your business processes. With improved report functionality, you can present inventory data in a more comprehensive and meaningful way.
### Build Orders Consume Stock
@@ -52,7 +52,7 @@ The build order interface in InvenTree has received a major overhaul, resulting
### Scrap Build Order Outputs
-InvenTree's latest release introduces a valuable feature that allows users to [scrap partially completed or failed build outputs](https://docs.inventree.org/en/latest/build/output/#scrap-build-output) while retaining traceability. In real-world manufacturing scenarios, it is common for builds to encounter challenges or errors, resulting in the need to discard certain outputs. With the new scrap build outputs functionality, you can easily identify and remove faulty or incomplete build outputs from your inventory. This feature ensures accurate stock tracking and maintains a clear audit trail, improving reliability and efficiency in your manufacturing processes.
+InvenTree's latest release introduces a valuable feature that allows users to [scrap partially completed or failed build outputs](https://docs.inventree.org/en/stable/build/output/#scrap-build-output) while retaining traceability. In real-world manufacturing scenarios, it is common for builds to encounter challenges or errors, resulting in the need to discard certain outputs. With the new scrap build outputs functionality, you can easily identify and remove faulty or incomplete build outputs from your inventory. This feature ensures accurate stock tracking and maintains a clear audit trail, improving reliability and efficiency in your manufacturing processes.
### Image Uploads
@@ -60,13 +60,13 @@ To enrich documentation and enhance visual representation, InvenTree now support
### Address Management
-InvenTree now offers [increased support for address management](https://docs.inventree.org/en/latest/order/company/#addresses) with a more complex address database model. This enhancement enables businesses to manage addresses more effectively, accommodating various scenarios such as multiple shipping locations, customer addresses, and supplier information. With improved address management, you can maintain accurate records and ensure smooth logistics operations.
+InvenTree now offers [increased support for address management](https://docs.inventree.org/en/stable/order/company/#addresses) with a more complex address database model. This enhancement enables businesses to manage addresses more effectively, accommodating various scenarios such as multiple shipping locations, customer addresses, and supplier information. With improved address management, you can maintain accurate records and ensure smooth logistics operations.
### SVG Support
With the growing importance of visual data representation, InvenTree now supports the embedding of SVG images into generated reports. By incorporating SVG images into your reports, you can create visually appealing and informative documentation, making it easier for stakeholders to understand and engage with your inventory data.
-Read more about [SVG support in generated reports](https://docs.inventree.org/en/latest/report/helpers/#svg-images) in the documentation.
+Read more about [SVG support in generated reports](https://docs.inventree.org/en/stable/report/helpers/#svg-images) in the documentation.
### Update to OpenAPI
diff --git a/_posts/2024-03-02-0.14.0.md b/_posts/2024-03-02-0.14.0.md
index f90d46e8..1bd94ad1 100644
--- a/_posts/2024-03-02-0.14.0.md
+++ b/_posts/2024-03-02-0.14.0.md
@@ -19,7 +19,7 @@ You should also refer to the [Django 4.2 release notes](https://docs.djangoproje
### Site Access Changes
-Django 4.2 has introduced some changes to how cross-site protection is handled. Your existing InvenTree installation may require some changes to continue to operate as expected. In particular, the `CORS` and `CSRF` settings have been made more strict by default. Refer to the [server access configuration guide](https://docs.inventree.org/en/latest/start/config/#server-access) for instructions on which settings will need to be updated.
+Django 4.2 has introduced some changes to how cross-site protection is handled. Your existing InvenTree installation may require some changes to continue to operate as expected. In particular, the `CORS` and `CSRF` settings have been made more strict by default. Refer to the [server access configuration guide](https://docs.inventree.org/en/stable/start/config/#server-access) for instructions on which settings will need to be updated.
### Multi Site Support
@@ -27,11 +27,11 @@ InvenTree has, by default, shipped with [multi site support](https://docs.django
So, in [PR 6390](https://github.com/inventree/InvenTree/pull/6390) we have disabled multi-site support by default. This should simplify the installation process for most users.
-For any users who have been using multi-site support, you will need to manually re-enable it after upgrading to 0.14.0. Refer to the [InvenTree documentation](https://docs.inventree.org/en/latest/start/advanced/#multi-site-support) for more information.
+For any users who have been using multi-site support, you will need to manually re-enable it after upgrading to 0.14.0. Refer to the [InvenTree documentation](https://docs.inventree.org/en/stable/start/advanced/#multi-site-support) for more information.
### Test Results
-InvenTree has long supported [test results for stock items](https://docs.inventree.org/en/latest/stock/test/). In [PR 6430](https://github.com/inventree/InvenTree/pull/6430), a significant enhancement was made to the test result system. Previously, test results were not linked to a specific test template in the database. Instead, the results and templates were loosely linked via a string key.
+InvenTree has long supported [test results for stock items](https://docs.inventree.org/en/stable/stock/test/). In [PR 6430](https://github.com/inventree/InvenTree/pull/6430), a significant enhancement was made to the test result system. Previously, test results were not linked to a specific test template in the database. Instead, the results and templates were loosely linked via a string key.
In 0.14.0, the test result system has been updated to use a proper database relationship between test results and test templates. This means that test results are now linked to a specific test template, and the test result system has been updated to reflect this change.
@@ -79,7 +79,7 @@ A significant number of new features have been added to InvenTree in this releas
### Enhanced Validation
-Enhanced custom validation is implemented in [PR 6410](https://github.com/inventree/InvenTree/pull/6410). This addition allows for more comprehensive validation of models by integrated plugins. Refer to the [updated validation plugin docs](https://docs.inventree.org/en/latest/extend/plugins/validation/) for more information.
+Enhanced custom validation is implemented in [PR 6410](https://github.com/inventree/InvenTree/pull/6410). This addition allows for more comprehensive validation of models by integrated plugins. Refer to the [updated validation plugin docs](https://docs.inventree.org/en/stable/extend/plugins/validation/) for more information.
### API Documentation
diff --git a/_repo/inventree-adv-sheet-label.md b/_repo/inventree-adv-sheet-label.md
index b03bef73..20552bba 100644
--- a/_repo/inventree-adv-sheet-label.md
+++ b/_repo/inventree-adv-sheet-label.md
@@ -293,9 +293,9 @@ If you have added a sheet layout yourself, you are still encouraged to [create a
When making bigger changes than just adding layouts, it is recommended to set up a proper development environment.
-To develop the plugin, setup an InvenTree development instance using devcontainers according to this [this](https://docs.inventree.org/en/latest/develop/devcontainer/) official documentation. It is also recommended to setup the example dataset for experimenting.
+To develop the plugin, setup an InvenTree development instance using devcontainers according to this [this](https://docs.inventree.org/en/stable/develop/devcontainer/) official documentation. It is also recommended to setup the example dataset for experimenting.
-Then clone this repo (or your fork) separately on your host computer and link it to the devserver according to [the documentation](https://docs.inventree.org/en/latest/develop/devcontainer/#plugin-development).
+Then clone this repo (or your fork) separately on your host computer and link it to the devserver according to [the documentation](https://docs.inventree.org/en/stable/develop/devcontainer/#plugin-development).
It is also recommended to save the workspace as a file (maybe somewhere in inventree repo but don't commit it) and include the intellisenseconfig as well as editor layout there.
diff --git a/deploy.md b/deploy.md
index 46f489a5..43d197c1 100644
--- a/deploy.md
+++ b/deploy.md
@@ -8,10 +8,10 @@ There are multiple methods to deploy InvenTree. The most popular methods (suppor
InvenTree supports a simple containerized installation via docker. An official [docker image](https://hub.docker.com/r/inventree/inventree/) is provided with regular updates.
-Refer to the [docker installation guide](https://docs.inventree.org/en/latest/start/docker/) for more information
+Refer to the [docker installation guide](https://docs.inventree.org/en/stable/start/docker/) for more information
### Installer
-We provide a [single-line installer](https://docs.inventree.org/en/latest/start/installer/) that enables a quick installation and updates using the packager manager.
+We provide a [single-line installer](https://docs.inventree.org/en/stable/start/installer/) that enables a quick installation and updates using the packager manager.
### AppJail
@@ -19,7 +19,7 @@ InvenTree can be installed on FreeBSD using AppJail. An [AppJail Makejail](https
### Manual Bare Metal Install
-A [bare metal installation guide](https://docs.inventree.org/en/latest/start/intro/) is provided for users who are looking for a low-level or custom installation.
+A [bare metal installation guide](https://docs.inventree.org/en/stable/start/intro/) is provided for users who are looking for a low-level or custom installation.
### Cloud
diff --git a/extend/api.md b/extend/api.md
index f07457f9..42f13e6d 100644
--- a/extend/api.md
+++ b/extend/api.md
@@ -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://docs.inventree.org/en/latest/api/api/).
+The API is self-documenting. More information is provided in the [documentation](https://docs.inventree.org/en/stable/api/api/).
diff --git a/extend/app.md b/extend/app.md
index 2c32cf8c..9ead5336 100644
--- a/extend/app.md
+++ b/extend/app.md
@@ -37,7 +37,7 @@ We provide direct downloads for Android users - view our [download page via pola
### Documentation
-Mobile app documentation can be found on the [InvenTree documentation site](https://docs.inventree.org/en/latest/app/app/).
+Mobile app documentation can be found on the [InvenTree documentation site](https://docs.inventree.org/en/stable/app/app/).
### Code
diff --git a/extend/index.md b/extend/index.md
index 9f2db6e7..80533ac8 100644
--- a/extend/index.md
+++ b/extend/index.md
@@ -8,4 +8,4 @@ InvenTree is designed to be part of a larger system of tools to support both hob
- [API](api)
- [Integrate](integrate) into other tools
- PK2InvenTree for [migrating from PartKeepr to InvenTree](https://github.com/rgilham/PK2InvenTree)
-- Python [package](https://docs.inventree.org/en/latest/api/python/python/)
+- Python [package](https://docs.inventree.org/en/stable/api/python/python/)
diff --git a/extend/plugin/index.md b/extend/plugin/index.md
index d9e0c5b0..65370cea 100644
--- a/extend/plugin/index.md
+++ b/extend/plugin/index.md
@@ -5,7 +5,7 @@ We supply core-dev and community built plugins to get you started with extending
We expose some internal Python APIs to speed up your development and keep the instance running while you discover the possibilities.
-You can read more about the plugin architecture, including information on developing new plugins, on our [documentation](https://docs.inventree.org/en/latest/extend/plugins/)
+You can read more about the plugin architecture, including information on developing new plugins, on our [documentation](https://docs.inventree.org/en/stable/extend/plugins/)
### Highlights