From b1b5ef072f0d8d10cdc4fe9e39a9a753db8103cb Mon Sep 17 00:00:00 2001 From: Gary Snider <75227981+gsnider2195@users.noreply.github.com> Date: Mon, 24 Jun 2024 18:38:42 -0500 Subject: [PATCH] Fix url typo in design_development.md (#175) --- docs/user/design_development.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user/design_development.md b/docs/user/design_development.md index cd820e36..450d579f 100644 --- a/docs/user/design_development.md +++ b/docs/user/design_development.md @@ -14,7 +14,7 @@ For the remainder of this tutorial we will focus solely on the Design Job, Desig ## Design Components -Designs can be loaded either from local files or from a git repository. Either way, the structure of the actual designs and all the associated files is the same. Since, fundamentally, all designs are Nautobot Jobs, everything must be in a top level `jobs` python package (meaning the directory must contain the file `__init__.py`) and all design classes must be either defined in this `jobs` module or be imported to it. The following directory layout is from the [demo designs repository](hhttps://github.com/nautobot/demo-designs): +Designs can be loaded either from local files or from a git repository. Either way, the structure of the actual designs and all the associated files is the same. Since, fundamentally, all designs are Nautobot Jobs, everything must be in a top level `jobs` python package (meaning the directory must contain the file `__init__.py`) and all design classes must be either defined in this `jobs` module or be imported to it. The following directory layout is from the [demo designs repository](https://github.com/nautobot/demo-designs): ``` bash jobs