From c562b401dc656ecba26d1e23d76806247f7d0e6a Mon Sep 17 00:00:00 2001 From: Ed Chalstrey Date: Thu, 24 Feb 2022 10:28:08 +0000 Subject: [PATCH] add section links --- docs/setup-dev-environment.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/setup-dev-environment.md b/docs/setup-dev-environment.md index 89d74c49..bbe1ef06 100644 --- a/docs/setup-dev-environment.md +++ b/docs/setup-dev-environment.md @@ -42,14 +42,14 @@ ssh @localhost -p 4022 ## Contents -- [:tulip: Installing the tools and components]() - - :red_circle: Installing PostgreSQL - - :rainbow: Installing Colouring London - - :arrow_down: Installing Node.js - - :large_blue_circle: Configuring PostgreSQL - - :arrow_forward: Configuring Node.js -- [:house: Loading the building data]() -- [:computer: Running the application]() +- [:tulip: Installing the tools and components](#tulip-installing-the-tools-and-components) + - [:red_circle: Installing PostgreSQL](#red_circle-installing-postgresql) + - [:rainbow: Installing Colouring London](#rainbow-installing-colouring-london) + - [:arrow_down: Installing Node.js](#arrow_down-installing-nodejs) + - [:large_blue_circle: Configuring PostgreSQL](#large_blue_circle-configuring-postgresql) + - [:arrow_forward: Configuring Node.js](#arrow_forward-configuring-nodejs) +- [:house: Loading the building data](#house-loading-the-building-data) +- [:computer: Running the application](#computer-running-the-application) ## :tulip: Installing the tools and components