From 66848e8ef6b40d20b4f9ef0ae3fc0228a7821787 Mon Sep 17 00:00:00 2001 From: Felddy Date: Mon, 17 Jun 2019 23:30:14 -0400 Subject: [PATCH] Fix local links --- project_setup/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project_setup/README.md b/project_setup/README.md index 6ed75db..c328def 100644 --- a/project_setup/README.md +++ b/project_setup/README.md @@ -2,8 +2,8 @@ It is recommended that you start your project from one of the [skeleton projects](https://github.com/search?q=org%3Acisagov+topic%3Askeleton) -that exist in this organization. The [`skeleton`](/scripts/skeleton) -helper tool included in the [`scripts`](/scripts) directory can quickly setup +that exist in this organization. The [`skeleton`](scripts/skeleton) +helper tool included in the [`scripts`](scripts) directory can quickly setup a new local repository. Once you've cloned and configured the repository to your local machine, it can be published to a repository created on GitHub.