From 95c6a073c5c36ad905c50898e7997354a94982f2 Mon Sep 17 00:00:00 2001 From: "sweep-ai[bot]" <128439645+sweep-ai[bot]@users.noreply.github.com> Date: Wed, 16 Aug 2023 03:06:38 +0000 Subject: [PATCH] Fixed the relative paths to git-workflow.md, Vagrantfile, TESTING.md, and BUILDING.md in development.md --- docs/contrib/development.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contrib/development.md b/docs/contrib/development.md index 64aa08cda..8e9782822 100644 --- a/docs/contrib/development.md +++ b/docs/contrib/development.md @@ -72,7 +72,7 @@ As described in the [Testing documentation](../../tests/TESTING.md), all the smo These topics already have been addressed on their respective documents: - [Git Workflow](./git-workflow.md) -- [Building](../../BUILDING.md) +- [Building](../BUILDING.md) - [Testing](../../tests/TESTING.md) ## Dependency management