Skip to content

Commit

Permalink
fix: broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
simonkowallik committed Jul 14, 2024
1 parent be12716 commit c37954d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ The TMOS configuration parser [f5-corkscrew](https://github.com/f5devcentral/f5-

Also checkout the jupyter notebook: [example/notebook.ipynb](./example/notebook.ipynb).

For more details about the relevant configuration files, data formats, tmconfpy and its ansible collection please have a look in [CONFIG-FORMATS.md](https://github.com/simonkowallik/tmconfpy/CONFIG-FORMATS.md).
For more details about the relevant configuration files, data formats, tmconfpy and its ansible collection please have a look in [CONFIG-FORMATS.md](https://github.com/simonkowallik/tmconfpy/blob/main/CONFIG-FORMATS.md).

## Using tmconfpy with ansible

Expand Down Expand Up @@ -279,7 +279,7 @@ cat example/imap.tmconf | docker run --rm --interactive --entrypoint tmconfpy si

Please read and understand the [LICENSE](./LICENSE) first.

```
```text
There is no support on this project.
It is maintained on best effort basis without any warranties.
Expand Down
4 changes: 2 additions & 2 deletions ansible_collections/simonkowallik/tmconfpy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

tmconfpy as well as the tmconfpy ansible collection aim to make BIG-IP configurations more accessible by serializing the tmconf format to python data structures.

For more details about the relevant configuration files, data formats, tmconfpy and its ansible collection please have a look in [CONFIG-FORMATS.md](https://github.com/simonkowallik/tmconfpy/CONFIG-FORMATS.md).
For more details about the relevant configuration files, data formats, tmconfpy and its ansible collection please have a look in [CONFIG-FORMATS.md](https://github.com/simonkowallik/tmconfpy/blob/main/CONFIG-FORMATS.md).

## Installation

Expand All @@ -31,4 +31,4 @@ In your `requirements.yml` file you can use both ways as well:

## Example Playbook

Please have a look at this [ansible_collections/simonkowallik/tmconfpy/playbook/example-playbook.yml](example-playbook.yml).
Please have a look at this [https://github.com/simonkowallik/tmconfpy/blob/main/ansible_collections/simonkowallik/tmconfpy/playbook/example-playbook.yml](example-playbook.yml).

0 comments on commit c37954d

Please sign in to comment.