Skip to content

Commit

Permalink
fix: dead links
Browse files Browse the repository at this point in the history
  • Loading branch information
kpetremann committed Jun 10, 2024
1 parent 0f43b03 commit c3722f3
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/docs/Data-Aggregation-API/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ See [Configuration](./configuration.md) for more details.
The only dependency is our [Network CMDB](https://github.com/criteo/netbox-network-cmdb) NetBox plugin.
The installation guide of this plugin is available in the CMDB section [here](/docs/docs/CMDB/).
The installation guide of this plugin is available in the CMDB section [here](/CMDB/installation/).
2 changes: 1 addition & 1 deletion docs/docs/SONiC-support/Criteo-SONiC-utilities.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ sonic_commit_id: some-commit-id
!!! tip
The needed grains are automatically set by our [SONiC Salt Deployer](SONiC-support/Deploy-Salt-minion).
The needed grains are automatically set by our [SONiC Salt Deployer](/SONiC-support/SONiC-Salt-Deployer/).
2 changes: 1 addition & 1 deletion docs/docs/SONiC-support/SONiC-modules.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## How to install

The installation process is similar to [SaltStack modules installation](/SaltStack-modules/installation.md).
The installation process is similar to [SaltStack modules installation](/SaltStack-modules/installation/).

1. Download the [codebase](https://github.com/criteo/sonic-saltstack) to a dedicated path on your Salt-master.
2. Add a new path to the `file_roots` section in the Salt-master configuration.
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/SaltStack-modules/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ file_roots:

Depending on the Network OS you want to support, you will need:

* [SONiC modules](/SONiC-support)
* [SONiC modules](/SONiC-support/overview)
* [napalm-salt](https://github.com/napalm-automation/napalm-salt) for Juniper JunOS and Arista EOS
2 changes: 1 addition & 1 deletion docs/docs/SaltStack-modules/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

To apply the configuration, you need the input data in OpenConfig format (JSON RFC7951).

If you are using our [Data Aggregation API](/Data-Aggregation-API), you can create the following pillar in `{SALT_PILLAR_PATH}/data-aggregation-api-openconfig.sls`:
If you are using our [Data Aggregation API](/Data-Aggregation-API/Installation/, you can create the following pillar in `{SALT_PILLAR_PATH}/data-aggregation-api-openconfig.sls`:

```py
#!py
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
|-----------|----------------|
| NetBox | [https://docs.netbox.dev/en/stable/installation/](https://docs.netbox.dev/en/stable/installation/)
| [Network CMDB](https://github.com/criteo/netbox-network-cmdb) | Network CMDB plugin for Netbox | ![Last commit](https://img.shields.io/github/last-commit/criteo/netbox-network-cmdb/main) |
| Data Aggregation API | see our [Installation guide](/Data-Aggregation-API/installation/)
| Data Aggregation API | see our [Installation guide](Data-Aggregation-API/installation.md)
| SaltStack | [https://docs.saltproject.io/salt/install-guide/en/latest/](https://docs.saltproject.io/salt/install-guide/en/latest/)
| SaltStack for JunOS/EOS | [proxy-minion](https://docs.saltproject.io/en/latest/topics/proxyminion/index.html) with [napalm driver](https://github.com/napalm-automation/napalm-salt)
| SaltStack for SONiC | see our [SONiC Salt Deployer](/SONiC-support/overview) and our [AFK modules for SaltStack](/SaltStack-modules/installation/)
Expand Down

0 comments on commit c3722f3

Please sign in to comment.