From 1de6e57369d00515be7040cbf952a1a54a0cb267 Mon Sep 17 00:00:00 2001 From: topi314 Date: Mon, 8 Jul 2024 23:32:54 +0200 Subject: [PATCH] fix ipv6 index site --- docs/configuration/ipv6/index.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/configuration/ipv6/index.md b/docs/configuration/ipv6/index.md index ce2ff13df..69de065c3 100644 --- a/docs/configuration/ipv6/index.md +++ b/docs/configuration/ipv6/index.md @@ -11,11 +11,11 @@ If your hosting provider stated that they provide IPv6 but your server does not For Lavalink use, most IPv6 rotation plans recommend IPv6 with a block size larger than `/64`, but you can still configure it for use with Lavalink even if it's less than `/64`. Here are some guides for some popular server providers: -- [Contabo](/docs/configuration/ipv6/contabo.md) -- [DigitalOcean](/docs/configuration/ipv6/digitalocean.md) -- [Hetzner](/docs/configuration/ipv6/hetzner.md) + - [Contabo](contabo.md) + - [DigitalOcean](digitalocean.md) + - [Hetzner](hetzner.md) -If your server provider is not listed above, you can use you can check out the general [Debian/Ubuntu](/docs/configuration/ipv6/ubuntudebian.md) guide on how to configure IPv6 on your server. +If your server provider is not listed above, you can use you can check out the general [Debian/Ubuntu](ubuntudebian.md) guide on how to configure IPv6 on your server. -If your server provider does not provide IPv6 or your IPv6 block size is less than `/64`, you can use [Tunnelbroker](/docs/configuration/ipv6/tunnelbroker.md) instead. +If your server provider does not provide IPv6 or your IPv6 block size is less than `/64`, you can use [Tunnelbroker](tunnelbroker.md) instead.