From c63078c4c4bbb700c509a12889186e7638c43b88 Mon Sep 17 00:00:00 2001 From: Quentin McGaw Date: Thu, 24 Sep 2020 22:23:40 -0400 Subject: [PATCH] Fix links and change home page --- Contributing/Developement setup.md | 2 +- Contributing/Development commands.md | 2 +- Home.md | 12 ++++++------ 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Contributing/Developement setup.md b/Contributing/Developement setup.md index 952ea39..2451dc5 100644 --- a/Contributing/Developement setup.md +++ b/Contributing/Developement setup.md @@ -28,4 +28,4 @@ That should be easier and better than a local setup, although it might use more ## Next steps -Go to the [commands document](Commands.md) +Go to the [commands document](Developement-commands) diff --git a/Contributing/Development commands.md b/Contributing/Development commands.md index 7f85103..9e91a69 100644 --- a/Contributing/Development commands.md +++ b/Contributing/Development commands.md @@ -11,4 +11,4 @@ Other useful commands: - Update all servers information: `go run cmd/gluetun/main.go update -help` -Now have a look at the [guidelines](Guidelines.md) to know where to start coding. +Now have a look at the [guidelines](Developement-guidelines) to know where to start coding. diff --git a/Home.md b/Home.md index 65dad1d..f96b23d 100644 --- a/Home.md +++ b/Home.md @@ -1,7 +1,7 @@ -# Home +# Wiki -1. [Setup](Setup) -1. [FAQ](FAQ) -1. [Servers](Servers) -1. [HTTP Control server](HTTP-Control-server) -1. [Contributing](Contributing) +Welcome to the Gluetun Wiki! + +You can navigate pages on the right side bar. + +There are pages about the container setup, advanced configuration, servers updating, FAQ and contributing documentation.