mirror of
https://github.com/discourse/discourse.git
synced 2025-09-04 08:47:37 +08:00
Use relative URLs, not absolute.
This helps if somebody would fork a GitHub repository, as the links now lead to files in fork, not files in original repository. Also, it makes more sense when reading Markdown files locally.
This commit is contained in:
parent
c0c97487d8
commit
c377e7d1ce
4 changed files with 12 additions and 12 deletions
|
@ -1,7 +1,7 @@
|
|||
# Discourse Advanced Developer Install Guide
|
||||
|
||||
This guide is aimed at advanced Rails developers who have installed their own Rails apps before. If you are new
|
||||
to rails, you are likely much better off with our **[Discourse Vagrant Developer Guide](https://github.com/discourse/discourse/blob/master/docs/VAGRANT.md)**.
|
||||
to rails, you are likely much better off with our **[Discourse Vagrant Developer Guide](VAGRANT.md)**.
|
||||
|
||||
## First Steps
|
||||
|
||||
|
@ -28,7 +28,7 @@ You should now be able to connect to rails on http://localhost:3000 - try it out
|
|||
|
||||
# Building your own Vagrant VM
|
||||
|
||||
Here are the steps we used to create the **[Vagrant Virtual Machine](https://github.com/discourse/discourse/blob/master/docs/VAGRANT.md)**. They might be useful if you plan on setting up an environment from scratch on Linux:
|
||||
Here are the steps we used to create the **[Vagrant Virtual Machine](VAGRANT.md)**. They might be useful if you plan on setting up an environment from scratch on Linux:
|
||||
|
||||
|
||||
## Base box
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue