Skip to content

Commit

Permalink
Merge pull request #31 from opsmill/wvd-20241209-fix-example-link
Browse files Browse the repository at this point in the history
fix links in README for PyPI
  • Loading branch information
BeArchiTek authored Dec 9, 2024
2 parents e1de969 + d75c54e commit 1fae470
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ pip install nornir_infrahub

## Usage

An example of this can be found in [./examples/nornir_inventory.py](./examples/nornir_inventory.py)
An example of this can be found in [./examples/nornir_inventory.py](https://github.com/opsmill/nornir-infrahub/blob/stable/examples/nornir_inventory.py)

## Infrahub artifact tasks

Expand All @@ -32,4 +32,4 @@ A set of tasks are provided to operate on Infrahub Artifacts:
- `regenerate_artifact`: re-generates an Artifact for a Nornir Host
- `get_artifact`: retrieve an Artifact for a Nornir Host

An example of this can be found in [./examples/nornir_tasks.py](./examples/nornir_tasks.py)
An example of this can be found in [./examples/nornir_tasks.py](https://github.com/opsmill/nornir-infrahub/blob/stable/examples/nornir_tasks.py)

0 comments on commit 1fae470

Please sign in to comment.