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
1 parent 04e0b3d commit ee40e339c856d1f68347e4102990ad95d9b2e51e
@Robin Schneider Robin Schneider authored on 5 Feb 2021
Showing 11 changed files
View
.github/ISSUE_TEMPLATE/bug_report.md
View
.github/ISSUE_TEMPLATE/config.yml
View
.github/ISSUE_TEMPLATE/feature_request.md
View
.github/workflows/push.yml
View
.github/workflows/release.yml
View
Dockerfile
View
README.md
View
build-next.sh
View
build.sh
View
docker/docker-entrypoint.sh
View
test.sh