From f281aa880dda105dc63005c09281e6d3906cf45e Mon Sep 17 00:00:00 2001 From: Preston Alvarado <700740+coolhome@users.noreply.github.com> Date: Mon, 13 May 2024 17:24:06 -0400 Subject: [PATCH] Fix repository name / links (#37) --- CONTRIBUTING.md | 12 ++++++------ README.md | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1f32b4c..d7ff6b4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -9,7 +9,7 @@ You can contribute in many ways: ### Report Bugs -Report bugs at https://github.com/netbox-community/netbox-napalm/issues. +Report bugs at https://github.com/netbox-community/netbox-napalm-plugin/issues. If you are reporting a bug, please include: @@ -35,7 +35,7 @@ articles, and such. ### Submit Feedback -The best way to send feedback is to file an issue at https://github.com/netbox-community/netbox-napalm/issues. +The best way to send feedback is to file an issue at https://github.com/netbox-community/netbox-napalm-plugin/issues. If you are proposing a feature: @@ -46,13 +46,13 @@ If you are proposing a feature: ## Get Started! -Ready to contribute? Here's how to set up `netbox-napalm` for local development. +Ready to contribute? Here's how to set up `netbox-napalm-plugin` for local development. -1. Fork the `netbox-napalm` repo on GitHub. +1. Fork the `netbox-napalm-plugin` repo on GitHub. 2. Clone your fork locally ``` - $ git clone git@github.com:your_name_here/netbox-napalm.git + $ git clone git@github.com:your_name_here/netbox-napalm-plugin.git ``` 3. Activate the NetBox virtual environment (see the NetBox documentation under [Setting up a Development Environment](https://docs.netbox.dev/en/stable/development/getting-started/)): @@ -96,7 +96,7 @@ Before you submit a pull request, check that it meets these guidelines: your new functionality into a function with a docstring, and add the feature to the list in README.md. 3. The pull request should work for Python 3.8, 3.9, 3.10 and 3.11. Check - https://github.com/netbox-community/netbox-napalm/actions + https://github.com/netbox-community/netbox-napalm-plugin/actions and make sure that the tests pass for all supported Python versions. diff --git a/README.md b/README.md index d26dd42..a51e723 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ NetBox plugin for Napalm. * Free software: Apache-2.0 -* Documentation: https://netbox-community.github.io/netbox-napalm/. +* Documentation: https://netbox-community.github.io/netbox-napalm-plugin/. ## Features