From b5fb57bddaf034cfcfdde697a9ab3adddee87e56 Mon Sep 17 00:00:00 2001 From: Miha Zupan Date: Sat, 25 Aug 2018 03:37:01 +0200 Subject: [PATCH] Fix fragment references in linux-setup.md --- Documentation/linux-setup.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Documentation/linux-setup.md b/Documentation/linux-setup.md index c90ccd9c3..7614a1450 100644 --- a/Documentation/linux-setup.md +++ b/Documentation/linux-setup.md @@ -2,9 +2,9 @@ There are a few options available for installing .NET Core on Linux systems and each requires a few actions before installing .NET Core. The sections below detail different methods for installing .NET Core and any prerequisites. -* [Using the package manager](installation-using-a-package-manager) -* [Installing from binary archive (tar.gz)](installation-from-a-binary-archive) -* [Installing using Snap](installation-using-snap) +* [Using the package manager](#installation-using-a-package-manager) +* [Installing from binary archive (tar.gz)](#installation-from-a-binary-archive) +* [Installing using Snap](#installation-using-snap) Other useful references