diff --git a/docs/en/installation/from-source.md b/docs/en/installation/from-source.md index a3331cc57..76a2e0832 100644 --- a/docs/en/installation/from-source.md +++ b/docs/en/installation/from-source.md @@ -26,7 +26,7 @@ SilverStripe core is currently hosted on [github.com/silverstripe](http://github * The `installer` project ([github.com/silverstripe/silverstripe-installer](http://github.com/silverstripe/silverstripe-installer)) * The `sapphire` module ([github.com/silverstripe/sapphire](http://github.com/silverstripe/sapphire)) * The `cms` module ([github.com/silverstripe/silverstripe-cms](http://github.com/silverstripe/silverstripe-cms)) - * A sample theme called `blackcandy` (you can remove or customize this later) + * A sample theme called `blackcandy` ([github.com/silverstripe-themes/silverstripe-blackcandy](http://github.com/silverstripe-themes/silverstripe-blackcandy)) First, you'll have to decide what you want to do with your project: @@ -157,7 +157,7 @@ Now you need to add the original repository as `upstream`, so you can keep your (git remote add upstream git://github.com/silverstripe/silverstripe-installer.git && git fetch upstream) (cd sapphire && git remote add upstream git://github.com/silverstripe/sapphire.git && git fetch upstream) (cd cms && git remote add upstream git://github.com/silverstripe/silverstripe-cms.git && git fetch upstream) - (cd themes/blackcandy && git remote add upstream git://github.com/silverstripe/silverstripe-blackcandy.git) + (cd themes/blackcandy && git remote add upstream git://github.com/silverstripe-themes/silverstripe-blackcandy.git) Now you can learn how to [update your fork](http://help.github.com/forking/) from the `upstream` repository. You should do this regularly, at least before submitting any pull requests. diff --git a/docs/en/topics/themes.md b/docs/en/topics/themes.md index aa967d42d..58915029f 100644 --- a/docs/en/topics/themes.md +++ b/docs/en/topics/themes.md @@ -36,6 +36,8 @@ Your theme file must be in a .tar.gz format. A useful tool for this is - [7 Zip] must select the your_theme folder and Add to archive, select TAR and create. Then after you have the TAR file right click it -> Add to Archive (again) -> Then use the archive format GZIP. -## Discussing +## Links -Head over to the [ Themes Forum ](http://www.silverstripe.org/themes-2/) + * [Themes Listing on silverstripe.org](http://silverstripe.org/themes) + * [Themes Forum on silverstripe.org](http://www.silverstripe.org/themes-2/) + * [Themes repository on github.com](http://github.com/silverstripe-themes)