From 70b10dae05ac25fbd6fc0c861b3a997087b3190c Mon Sep 17 00:00:00 2001 From: Oliver Date: Thu, 18 Feb 2021 08:27:59 +1100 Subject: [PATCH] Fix for URL Closes https://github.com/inventree/inventree-docs/issues/64 --- docs/part/part.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/part/part.md b/docs/part/part.md index f5d9c46..719a818 100644 --- a/docs/part/part.md +++ b/docs/part/part.md @@ -51,7 +51,7 @@ If a part is designated as a *Component* it can be used as a sub-component of an Trackable parts can be assigned batch numbers or serial numbers which uniquely identify a particular stock item. Trackable parts also provide other features (and restrictions) in the InvenTree ecosystem. -[Read further information about trackable parts here](/../trackable). +[Read further information about trackable parts here](../trackable). ### Purchaseable @@ -63,4 +63,4 @@ If a part is designated as *Salable* it can be sold to external customers. Setti ### Active -By default, all parts are *Active*. Marking a part as inactive means it is not available for many actions, but the part remains in the database. If a part becomes obsolete, it is recommended that it is marked as inactive, rather than deleting it from the database. \ No newline at end of file +By default, all parts are *Active*. Marking a part as inactive means it is not available for many actions, but the part remains in the database. If a part becomes obsolete, it is recommended that it is marked as inactive, rather than deleting it from the database.