2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-05 08:59:27 +08:00

Merge pull request #895 from GlitchMr/readme-links

Use relative URLs, not absolute.
This commit is contained in:
Sam 2013-05-26 17:46:14 -07:00
commit 6a4b3e6058
4 changed files with 12 additions and 12 deletions

View file

@ -1,6 +1,6 @@
# Developing under OS X Without Vagrant
These instructions assume you have read and understood the **[Discourse Advanced Developer Install Guide](https://github.com/discourse/discourse/blob/master/docs/DEVELOPER-ADVANCED.md)**.
These instructions assume you have read and understood the **[Discourse Advanced Developer Install Guide](DEVELOPER-ADVANCED.md)**.
OS X has become a popular platform for developing Ruby on Rails applications; as such, if you run OS X, you might find it more congenial to work on **[Discourse](http://discourse.org)** in your native environment. These instructions should get you there.