Skip to content

Commit

Permalink
Fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
minitriga committed Feb 3, 2025
1 parent 4c5f6e3 commit cfc518c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/_templates/readme.mdx.j2
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ pip install nornir_infrahub
{%- for module in plugin %}
#### {{ module.module }}
{% for function_name, function in module.functions.items() %}
- [{{ function_name }}](/nornir/references/plugins/{{ module.file_name }}#{{ function_name }})
- [{{ function_name }}](./references/plugins/{{ module.file_name }}#{{ function_name }})
{% endfor %}
{%- endfor %}
{%- endfor %}
8 changes: 4 additions & 4 deletions docs/docs/nornir/readme.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ pip install nornir_infrahub
### Inventory
#### Inventory plugin

- [InfrahubInventory](/nornir/references/plugins/infrahub_inventory.mdx#InfrahubInventory)
- [InfrahubInventory](./references/plugins/infrahub_inventory.mdx#InfrahubInventory)

### Tasks
#### Artifact management plugin

- [regenerate_host_artifact](/nornir/references/plugins/artifact_tasks.mdx#regenerate_host_artifact)
- [regenerate_host_artifact](./references/plugins/artifact_tasks.mdx#regenerate_host_artifact)

- [generate_artifacts](/nornir/references/plugins/artifact_tasks.mdx#generate_artifacts)
- [generate_artifacts](./references/plugins/artifact_tasks.mdx#generate_artifacts)

- [get_artifact](/nornir/references/plugins/artifact_tasks.mdx#get_artifact)
- [get_artifact](./references/plugins/artifact_tasks.mdx#get_artifact)

0 comments on commit cfc518c

Please sign in to comment.