summaryrefslogtreecommitdiffstats
path: root/docs/usage-inventory-catalog.md
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--docs/usage-inventory-catalog.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/usage-inventory-catalog.md b/docs/usage-inventory-catalog.md
index 39734f3..370f573 100644
--- a/docs/usage-inventory-catalog.md
+++ b/docs/usage-inventory-catalog.md
@@ -12,7 +12,7 @@ Both inputs can be defined in a file or programmatically.
## Device Inventory
-A device inventory is an instance of the [AntaInventory](../api/inventory.md#anta.inventory.AntaInventory) class.
+A device inventory is an instance of the [AntaInventory](./api/inventory.md#anta.inventory.AntaInventory) class.
### Device Inventory File
@@ -41,8 +41,8 @@ anta_inventory:
The inventory file must start with the `anta_inventory` key then define one or multiple methods:
- `hosts`: define each device individually
-- `networks`: scan a network for devices accesible via eAPI
-- `ranges`: scan a range for devices accesible via eAPI
+- `networks`: scan a network for devices accessible via eAPI
+- `ranges`: scan a range for devices accessible via eAPI
A full description of the inventory model is available in [API documentation](api/inventory.models.input.md)
@@ -72,7 +72,7 @@ anta_inventory:
## Test Catalog
-A test catalog is an instance of the [AntaCatalog](../api/catalog.md#anta.catalog.AntaCatalog) class.
+A test catalog is an instance of the [AntaCatalog](./api/catalog.md#anta.catalog.AntaCatalog) class.
### Test Catalog File