Skip to content

Commit a6a1bec

Browse files
committed
Closes netbox-community#9218: Update documentation links with docs.netbox.dev
1 parent 562d1bf commit a6a1bec

16 files changed

+20
-20
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
The changelog has been moved to the [project release notes](https://netbox.readthedocs.io/en/stable/release-notes/).
1+
The changelog has been moved to the [project release notes](https://docs.netbox.dev/en/stable/release-notes/).

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ appropriate labels will be applied for categorization.
9999
## Submitting Pull Requests
100100

101101
* If you're interested in contributing to NetBox, be sure to check out our
102-
[getting started](https://netbox.readthedocs.io/en/stable/development/getting-started/)
102+
[getting started](https://docs.netbox.dev/en/stable/development/getting-started/)
103103
documentation for tips on setting up your development environment.
104104

105105
* Be sure to open an issue **before** starting work on a pull request, and
@@ -171,7 +171,7 @@ an effort to circumvent the bot: Doing so will not remove the stale label.
171171
the understanding that all contributions are submitted under the Apache 2.0
172172
license and that your employer may not make claim to any contributions.
173173
Contributions include code work, issue management, and community support. All
174-
development must be in accordance with our [development guidance](https://netbox.readthedocs.io/en/stable/development/).
174+
development must be in accordance with our [development guidance](https://docs.netbox.dev/en/stable/development/).
175175

176176
* Maintainers are expected to attend (where feasible) our biweekly ~30-minute
177177
sync to review agenda items. This meeting provides opportunity to present and

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ NetBox runs as a web application atop the [Django](https://www.djangoproject.com
4949
Python framework with a [PostgreSQL](https://www.postgresql.org/) database. For a
5050
complete list of requirements, see `requirements.txt`. The code is available [on GitHub](https://github.com/netbox-community/netbox).
5151

52-
The complete documentation for NetBox can be found at [Read the Docs](https://netbox.readthedocs.io/en/stable/). A public demo instance is available at https://demo.netbox.dev.
52+
The complete documentation for NetBox can be found at [docs.netbox.dev](https://docs.netbox.dev/). A public demo instance is available at https://demo.netbox.dev.
5353

5454
<div align="center">
5555
<h4>Thank you to our sponsors!</h4>
@@ -71,7 +71,7 @@ The complete documentation for NetBox can be found at [Read the Docs](https://ne
7171

7272
### Installation
7373

74-
Please see [the documentation](https://netbox.readthedocs.io/en/stable/) for
74+
Please see [the documentation](https://docs.netbox.dev/) for
7575
instructions on installing NetBox. To upgrade NetBox, please download the
7676
[latest release](https://github.com/netbox-community/netbox/releases) and
7777
run `upgrade.sh`.

contrib/netbox-rq.service

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[Unit]
22
Description=NetBox Request Queue Worker
3-
Documentation=https://netbox.readthedocs.io/en/stable/
3+
Documentation=https://docs.netbox.dev/
44
After=network-online.target
55
Wants=network-online.target
66

contrib/netbox.service

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[Unit]
22
Description=NetBox WSGI Service
3-
Documentation=https://netbox.readthedocs.io/en/stable/
3+
Documentation=https://docs.netbox.dev/
44
After=network-online.target
55
Wants=network-online.target
66

docs/installation/4-gunicorn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ You should see output similar to the following:
4040
● netbox.service - NetBox WSGI Service
4141
Loaded: loaded (/etc/systemd/system/netbox.service; enabled; vendor preset: enabled)
4242
Active: active (running) since Mon 2021-08-30 04:02:36 UTC; 14h ago
43-
Docs: https://netbox.readthedocs.io/en/stable/
43+
Docs: https://docs.netbox.dev/
4444
Main PID: 1140492 (gunicorn)
4545
Tasks: 19 (limit: 4683)
4646
Memory: 666.2M

docs/installation/migrating-to-systemd.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ You can use the command `systemctl status netbox` to verify that the WSGI servic
3939
● netbox.service - NetBox WSGI Service
4040
Loaded: loaded (/etc/systemd/system/netbox.service; enabled; vendor preset: enabled)
4141
Active: active (running) since Sat 2020-10-24 19:23:40 UTC; 25s ago
42-
Docs: https://netbox.readthedocs.io/en/stable/
42+
Docs: https://docs.netbox.dev/
4343
Main PID: 11993 (gunicorn)
4444
Tasks: 6 (limit: 2362)
4545
CGroup: /system.slice/netbox.service

docs/release-notes/version-2.1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ A new API endpoint has been added at `/api/ipam/prefixes/<pk>/available-ips/`. A
121121

122122
#### NAPALM Integration ([#1348](https://github.com/netbox-community/netbox/issues/1348))
123123

124-
The [NAPALM automation](https://github.com/napalm-automation/napalm) library provides an abstracted interface for pulling live data (e.g. uptime, software version, running config, LLDP neighbors, etc.) from network devices. The NetBox API has been extended to support executing read-only NAPALM methods on devices defined in NetBox. To enable this functionality, ensure that NAPALM has been installed (`pip install napalm`) and the `NETBOX_USERNAME` and `NETBOX_PASSWORD` [configuration parameters](https://netbox.readthedocs.io/en/stable/configuration/optional-settings/#netbox_username) have been set in configuration.py.
124+
The [NAPALM automation](https://github.com/napalm-automation/napalm) library provides an abstracted interface for pulling live data (e.g. uptime, software version, running config, LLDP neighbors, etc.) from network devices. The NetBox API has been extended to support executing read-only NAPALM methods on devices defined in NetBox. To enable this functionality, ensure that NAPALM has been installed (`pip install napalm`) and the `NETBOX_USERNAME` and `NETBOX_PASSWORD` [configuration parameters](https://docs.netbox.dev/en/stable/configuration/optional-settings/#netbox_username) have been set in configuration.py.
125125

126126
### Enhancements
127127

docs/release-notes/version-2.2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ Our second-most popular feature request has arrived! NetBox now supports the cre
196196

197197
#### Custom Validation Reports ([#1511](https://github.com/netbox-community/netbox/issues/1511))
198198

199-
Users can now create custom reports which are run to validate data in NetBox. Reports work very similar to Python unit tests: Each report inherits from NetBox's Report class and contains one or more test method. Reports can be run and retrieved via the web UI, API, or CLI. See [the docs](https://netbox.readthedocs.io/en/stable/miscellaneous/reports/) for more info.
199+
Users can now create custom reports which are run to validate data in NetBox. Reports work very similar to Python unit tests: Each report inherits from NetBox's Report class and contains one or more test method. Reports can be run and retrieved via the web UI, API, or CLI. See [the docs](https://docs.netbox.dev/en/stable/miscellaneous/reports/) for more info.
200200

201201
### Enhancements
202202

docs/release-notes/version-2.5.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ This release upgrades the Django framework to version 2.2.
295295

296296
#### Python 3 Required
297297

298-
As promised, Python 2 support has been completed removed. Python 3.5 or higher is now required to run NetBox. Please see [our Python 3 migration guide](https://netbox.readthedocs.io/en/stable/installation/migrating-to-python3/) for assistance with upgrading.
298+
As promised, Python 2 support has been completed removed. Python 3.5 or higher is now required to run NetBox. Please see [our Python 3 migration guide](https://docs.netbox.dev/en/stable/installation/migrating-to-python3/) for assistance with upgrading.
299299

300300
#### Removed Deprecated User Activity Log
301301

0 commit comments

Comments
 (0)