Fix links - add the first ref pointing at the fiber7 article

This commit is contained in:
2024-08-04 23:41:16 +02:00
parent 03364c0aa9
commit d3c1115dfd
3 changed files with 7 additions and 7 deletions

View File

@ -41,13 +41,13 @@ We have been operating autonomous systems and corporate networks for decades.
In Switzerland, we incorporated in early 2021 into a limited liability company. In Switzerland, we incorporated in early 2021 into a limited liability company.
**Pim van Pelt** - **Pim van Pelt** -
[PBVP1-RIPE](https://apps.db.ripe.net/db-web-ui/query?searchtext=pbvp1-ripe&rflag=true&source=RIPE&bflag=false) [[PBVP1-RIPE](https://apps.db.ripe.net/db-web-ui/query?searchtext=pbvp1-ripe&rflag=true&source=RIPE&bflag=false)]
started his career as a network engineer in the Netherlands, where he worked started his career as a network engineer in the Netherlands, where he worked
for Intouch, Freeler, and BIT. He helped raise awareness for IPv6, for example for Intouch, Freeler, and BIT. He helped raise awareness for IPv6, for example
by launching it at AMS-IX back in 2001. He also operated by launching it at AMS-IX back in 2001. He also operated
[SixXS](https://www.sixxs.net/), a global IPv6 tunnel broker, from 2001 through [[SixXS](https://www.sixxs.net/)], a global IPv6 tunnel broker, from 2001 through
to its sunset in 2017. Since 2006, Pim works as a Distinguished SRE at Google to its sunset in 2017. Since 2006, Pim works as a Distinguished SRE at Google
in Zurich, Switzerland. In his free time, he goes [Geocaching](https://geocaching.com), in Zurich, Switzerland. In his free time, he goes [[Geocaching](https://geocaching.com)],
contributes to [open source](https://github.com/pimvanpelt) projects, and flies contributes to [[open source](https://github.com/pimvanpelt)] projects, and flies
model helicopters. model helicopters.

View File

@ -75,6 +75,6 @@ throughput, bandwidth, latency or jitter and packet loss: we've seen it all,
from ADSL lines to 300km DWDM spans. from ADSL lines to 300km DWDM spans.
For some good examples, take a look at these case studies: For some good examples, take a look at these case studies:
* [Fiber7 on LiteXchange]({% post_url 2016-10-07-fiber7-litexchange %}) * [Fiber7 on LiteXchange]({{< ref "2016-10-07-fiber7-litexchange" >}})
* [SixXS Sunset]({% post_url 2017-03-01-sixxs-sunset %}) * [SixXS Sunset]({% post_url 2017-03-01-sixxs-sunset %})
* [Coloclue Loadtesting]({% post_url 2021-02-27-coloclue-loadtest %}) * [Coloclue Loadtesting]({% post_url 2021-02-27-coloclue-loadtest %})

View File

@ -78,12 +78,12 @@ main {
@media #{$mq-xxlarge} { margin: 0 27%; } @media #{$mq-xxlarge} { margin: 0 27%; }
a { a {
color: $ipng-darkorange; color: $ipng-lightorange;
text-decoration: none; text-decoration: none;
} }
a:hover { a:hover {
color: $ipng-lightorange; color: $ipng-darkorange;
text-decoration: none; text-decoration: none;
} }
} }