Skip to content

Commit 8525f99

Browse files
committed
Fix invalid links
1 parent eb9a804 commit 8525f99

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/administration/replicating-netbox.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ pg_dump --username netbox --password --host localhost -s netbox > netbox_schema.
5454
By default, NetBox stores uploaded files (such as image attachments) in its media directory. To fully replicate an instance of NetBox, you'll need to copy both the database and the media files.
5555

5656
!!! note
57-
These operations are not necessary if your installation is utilizing a [remote storage backend](../../configuration/optional-settings/#storage_backend).
57+
These operations are not necessary if your installation is utilizing a [remote storage backend](../configuration/system.md#storage_backend).
5858

5959
### Archive the Media Directory
6060

docs/configuration/plugins.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Default: Empty
66

7-
A list of installed [NetBox plugins](../../plugins/) to enable. Plugins will not take effect unless they are listed here.
7+
A list of installed [NetBox plugins](../plugins/index.md) to enable. Plugins will not take effect unless they are listed here.
88

99
!!! warning
1010
Plugins extend NetBox by allowing external code to run with the same access and privileges as NetBox itself. Only install plugins from trusted sources. The NetBox maintainers make absolutely no guarantees about the integrity or security of your installation with plugins enabled.

0 commit comments

Comments
 (0)