From 9026821f29fdc0a0e07bb1677b7e337b2b746f63 Mon Sep 17 00:00:00 2001 From: Damian Mooyman Date: Mon, 25 Jan 2016 17:05:03 +1300 Subject: [PATCH] Fix readme.md links Resolves #119 --- README.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 917661e..f14f2ed 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,8 @@ ## Overview -[Widgets](http://silverstripe.org/widgets) are small pieces of functionality such as showing the latest comments or Flickr photos. They normally display on -the sidebar of your website. To check out a what a [Widget](http://silverstripe.org/widgets) can do watch the -[Widget video](http://silverstripe.com/assets/screencasts/SilverStripe-Blog-DragDrop-Widgets.swf) and try out the -[demo site](http://demo.silverstripe.org/) +Widgets are small pieces of functionality such as showing the latest comments or Flickr photos. They normally display on +the sidebar of your website. ## Requirements @@ -38,7 +36,7 @@ This library follows [Semver](http://semver.org). According to Semver, you will By following the "Packaging" rules below, widgets are easily installed. This example uses the Blog module which by default has widgets already enabled. -* Install the [blog module](http://www.silverstripe.org/blog-module/). +* Install the [blog module](https://github.com/silverstripe/silverstripe-blog/). * Download the widget and unzip to the main folder of your SilverStripe website, e.g. to `/widget_/`. The folder will contain a few files, which generally won't need editing or reading. * Run `http://my-website.com/dev/build` @@ -341,4 +339,4 @@ and any new translations will be merged back to the project source code. Please use [https://www.transifex.com/projects/p/silverstripe-widgets/](https://www.transifex.com/projects/p/silverstripe-widgets/) to contribute translations, rather than sending pull requests with YAML files. -See the ["i18n" topic](http://doc.silverstripe.org/framework/en/trunk/topics/i18n) on doc.silverstripe.org for more details. \ No newline at end of file +See the ["i18n" topic](https://docs.silverstripe.org/en/3.2/developer_guides/i18n/) on doc.silverstripe.org for more details.