From aab6b2c62b635cb86c3fa3ae3b167dacf2514c77 Mon Sep 17 00:00:00 2001 From: Adam Shaw Date: Mon, 26 Aug 2013 22:20:49 -0700 Subject: [PATCH] use link labels in readme markdown --- readme.md | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/readme.md b/readme.md index 6fb9ef5..2c7399d 100644 --- a/readme.md +++ b/readme.md @@ -2,15 +2,15 @@ FullCalendar - Full-sized drag & drop event calendar ==================================================== -This document describes how to modify or contribute to the FullCalendar project. If you are looking for end-developer documentation, please visit the [project homepage](http://arshaw.com/fullcalendar/). +This document describes how to modify or contribute to the FullCalendar project. If you are looking for end-developer documentation, please visit the [project homepage][fc-homepage]. Getting Set Up -------------- -You will need [Git](http://git-scm.com/), [Node](http://nodejs.org/), and NPM installed. For clarification, please view the [jQuery readme](https://github.com/jquery/jquery/blob/master/README.md#what-you-need-to-build-your-own-jquery), which requires a similar setup. +You will need [Git][git], [Node][node], and NPM installed. For clarification, please view the [jQuery readme][jq-readme], which requires a similar setup. -Also, you will need to have the [Grunt](http://gruntjs.com/) build system installed globally (`-g`) on your system: +Also, you will need to have the [Grunt][grunt] build system installed globally (`-g`) on your system: npm install -g grunt-cli @@ -48,4 +48,11 @@ If you want to clean up the generated files, run: Writing Tests ------------- -When fixing a bug or writing a feature, please make a corresponding HTML file in the `./tests/` directory to visually demonstrate your work. If the test requires user intervention to prove its point, please write instructions for the user to follow. Explore the existing tests for more info. \ No newline at end of file +When fixing a bug or writing a feature, please make a corresponding HTML file in the `./tests/` directory to visually demonstrate your work. If the test requires user intervention to prove its point, please write instructions for the user to follow. Explore the existing tests for more info. + + +[fc-homepage]: http://arshaw.com/fullcalendar/ +[git]: http://git-scm.com/ +[node]: http://nodejs.org/ +[grunt]: http://gruntjs.com/ +[jq-readme]: https://github.com/jquery/jquery/blob/master/README.md#what-you-need-to-build-your-own-jquery \ No newline at end of file