From 6643493c7f00b7f3b224e4cdde30a1c15cefa6ce Mon Sep 17 00:00:00 2001 From: Jamie Li Date: Thu, 24 Aug 2023 12:35:16 -0700 Subject: [PATCH] Fix the TOC typo --- docs/01 - Contributing/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/01 - Contributing/README.md b/docs/01 - Contributing/README.md index 7df7279586..485f41252b 100644 --- a/docs/01 - Contributing/README.md +++ b/docs/01 - Contributing/README.md @@ -2,7 +2,7 @@ * [How to contribute](#how-to-contribute) - * [Setup the Development Environment](#setup-the-development-environment) + * [Set up the Development Environment](#set-up-the-development-environment) * [Git Guidelines](#git-guidelines) * [Logging Levels](#logging-levels) * [Database Migration](#database-migration) @@ -15,7 +15,7 @@ Check out the [Stellar Contribution Guide](https://github.com/stellar/.github/blob/master/CONTRIBUTING.md) that apply to all Stellar projects. -## Setup the Development Environment +## Set up the Development Environment Check out the [How to set up the development environment](A%20-%20Development%20Environment.md) guide.