Skip to content

Commit 2c75687

Browse files
committed
Fix broken links
1 parent 01fa6e2 commit 2c75687

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

docs/development/models.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ These are considered the "core" application models which are used to model netwo
3232

3333
* [circuits.Circuit](../models/circuits/circuit.md)
3434
* [circuits.Provider](../models/circuits/provider.md)
35-
* [circuits.ProviderAccount](../models/circuits/provideracount.md)
35+
* [circuits.ProviderAccount](../models/circuits/provideraccount.md)
3636
* [circuits.ProviderNetwork](../models/circuits/providernetwork.md)
3737
* [core.DataSource](../models/core/datasource.md)
3838
* [dcim.Cable](../models/dcim/cable.md)

docs/models/dcim/platform.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ A platform defines the type of software running on a [device](./device.md) or [v
44

55
Platforms may optionally be limited by [manufacturer](./manufacturer.md): If a platform is assigned to a particular manufacturer, it can only be assigned to devices with a type belonging to that manufacturer.
66

7-
The platform model is also used to indicate which [NAPALM driver](../../integrations/napalm.md) (if any) and any associated arguments NetBox should use when connecting to a remote device. The name of the driver along with optional parameters are stored with the platform.
8-
97
The assignment of platforms to devices is an optional feature, and may be disregarded if not desired.
108

119
## Fields

0 commit comments

Comments
 (0)