|
NetBox should always be referred to as NetBox
Fix all instances of "Netbox".
```Shell
git ls-files -z . | xargs --null -I '{}' find './{}' -type f -print0 | xargs --null sed --in-place --regexp-extended 's#Netbox#NetBox#g;'
```
Ref: https://netbox.readthedocs.io/en/stable/development/style-guide/#branding
|
|---|
|
|
| .github/ISSUE_TEMPLATE/bug_report.md |
|---|
| .github/ISSUE_TEMPLATE/config.yml |
|---|
| .github/ISSUE_TEMPLATE/feature_request.md |
|---|
| .github/workflows/push.yml |
|---|
| .github/workflows/release.yml |
|---|
| Dockerfile |
|---|
| README.md |
|---|
| build-next.sh |
|---|
| build.sh |
|---|
| docker/docker-entrypoint.sh |
|---|
| test.sh |
|---|