From 6a9cb5f2c3e5c3ac7ad122bad4a342c222bb2299 Mon Sep 17 00:00:00 2001 From: Ben Word Date: Thu, 31 Jan 2013 11:54:47 -0600 Subject: [PATCH] Use relative paths in README and docs TOC https://github.com/blog/1395-relative-links-in-markup-files --- README.md | 12 ++++++------ doc/TOC.md | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index d4bdaf4..0057774 100644 --- a/README.md +++ b/README.md @@ -5,17 +5,17 @@ Roots is a starting WordPress theme made for developers that’s based on [HTML5 ## Installation * Clone the git repo - `git clone git://github.com/retlehs/roots.git` - or [download it](https://github.com/retlehs/roots/zipball/master) -* Reference the [theme activation](/retlehs/roots/blob/master/doc/activation.md) documentation to understand everything that happens once you activate Roots +* Reference the [theme activation](doc/activation.md) documentation to understand everything that happens once you activate Roots ## Configuration -Edit `lib/config.php` to enable or disable support for various theme functions and to define constants that are used throughout the theme. - +Edit `lib/config.php` to enable or disable support for various theme functions and to define constants that are used throughout the theme. + Edit `lib/init.php` to setup custom navigation menus and post thumbnail sizes. ## Documentation -Take a look at the [documentation table of contents](/retlehs/roots/blob/master/doc/TOC.md). +Take a look at the [documentation table of contents](doc/TOC.md). ## Features @@ -32,11 +32,11 @@ Take a look at the [documentation table of contents](/retlehs/roots/blob/master/ ## Contributing -Everyone is welcome to help [contribute](/retlehs/roots/blob/master/CONTRIBUTING.md) and improve this project. There are several ways you can contribute: +Everyone is welcome to help [contribute](CONTRIBUTING.md) and improve this project. There are several ways you can contribute: * Reporting issues (please read [issue guidelines](https://github.com/necolas/issue-guidelines)) * Suggesting new features -* Writing or editing [docs](/retlehs/roots/blob/master/doc/TOC.md) +* Writing or editing [docs](doc/TOC.md) * Writing or refactoring code * Fixing [issues](https://github.com/retlehs/roots/issues) * Replying to questions on the [Google Group](http://groups.google.com/group/roots-theme) diff --git a/doc/TOC.md b/doc/TOC.md index 4760dc2..9b5fa3a 100755 --- a/doc/TOC.md +++ b/doc/TOC.md @@ -15,5 +15,5 @@ Roots is a starting WordPress theme made for developers that’s based on [HTML5 ## Development -* [Contributing to Roots](/retlehs/roots/blob/master/CONTRIBUTING.md) — Guidelines on how to contribute effectively. +* [Contributing to Roots](../CONTRIBUTING.md) — Guidelines on how to contribute effectively. * [Extending and customizing Roots](extend.md) — Going further with Roots.