From d0a0192285e818835318f5528d82914e4ecad784 Mon Sep 17 00:00:00 2001 From: Yossef Mendelssohn Date: Wed, 6 Feb 2013 18:59:53 -0800 Subject: [PATCH] relativize documentation links --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 471f085..7e433a1 100644 --- a/README.md +++ b/README.md @@ -140,14 +140,14 @@ everyone by default. An example of this might look like so: ### Creating a personal module See [the documentation in the -`modules/people`](https://github.com/boxen/our-boxen/blob/master/modules/people/README.md) +`modules/people`](modules/people/README.md) directory for creating per-user modules that don't need to be applied globally to everyone. ### Creating a project module See [the documentation in the -`modules/projects`](https://github.com/boxen/our-boxen/blob/master/modules/projects/README.md) +`modules/projects`](modules/projects/README.md) directory for creating organization projects (i.e., repositories that people will be working in).