From 8d71486afa371822a806d5d7844feffb0449f6d2 Mon Sep 17 00:00:00 2001 From: David Alexander Date: Thu, 14 Jan 2016 14:04:18 +1300 Subject: [PATCH] DOCS 2.4 : fixed broken internal links --- docs/en/installation/windows-manual-iis-7.md | 4 ++-- docs/en/misc/module-release-process.md | 2 +- docs/en/topics/commandline.md | 8 ++++---- docs/en/topics/modules.md | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/en/installation/windows-manual-iis-7.md b/docs/en/installation/windows-manual-iis-7.md index a8340c900..a20f9398f 100755 --- a/docs/en/installation/windows-manual-iis-7.md +++ b/docs/en/installation/windows-manual-iis-7.md @@ -50,7 +50,7 @@ IIS 7.x comes with Windows. However, it needs to be installed. Follow these step **NOTE**: These instructions are slightly different for Windows Vista and Windows 7. Instead of a Server Manager popup, you'll just get a list of features to enable. Do the same as above except click the **Internet Information Services** checkbox when the Windows Features popup appears and then expand this node and select **CGI** under World Wide Web Services > Application Development Features. -Once the installation is finished, browse to http://localhost in your browser. If an image pops up, then IIS has been installed correctly. +Once the installation is finished, browse to `http://localhost` in your browser. If an image pops up, then IIS has been installed correctly. ## IIS URL Rewrite Module @@ -303,4 +303,4 @@ You can also [install wincache](http://learn.iis.net/page.aspx/678/use-the-windo You can also try installing and enabling static content compression for IIS on live sites. Do this in IIS Manager > Compression. -Doing all of the above should provide a significant performance boost to your site. \ No newline at end of file +Doing all of the above should provide a significant performance boost to your site. diff --git a/docs/en/misc/module-release-process.md b/docs/en/misc/module-release-process.md index 41e418ba0..78c4d6b29 100644 --- a/docs/en/misc/module-release-process.md +++ b/docs/en/misc/module-release-process.md @@ -44,7 +44,7 @@ available for opensource projects, including wiki and bugtracker functionality your modules page on silverstripe.org * Be involved in our community * Subscripe to our developer mailing list and be available to answer questions on the forum. - * Attend [irc:our weekly core discussions on IRC](irc/our weekly core discussions on IRC) as regularly as you can. + * Attend [irc:our weekly core discussions on IRC](https://irc.silverstripe.org) as regularly as you can. * Create an **issue tracker** so your users can file bugs and feature requests (see ["Feedback and Bugtracking"](module-release-process#feedback-and-bugtracking) below) * Create a **roadmap** and **milestones** outlining future release planning diff --git a/docs/en/topics/commandline.md b/docs/en/topics/commandline.md index ccb5045a5..291a27dba 100644 --- a/docs/en/topics/commandline.md +++ b/docs/en/topics/commandline.md @@ -53,7 +53,7 @@ To work this out, you should add lines of this form to your [_ss_environment.php What the line says is that any Folder under /Users/sminnee/Sites/ can be accessed in a web browser from -http://localhost. For example, /Users/sminnee/Sites/mysite will be available at `http://localhost/mysite`. +`http://localhost`. For example, /Users/sminnee/Sites/mysite will be available at `http://localhost/mysite`. You can add multiple file to url mapping definitions. The most specific mapping will be used. For example: @@ -63,8 +63,8 @@ You can add multiple file to url mapping definitions. The most specific mapping $_FILE_TO_URL_MAPPING['/Users/sminnee/Sites/mysite'] = 'http://mysite.localhost'; -Using this example, /Users/sminnee/Sites/mysite/ would be accessed at http://mysite.localhost/, and -/Users/sminnee/Sites/othersite/ would be accessed at http://localhost/othersite/ +Using this example, /Users/sminnee/Sites/mysite/ would be accessed at `http://mysite.localhost/`, and +/Users/sminnee/Sites/othersite/ would be accessed at `http://localhost/othersite/` ## Usage @@ -123,4 +123,4 @@ Step 3: Use sake to start and stop your process Note that sake processes are currently a little brittle, in that the pid and log files are placed in the site root -directory, rather than somewhere sensible like /var/log or /var/run. \ No newline at end of file +directory, rather than somewhere sensible like /var/log or /var/run. diff --git a/docs/en/topics/modules.md b/docs/en/topics/modules.md index 72c413404..1c7d81fd6 100644 --- a/docs/en/topics/modules.md +++ b/docs/en/topics/modules.md @@ -90,4 +90,4 @@ Exit the editor and then run **Useful Links:** * [Module Development](/topics/module-development) -* [Module Release Process](/topics/module-release-process) +* [Module Release Process](/misc/module-release-process)