From 3053e6de67a55bfb9294c2d60d38682e732e6be0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Boris=20B=C3=BCgling?= Date: Mon, 13 Sep 2021 15:49:04 -0700 Subject: [PATCH] Fix TOC entry for Linux in GettingStarted The TOC was referencing a no longer existing "Ubuntu Linux" section. --- docs/HowToGuides/GettingStarted.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/HowToGuides/GettingStarted.md b/docs/HowToGuides/GettingStarted.md index fa1a2137d3a92..1bbed24c00db4 100644 --- a/docs/HowToGuides/GettingStarted.md +++ b/docs/HowToGuides/GettingStarted.md @@ -16,7 +16,7 @@ toolchain as a one-off, there are a couple of differences: - [Troubleshooting cloning issues](#troubleshooting-cloning-issues) - [Installing dependencies](#installing-dependencies) - [macOS](#macOS) - - [Ubuntu Linux](#ubuntu-linux) + - [Linux](#linux) - [Building the project for the first time](#building-the-project-for-the-first-time) - [Spot check dependencies](#spot-check-dependencies) - [The roles of different tools](#the-roles-of-different-tools)