Skip to content

Commit

Permalink
fix dead links (#1909)
Browse files Browse the repository at this point in the history
  • Loading branch information
hellt committed Feb 22, 2024
1 parent ff671fb commit f11d4a9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions docs/htmltest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ IgnoreURLs:
- https://supportcenter.checkpoint.com/ # started to fail, meh.
- https://marketplace.visualstudio.com/*
- https://gist.githubusercontent.com/hellt/abc/raw/def/linux.clab.yml # test link used in docs
- serverfault.com # returns 403
- askubuntu.com # returns 403
IgnoreDirectoryMissingTrailingSlash: true
IgnoreAltMissing: true
IgnoreSSLVerify: true
Expand Down
3 changes: 2 additions & 1 deletion docs/lab-examples/frr01.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,14 @@
| **Version information**[^2] | `containerlab:0.13.0`, `frrouting/frr:v7.5.1`, `docker-ce:19.03.13` |

## Description

This lab example consists of three FRR routers connected in a ring topology. Each router has one PC connected to it.

This is also an example of how to pre-configure lab nodes of `linux` kind in containerlab.

To start this lab, run the [`run.sh`][run] script, which will run the containerlab deploy commands, and then configure the PC interfaces.

The lab configuration is documented in detail at: https://www.brianlinkletter.com/2021/05/use-containerlab-to-emulate-open-source-routers/
<!-- The lab configuration is documented in detail at: https://www.brianlinkletter.com/2021/05/use-containerlab-to-emulate-open-source-routers/ -->

[topofile]: https://github.com/srl-labs/containerlab/tree/main/lab-examples/frr01/frr01.clab.yml
[run]: https://github.com/srl-labs/containerlab/tree/main/lab-examples/frr01/run.sh
Expand Down
3 changes: 1 addition & 2 deletions lab-examples/frr01/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@ This is also an example of how to pre-configure lab nodes on "linux" node types

To start this lab, run the *run.sh* script, which will run the containerlab deploy commands, and then configure the PC interfaces.

The lab configuration is documented in detail at: https://www.brianlinkletter.com/2021/05/use-containerlab-to-emulate-open-source-routers/

<!-- The lab configuration is documented in detail at: https://www.brianlinkletter.com/2021/05/use-containerlab-to-emulate-open-source-routers/ -->

0 comments on commit f11d4a9

Please sign in to comment.