Skip to content

Commit d89283a

Browse files
committed
doc: fix intra-document links
Signed-off-by: Joachim Wiberg <[email protected]>
1 parent 25d220e commit d89283a

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

doc/container.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1053,8 +1053,7 @@ tarballs with SHA256 checksums for integrity checking.
10531053

10541054
Finally, if you build your own version of Infix, and embed OCI tarballs
10551055
in the system image, then see the tip at the end of [Upgrading a
1056-
Container Image](#upgrading-a-container-image) (above).
1057-
1056+
Container Image](#embedded-container-images) (above).
10581057

10591058
[0]: networking.md
10601059
[1]: https://github.com/kernelkit/infix/blob/main/src/confd/yang/infix-containers.yang

doc/tunnels.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ admin@example:/>
5555
```
5656

5757
GRETAP interfaces can be added to a bridge, bridging local and remote Ethernet
58-
segments. See the [Bridge Configuration](networking.md#bridge-configuration)
58+
segments. See the [Bridge Configuration](networking.md#bridging)
5959
for more on bridges.
6060

6161
### OSPF over GRE
@@ -98,8 +98,8 @@ admin@siteB:/>
9898
```
9999

100100
Once configured, OSPF will establish a neighbor relationship through the
101-
tunnel and exchange routes between the sites. For more on OSPF
102-
configuration, see [Routing Configuration](routing.md).
101+
tunnel and exchange routes between the sites. For more info on OSPF
102+
configuration, see [OSPFv2 Routing](networking.md#ospfv2-routing).
103103

104104
> [!NOTE]
105105
> Consider adjusting MTU on the tunnel interface to account for GRE

0 commit comments

Comments
 (0)