Skip to content

Commit

Permalink
Fix broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
raissanorth authored and robbieaverill committed May 20, 2018
1 parent dc63bfb commit c7ab8df
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ below links to find out more details about the usage:

* [Firefox](http://support.mozilla.org/en-US/kb/how-do-i-use-firefox-spell-checker)
* [Chrome](https://support.google.com/chrome/answer/95604?hl=en)
* [IE10](http://ie.microsoft.com/testdrive/Browser/SpellChecking/)

Note that although there is currently a way to change the spellchecker with TinyMCE by modifying the framework code,
this is not recommended. It would require forking the Framework which will result in a code that's harder to maintain.
2 changes: 1 addition & 1 deletion docs/en/01_Working_with_projects/10_Security.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Uploaded files have their extension checked against known MIME types in the `HTT
This basically means the file contents are checked to ensure the extension matches. For example, if you rename an image
`test.jpg` to `test.txt` and attempt to upload it, the file will be rejected.

Please see [technical docs for adding extensions](how-tos/adding_an_allowed_extension) for more information on
Please see [technical docs for adding extensions](/how-tos/adding_an_allowed_extension) for more information on
allowing new file extensions and MIME types.

### Front-end authentication
Expand Down
3 changes: 1 addition & 2 deletions docs/en/02_Features/00_Pre_configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ introduction: The CWP recipe codebase includes two modules that pre-configure yo

# Pre-configuration of CWP recipe codebase

The default SilverStripe CMS codebase used on the CWP infrastructure is referred to as the ["basic recipe"](../working_with_projects/recipes_and_supported_modules).
The default SilverStripe CMS codebase used on the CWP infrastructure is referred to as the ["basic recipe"](/working_with_projects/recipes_and_supported_modules).
When starting a new CWP project based on the [`cwp/cwp-installer`](/getting_started) custom SilverStripe CMS installer for CWP, a
selection of pre-configured modules are included (we've done the work for you as you would usually have to configure
these modules yourself) and provide a set of standardised features for Government agencies. Some of this
Expand All @@ -29,4 +29,3 @@ and PHP code to manage the majority of the CWP pre-configuration:
the optional "blogging recipe" (see [Blogging developer docs](blog_recipe)).



2 changes: 1 addition & 1 deletion docs/en/02_Features/blog_recipe.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ categorisation and tagging of blog posts.
From 1.1.0 onwards the `blog recipe` is included along side the basic recipe by default.
</div>

[Three levels of permissions are supported](https://github.com/silverstripe/silverstripe-blog/blob/master/docs/en/roles.md):
[Three levels of permissions are supported](https://github.com/silverstripe/silverstripe-blog/blob/master/docs/en/userguide/roles.md):

* Editors who can control everything in their blog
* Writers who can create and publish in their blog
Expand Down
4 changes: 2 additions & 2 deletions docs/en/02_Features/pdf_export.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ introduction: CWP provides some tools out of the box for generating downloadable

# HTML to PDF export

[wkhtmltopdf](http://code.google.com/p/wkhtmltopdf/) is being used to generate the PDF, it is a command line utility
[wkhtmltopdf](https://wkhtmltopdf.org/) is being used to generate the PDF, it is a command line utility
using WebKit to render the HTML into PDF format.

## How it works
Expand Down Expand Up @@ -41,7 +41,7 @@ The instructions below assume you're on a Debian or Ubuntu Linux environment.
There is a Mac OS X download, and there may be a Windows binary for `wkhtmltopdf` but they have not been tested.
</div>

* [Download wkhtmltopdf](http://code.google.com/p/wkhtmltopdf/downloads/list) for your system type:
* [Download wkhtmltopdf](https://wkhtmltopdf.org/downloads.html) for your system type:

wget http://wkhtmltopdf.googlecode.com/files/wkhtmltopdf-0.9.9-static-amd64.tar.bz2

Expand Down
2 changes: 1 addition & 1 deletion docs/en/03_How_tos/creating_repositories.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ users to the project, or modify existing team member permissions to the project.
![Gitlab Team tab for changing project access](/_images/gitlab-team-access.jpg)

There are different levels of access a user can have to your project.
[Gitlab permissions help](https://gitlab.cwp.govt.nz/help/permissions/permissions.md) has more information on the levels of permission
[Gitlab permissions help](https://gitlab.cwp.govt.nz/help/user/permissions.md) has more information on the levels of permission
you can give users.

## Making the project public
Expand Down
2 changes: 1 addition & 1 deletion docs/en/03_How_tos/using_content_migration_tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ HTML

Drupal

* See [http://www.silverstripe.org/drupal-connector-module/](http://www.silverstripe.org/drupal-connector-module/) and [https://github.com/silverstripe-droptables/silverstripe-drupal-connector](https://github.com/silverstripe-droptables/silverstripe-drupal-connector)
* See [https://addons.silverstripe.org/add-ons/silverstripe/drupal-connector](https://addons.silverstripe.org/add-ons/silverstripe/drupal-connector) and [https://github.com/silverstripe-droptables/silverstripe-drupal-connector](https://github.com/silverstripe-droptables/silverstripe-drupal-connector)

A screenshot of the HTML importer is shown here:

Expand Down

0 comments on commit c7ab8df

Please sign in to comment.