From b0e029955b2349ca7a5fe16997b003ef5c9c3819 Mon Sep 17 00:00:00 2001 From: TC1977 <37350377+TC1977@users.noreply.github.com> Date: Fri, 10 May 2019 12:00:27 -0400 Subject: [PATCH] Fix broken links in index.md --- docs/index.md | 35 ++++++++++++++++++----------------- 1 file changed, 18 insertions(+), 17 deletions(-) diff --git a/docs/index.md b/docs/index.md index 863831d5..2fd90300 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,25 +1,26 @@ # Algo VPN documentation * Setup instructions - - Documentation for available [Ansible roles](docs/setup-roles.md) - - Deploy from [Fedora Workstation (26)](docs/deploy-from-fedora-workstation.md) - - Deploy from [RedHat/CentOS 6.x](docs/deploy-from-redhat-centos6.md) - - Deploy from [Windows](docs/deploy-from-windows.md) - - Deploy from [Ansible](docs/deploy-from-ansible.md) directly + - Documentation for available [Ansible roles](setup-roles.md) + - Deploy from [Fedora Workstation (26)](deploy-from-fedora-workstation.md) + - Deploy from [RedHat/CentOS 6.x](deploy-from-redhat-centos6.md) + - Deploy from [Windows](deploy-from-windows.md) + - Deploy from [Ansible](deploy-from-ansible.md) directly * Client setup - - Setup [Android](docs/client-android.md) clients - - Setup [Generic/Linux](docs/client-linux.md) clients with Ansible - - Setup Ubuntu clients to use [WireGuard](docs/client-linux-wireguard.md) - - Setup Apple devices to use [IPSEC](docs/client-apple-ipsec.md) + - Setup [Android](client-android.md) clients + - Setup [Generic/Linux](client-linux.md) clients with Ansible + - Setup Ubuntu clients to use [WireGuard](client-linux-wireguard.md) + - Setup Apple devices to use [IPSEC](client-apple-ipsec.md) + - Setup Macs running macOS 10.13 or older to use [Wireguard](client-macos-wireguard.md) * Cloud setup - - Configure [Amazon EC2](docs/cloud-amazon-ec2.md) - - Configure [Azure](docs/cloud-azure.md) - - Configure [DigitalOcean](docs/cloud-do.md) - - Configure [Google Cloud Platform](docs/cloud-gce.md) - - Configure [Vultr](docs/cloud-vultr.md) + - Configure [Amazon EC2](cloud-amazon-ec2.md) + - Configure [Azure](cloud-azure.md) + - Configure [DigitalOcean](cloud-do.md) + - Configure [Google Cloud Platform](cloud-gce.md) + - Configure [Vultr](cloud-vultr.md) * Advanced Deployment - - Deploy to your own [FreeBSD](docs/deploy-to-freebsd.md) server - - Deploy to your own [Ubuntu 18.04](docs/deploy-to-ubuntu.md) server - - Deploy to an [unsupported cloud provider](docs/deploy-to-unsupported-cloud.md) + - Deploy to your own [FreeBSD](deploy-to-freebsd.md) server + - Deploy to your own [Ubuntu 18.04](deploy-to-ubuntu.md) server + - Deploy to an [unsupported cloud provider](deploy-to-unsupported-cloud.md) * [FAQ](faq.md) * [Troubleshooting](troubleshooting.md)