From a4ea4aa4a193bf1f33ffcd71a7a90ca453873c61 Mon Sep 17 00:00:00 2001 From: Ohad Ravid Date: Fri, 14 Apr 2023 22:23:17 +0300 Subject: [PATCH] Fix extra slash --- src/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/getting-started.md b/src/getting-started.md index d5c94899..f0440982 100644 --- a/src/getting-started.md +++ b/src/getting-started.md @@ -169,7 +169,7 @@ incredibly helpful: ## Cloning and Building -See ["How to build and run the compiler"](./building//how-to-build-and-run.md). +See ["How to build and run the compiler"](./building/how-to-build-and-run.md). ## Contributor Procedures