From 48d7f33d4539f0d1b07ceac1a2cbdcd1cd9ab26d Mon Sep 17 00:00:00 2001 From: Jakub Filak Date: Fri, 25 Sep 2020 20:55:10 +0200 Subject: [PATCH] doc: fix an invalid relative link (#2070) --- DEVELOPMENT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index 91c3d961d..c068190ff 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -3,7 +3,7 @@ **Table of contents:** 1. [Getting started](#getting-started) -1. [Build the project](build-the-project) +1. [Build the project](#build-the-project) 1. [Generating step framework](#generating-step-framework) 1. [Best practices for writing piper-go steps](#best-practices-for-writing-piper-go-steps) 1. [Testing](#testing)