From 96fc200dceb8d0c9d460e5fc80a67b436eb91f95 Mon Sep 17 00:00:00 2001 From: Karthik Subrahmanya Date: Tue, 4 Jan 2022 17:47:42 +0530 Subject: [PATCH] Doc: Update the link to Building GlusterFS (#721) Signed-off-by: karthik-us --- docs/Developer-guide/Simplified-Development-Workflow.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Developer-guide/Simplified-Development-Workflow.md b/docs/Developer-guide/Simplified-Development-Workflow.md index 839baa6..c9a9cab 100644 --- a/docs/Developer-guide/Simplified-Development-Workflow.md +++ b/docs/Developer-guide/Simplified-Development-Workflow.md @@ -80,7 +80,7 @@ to do both in one command. Here, NNNN is the Issue ID in glusterfs repository. ### Hack Once you've switched to the development branch, you can perform the -actual code changes. [Build](./Building GlusterFS) and test to +actual code changes. [Build](./Building-GlusterFS.md) and test to see if your changes work. ### Tests