From e0cdff5a35c3dc0ed983b3b1ea5983d2a4a6a24a Mon Sep 17 00:00:00 2001 From: George Shaw Date: Thu, 15 Feb 2018 13:57:51 -0600 Subject: [PATCH] fix readme anchors --- .github/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/README.md b/.github/README.md index 28ea9b0..5921617 100644 --- a/.github/README.md +++ b/.github/README.md @@ -7,12 +7,12 @@ A web-hosting control panel written in Go. ## Table of Contents 1. [Technology Stack](#technology-stack) 2. [Preview Images](#preview-images) -3. [Contribution Set-up & Deployment](#contribution-set-up-&-deployment) +3. [Contribution Set-up & Deployment](#contribution-set-up--deployment) 4. [Installation for Use](#installation-for-use) * [System Requirements](#system-requirements) * [Installing openssh-server](#installing-openssh-server) * [Creating the Host Key-pair](#creating-the-host-key-pair) - * [.ssh Folder and Files Permissions Reference](#.ssh-folder-and-files-permissions-reference) + * [.ssh Folder and Files Permissions Reference](#ssh-folder-and-files-permissions-reference) * [Getting the Repository and Running](#getting-the-repository-and-running) ## Technology Stack