Merge pull request #3834 from camfindlay/patch-18

DOCS Fix composer reference
This commit is contained in:
Daniel Hensby 2015-01-29 00:09:06 +00:00
commit d9436675a1

View File

@ -1,7 +1,7 @@
# Installation
These instructions show you how to install SilverStripe on any web server.
The best way to install from the source code is to use [Composer](composer).
The best way to install from the source code is to use [Composer](../composer).
Check out our operating system specific guides for [Linux](linux_unix),
[Windows Server](windows-pi) and [Mac OSX](mac-osx).
@ -24,4 +24,4 @@ If the above steps don't work for any reason have a read of the [Common Problems
SilverStripe ships with default rewriting rules specific to your web server. Apart from
routing requests to the framework, they also prevent access to sensitive files in the webroot,
for example YAML configuration files. Please refer to the [security](/topics/security) documentation for details.
</div>
</div>