2
0
mirror of https://github.com/inventree/inventree-docs.git synced 2025-06-14 11:15:31 +00:00

Fixing pretty much every existing internal link.

Sometimes, it pays to RTFD
This commit is contained in:
Oliver Walters
2021-06-10 15:27:55 +10:00
parent 5de7189e5c
commit b072165f75
41 changed files with 102 additions and 100 deletions

View File

@ -12,10 +12,10 @@ This release adds a "background worker" - a separately managed process which all
This feature is critical for the InvenTree development path, allowing (in future releases) for complex tasks to be handled, such as email support, automatic report generation, and integration with third party services.
For more information on the background worker, refer to the [background tasks documentation](../../admin/tasks).
For more information on the background worker, refer to the [background tasks documentation](../admin/tasks.md).
!!! info "Installation"
Instructions for managing the background worker process are included in the [installation guide](../../start/install).
Instructions for managing the background worker process are included in the [installation guide](../start/install.md).
!!! warning "Upgrading"
If you are upgrading your InvenTree installation from an older version, you will need to ensure that you are also now running the background worker process!
@ -31,4 +31,4 @@ To simplify this, an official InvenTree docker image is available on [DockerHub]
!!! success "Docker Is the Way"
Docker is now the recommended way to install InvenTree
Refer to the [docker setup guide](../../start/docker) for further information!
Refer to the [docker setup guide](../start/docker.md) for further information!