Skip to content

Commit

Permalink
Fix repository name / links (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
coolhome committed May 13, 2024
1 parent cbb1bcf commit f281aa8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand All @@ -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:

Expand All @@ -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 [email protected]:your_name_here/netbox-napalm.git
$ git clone [email protected]: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/)):
Expand Down Expand Up @@ -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.


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f281aa8

Please sign in to comment.