From 0e3d4e948b74969494e9f8a1ac0e8a212913ec56 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Tue, 16 Apr 2024 09:00:06 -0400 Subject: [PATCH] Updated Plugins (markdown) --- Plugins.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Plugins.md b/Plugins.md index fc70504..f3bbca3 100644 --- a/Plugins.md +++ b/Plugins.md @@ -1,6 +1,6 @@ ## About Plugins -[Plugins](https://netbox.readthedocs.io/en/stable/plugins/#plugins) are packaged Django apps that can be installed alongside NetBox to provide custom functionality not present in the core application. Plugins can introduce their own models, views, and other resources, but cannot interfere with core components. A NetBox user may opt to install plugins provided by the community or build his or her own. +[Plugins](https://docs.netbox.dev/en/stable/plugins/#plugins) are packaged Django apps that can be installed alongside NetBox to provide custom functionality not present in the core application. Plugins can introduce their own models, views, and other resources, but cannot interfere with core components. A NetBox user may opt to install plugins provided by the community or build his or her own. Plugins are supported on NetBox v2.8 and later. @@ -9,7 +9,7 @@ Plugins are supported on NetBox v2.8 and later. Anyone is free and welcome to develop a plugin for NetBox. This can be a project that you use internally within your organization, an open source project, or even a commercial product. To get started with a plugin, we suggest first completing the official development tutorial. This will walk you through the process of creating a plugin from scratch. From there, the plugins framework documentation should have everything you need. * [Plugin Development Tutorial](https://github.com/netbox-community/netbox-plugin-tutorial) (requires NetBox v3.2+) -* [Plugins Documentation](https://netbox.readthedocs.io/en/stable/plugins/#plugins) +* [Plugins Documentation](https://docs.netbox.dev/en/stable/plugins/#plugins) ### Plugin Support