From 91349585b9acde7c8ff44b1a252e46c8ac224460 Mon Sep 17 00:00:00 2001 From: tycrek Date: Mon, 1 Jun 2020 12:30:20 -0600 Subject: [PATCH] Fix back to top link --- _build.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_build.js b/_build.js index bcd0112..fe84eb3 100644 --- a/_build.js +++ b/_build.js @@ -28,7 +28,7 @@ const BUILD_SECTION = { } // Button that brings the user to the top of the page -const BACK_TO_TOP = '[![Back to top](https://img.shields.io/badge/Back%20to%20top-lightgrey.svg)](https://github.com/tycrek/degoogle#readme)'; +const BACK_TO_TOP = '[![Back to top](https://img.shields.io/badge/Back%20to%20top-lightgrey.svg)](#index)'; /** * Main method