diff --git a/docs/docs/Data-Aggregation-API/installation.md b/docs/docs/Data-Aggregation-API/installation.md index 14119cb..f5aacc2 100644 --- a/docs/docs/Data-Aggregation-API/installation.md +++ b/docs/docs/Data-Aggregation-API/installation.md @@ -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/). diff --git a/docs/docs/SONiC-support/Criteo-SONiC-utilities.md b/docs/docs/SONiC-support/Criteo-SONiC-utilities.md index 2e17a06..ca1b198 100644 --- a/docs/docs/SONiC-support/Criteo-SONiC-utilities.md +++ b/docs/docs/SONiC-support/Criteo-SONiC-utilities.md @@ -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/). diff --git a/docs/docs/SONiC-support/SONiC-modules.md b/docs/docs/SONiC-support/SONiC-modules.md index 168c255..2fabc19 100644 --- a/docs/docs/SONiC-support/SONiC-modules.md +++ b/docs/docs/SONiC-support/SONiC-modules.md @@ -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. diff --git a/docs/docs/SaltStack-modules/installation.md b/docs/docs/SaltStack-modules/installation.md index 518fd08..e8a1397 100644 --- a/docs/docs/SaltStack-modules/installation.md +++ b/docs/docs/SaltStack-modules/installation.md @@ -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 diff --git a/docs/docs/SaltStack-modules/usage.md b/docs/docs/SaltStack-modules/usage.md index 5ab2b15..cd97798 100644 --- a/docs/docs/SaltStack-modules/usage.md +++ b/docs/docs/SaltStack-modules/usage.md @@ -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 diff --git a/docs/docs/installation.md b/docs/docs/installation.md index 5499611..81cc05c 100644 --- a/docs/docs/installation.md +++ b/docs/docs/installation.md @@ -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/)