From 25b81ad9c5bf477b5a1c7fa0d49c439de89dc27e Mon Sep 17 00:00:00 2001 From: Sean Madsen <sean@seanmadsen.com> Date: Tue, 11 Apr 2017 13:10:00 -0600 Subject: [PATCH] Update meta doc instructions for finding book repo --- docs/documentation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/documentation.md b/docs/documentation.md index dacaa824..6b6564b8 100644 --- a/docs/documentation.md +++ b/docs/documentation.md @@ -78,10 +78,10 @@ The most advanced way to work on a book is to use git to download all the markdo ``` 1. Obtain the source files for the book you want to edit - 1. Find the repository on GitHub *(see "repository" links above, or the "GitHub" link on the bottom left of screen of the documentation you are reading)* + 1. Find the repository on GitHub — *Most books will have a link to this repo at the top right of every page (with a GitHub icon)* 1. Fork the repository on GitHub. 1. Clone *your fork* of the repository to your computer - + ```bash git clone https://github.com/YourGitHubUserName/civicrm-dev-docs.git cd civicrm-dev-docs -- GitLab