From 8663920d6bb06e83ee56b5d362fe465446cde1e3 Mon Sep 17 00:00:00 2001 From: Kyle Rogers <7157021+kyle30312@users.noreply.github.com> Date: Wed, 17 Nov 2021 23:10:06 -0500 Subject: [PATCH] README, FAQ: fix broken links - ZEROTH to LOWEST (34ca6d7) - patches to {merged,pending}-patches (96b1f4f) --- FAQ.md | 2 +- README.md | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/FAQ.md b/FAQ.md index 70f9666..1bbba91 100644 --- a/FAQ.md +++ b/FAQ.md @@ -57,6 +57,6 @@ but CGN networks are wildly popular. As a totally new address range, making class-e in particular globally routable makes it more possible to address other long-standing bugs in -IPv4 implementations like [zeroth networks](ZEROTH.md), attempt to make +IPv4 implementations like [zeroth networks](LOWEST.md), attempt to make more protocols available through NAT (such as udp-lite, sctp), and so on. diff --git a/README.md b/README.md index 90ca50f..055774c 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Fixing the odd nooks and crannies still mildly broken in IPv4, by: - Making class-e (240/4), 0/8, 127/8, 224/4 more usable - Adding 419 million new IPs to the world -- Fixing [zeroth networking](/ZEROTH.md) +- Fixing [zeroth networking](LOWEST.md) - Improving interoperability with multiple protocols and tunnelling technologies - Supplying tested patches and tools that address these problems @@ -13,9 +13,10 @@ Fixing the odd nooks and crannies still mildly broken in IPv4, by: - [OVERVIEW](OVERVIEW.md) - [FAQ](FAQ.md) - [ZERO](ZERO.md) -- [ZEROTH](ZEROTH.md) +- [LOWEST](LOWEST.md) - [127.0.0.0/16](127.md) - [240/4](CLASSE.md) - [MULTICAST](MULTICAST.md) -- [PATCHES DIR](patches) +- [MERGED-PATCHES DIR](merged-patches) +- [PENDING-PATCHES DIR](pending-patches) - [PATCHES](PATCHES.md)