From 373a466cb52f825aef4109c55b62d7ae4752c039 Mon Sep 17 00:00:00 2001 From: Ben Busby Date: Wed, 19 May 2021 13:25:07 -0400 Subject: [PATCH] Use relative paths in readme toc This change was needed to allow mirrored readmes to still link to the correct section without redirecting to github. --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index b061c09..a03becd 100644 --- a/README.md +++ b/README.md @@ -13,19 +13,19 @@ Contents 1. [Features](#features) 2. [Dependencies](#dependencies) 3. [Install/Deploy](#install) - 1. [Heroku Quick Deploy](https://github.com/benbusby/whoogle-search#a-heroku-quick-deploy) - 2. [Repl.it](https://github.com/benbusby/whoogle-search#b-replit) - 3. [pipx](https://github.com/benbusby/whoogle-search#c-pipx) - 4. [pip](https://github.com/benbusby/whoogle-search#d-pip) - 5. [Manual](https://github.com/benbusby/whoogle-search#e-manual) - 6. [Docker](https://github.com/benbusby/whoogle-search#f-manual-docker) - 7. [Arch/AUR](https://github.com/benbusby/whoogle-search#arch-linux--arch-based-distributions) + 1. [Heroku Quick Deploy](#a-heroku-quick-deploy) + 2. [Repl.it](#b-replit) + 3. [pipx](#c-pipx) + 4. [pip](#d-pip) + 5. [Manual](#e-manual) + 6. [Docker](#f-manual-docker) + 7. [Arch/AUR](#arch-linux--arch-based-distributions) 4. [Environment Variables and Configuration](#environment-variables) 5. [Usage](#usage) 6. [Extra Steps](#extra-steps) - 1. [Set Primary Search Engine](https://github.com/benbusby/whoogle-search#set-whoogle-as-your-primary-search-engine) - 2. [Prevent Downtime (Heroku Only)](https://github.com/benbusby/whoogle-search#prevent-downtime-heroku-only) - 3. [Manual HTTPS Enforcement](https://github.com/benbusby/whoogle-search#https-enforcement) + 1. [Set Primary Search Engine](#set-whoogle-as-your-primary-search-engine) + 2. [Prevent Downtime (Heroku Only)](#prevent-downtime-heroku-only) + 3. [Manual HTTPS Enforcement](#https-enforcement) 7. [FAQ](#faq) 8. [Public Instances](#public-instances) 9. [Screenshots](#screenshots)