From fd88e68785d364381f79997ce12822a4a7a7efc2 Mon Sep 17 00:00:00 2001 From: Pete Crocker Date: Mon, 10 Feb 2025 19:55:19 +0000 Subject: [PATCH] fix links --- docs/docs/overview/data.mdx | 2 +- docs/docs/overview/integrations.mdx | 2 +- docs/docs/overview/readme.mdx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/docs/overview/data.mdx b/docs/docs/overview/data.mdx index bb283ab568..411a194804 100644 --- a/docs/docs/overview/data.mdx +++ b/docs/docs/overview/data.mdx @@ -9,7 +9,7 @@ title: Data input and sync When a schema has been loaded in to Infrahub, data can be populated or synced through multiple methods: - Via the WebUI: users can add, modify, and delete objects -- Via [infrahub-sync](https://docs.infrahub.app/sync/sync/) +- Via [infrahub-sync](https://docs.infrahub.app/sync) - Via the [Infrahub SDK](../python-sdk/), which simplifies working with the GraphQL API: - One-time imports can done similar to this [python example](https://github.com/opsmill/infrahub-demo-dc-fabric/blob/main/generators/create_basic.py) - Integration with other systems diff --git a/docs/docs/overview/integrations.mdx b/docs/docs/overview/integrations.mdx index 48042c570b..f0a9174b32 100644 --- a/docs/docs/overview/integrations.mdx +++ b/docs/docs/overview/integrations.mdx @@ -11,7 +11,7 @@ These integrations elevate Infrahub's functionality, transforming it into a cent ## Ansible integration -This integration is provided through the [`opsmill.infrahub` Ansible Collection](https://docs.infrahub.app/ansible/ansible/). It allows Infrahub to be used as a dynamic inventory source for Ansible, enabling management of infrastructure based on data stored in Infrahub. +This integration is provided through the [`opsmill.infrahub` Ansible Collection](https://docs.infrahub.app/ansible/). It allows Infrahub to be used as a dynamic inventory source for Ansible, enabling management of infrastructure based on data stored in Infrahub. ## Nornir integration diff --git a/docs/docs/overview/readme.mdx b/docs/docs/overview/readme.mdx index 231dfa6984..7facb5674f 100644 --- a/docs/docs/overview/readme.mdx +++ b/docs/docs/overview/readme.mdx @@ -21,4 +21,4 @@ This overview will explore the design and components of Infrahub and how the pla - [Data Transformations](./transformations.mdx) - [Version Control, CI and Checks](./versioning.mdx) - [Generators & Design-Driven Automation](./generators.mdx) -- External integrations with automation frameworks ([Ansible](https://docs.infrahub.app/ansible/ansible/), [Nornir](https://docs.infrahub.app/nornir/)) +- External integrations with automation frameworks ([Ansible](https://docs.infrahub.app/ansible/), [Nornir](https://docs.infrahub.app/nornir/))