Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix dead links #1909

Merged
merged 1 commit into from
Feb 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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/ -->