Skip to content

Commit

Permalink
fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
petercrocker committed Feb 10, 2025
1 parent 4e27734 commit fd88e68
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/docs/overview/data.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/overview/integrations.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/docs/overview/readme.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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/))

0 comments on commit fd88e68

Please sign in to comment.