Use relative paths in README and docs TOC
https://github.com/blog/1395-relative-links-in-markup-files
This commit is contained in:
12
README.md
12
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)
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user