From f247d7dd4db3d493ccb5562bc4f2b4a812fdcd38 Mon Sep 17 00:00:00 2001 From: Mark Coleman Date: Fri, 4 Jul 2025 16:39:23 +0200 Subject: [PATCH] Fixes: https://github.com/netboxlabs/netbox-custom-objects/issues/82 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f649de5..aa52970 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This [NetBox](https://netboxlabs.com/products/netbox/) plugin introduces the ability to create new object types in NetBox so that users can add models to suit their own needs. NetBox users have been able to extend the NetBox data model for some time using both Tags & Custom Fields and Plugins. Tags and Custom Fields are easy to use, but they have limitations when used at scale, and Plugins are very powerful but require Python/Django knowledge, and ongoing maintenance. Custom Objects provides users with a no-code "sweet spot" for data model extensibility, providing a lot of the power of NetBox plugins, but with the ease of use of Tags and Custom Fields. -You can find further documentation [here](docs/index.md). +You can find further documentation [here](https://github.com/netboxlabs/netbox-custom-objects/blob/main/docs/index.md). ## Requirements