Skip to content

Commit

Permalink
Fixing broken urls in document docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jovatn authored and troglobit committed Aug 22, 2023
1 parent 3f3de71 commit d34908a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion doc/container.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ inside the container will always be: `eth0`, `eth1`, etc.

A common setup is to use a VETH pair, with one end in the container and
the other end routed, or bridged, to the rest of the world. The Infix
[CLI Guide](cli.md) provides examples of both. In either case you need
[CLI Guide](cli/introduction.md) provides examples of both. In either case you need
to create a matching CNI profile for one end of the VETH pair before
starting the container, here we use two network profiles, the default
podman bridge and the VETH profile:
Expand Down
4 changes: 2 additions & 2 deletions doc/developers-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ see also [Infix in Virtual Environments](virtual.md).

The Infix automated test suite is built around Qemu and [Qeneth][2], see:

* [Testing](doc/testing.md)
* [Docker Image](test/docker/README.md)
* [Testing](testing.md)
* [Docker Image](../test/docker/README.md)


Contributing
Expand Down
6 changes: 3 additions & 3 deletions doc/virtual.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ from a pre-built Infix release tarball, using <kbd>./qemu.sh -c</kbd>

The Infix test suite is built around Qemu and [Qeneth][qeth], see:

* [Testing](doc/testing.md)
* [Docker Image](test/docker/README.md)
* [Testing](testing.md)
* [Docker Image](../test/docker/README.md)


GNS3
Expand All @@ -52,6 +52,6 @@ an end device.
[Qemu]: https://www.qemu.org/
[GNS3]: https://gns3.com/
[virt]: https://virt-manager.org/
[rels]; https://github.com/kernelkit/infix/releases
[rels]: https://github.com/kernelkit/infix/releases
[qeth]: https://github.com/wkz/qeneth
[APPL]: https://docs.gns3.com/docs/using-gns3/beginners/import-gns3-appliance/

0 comments on commit d34908a

Please sign in to comment.