From a35de54882c56a32e7e8a02aac0eea8e3d3e542e Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Fri, 17 May 2013 00:41:16 +0200 Subject: [PATCH] Updated github path --- README.md | 2 +- docs/en/misc/contributing/documentation.md | 4 ++-- docs/en/misc/contributing/issues.md | 6 +++--- docs/en/misc/release-process.md | 2 +- docs/en/misc/translation-process.md | 2 +- docs/en/reference/director.md | 2 +- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 78b9543cc..f0858647c 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ If you would like to make changes to the SilverStripe core codebase, we have an * [Server Requirements](http://doc.silverstripe.org/framework/en/installation/server-requirements) * [Changelogs](http://doc.silverstripe.org/framework/en/changelogs/) - * [Bugtracker: Framework](https://github.com/silverstripe/sapphire/issues) + * [Bugtracker: Framework](https://github.com/silverstripe/silverstripe-framework/issues) * [Bugtracker: CMS](https://github.com/silverstripe/silverstripe-cms/issues) * [Bugtracker: Installer](https://github.com/silverstripe/silverstripe-installer/issues) * [Forums](http://silverstripe.org/forums) diff --git a/docs/en/misc/contributing/documentation.md b/docs/en/misc/contributing/documentation.md index f20c75f0f..eb51b27bb 100644 --- a/docs/en/misc/contributing/documentation.md +++ b/docs/en/misc/contributing/documentation.md @@ -14,7 +14,7 @@ and a GitHub user account. The easiest way of making a change to the documentation is by clicking the "Edit this page" link at the bottom of the page you want to edit. Alternativly, you can find the appropriate .md file in -the [github.com/silverstripe/sapphire](https://github.com/silverstripe/sapphire/tree/3.0/docs/) repository +the [github.com/silverstripe/silverstripe-framework](https://github.com/silverstripe/silverstripe-framework/tree/3.0/docs/) repository and press the "edit" button. You will need a GitHub account to do this. You should make the changes in the lowest branch they apply to. * After you have made your change, describe it in the "commit summary" and "extended description" fields below, and press "Commit Changes". @@ -23,7 +23,7 @@ and press the "edit" button. You will need a GitHub account to do this. You sh ## Editing on your computer If you prefer to edit the content on your local machine, you can "[fork](http://help.github.com/forking/)" -the [github.com/silverstripe/sapphire](http://github.com/silverstripe/sapphire) +the [github.com/silverstripe/silverstripe-framework](http://github.com/silverstripe/silverstripe-framework) and [github.com/silverstripe/silverstripe-cms](http://github.com/silverstripe/silverstripe-cms) repositories and send us "[pull requests](http://help.github.com/pull-requests/)". If you have downloaded SilverStripe or a module, chances are that you already have these checkouts. diff --git a/docs/en/misc/contributing/issues.md b/docs/en/misc/contributing/issues.md index 6a13acf05..6e2b98eb1 100644 --- a/docs/en/misc/contributing/issues.md +++ b/docs/en/misc/contributing/issues.md @@ -7,9 +7,9 @@ If you have discovered a bug in SilverStripe, we'd be glad to hear about it - well written bug reports can be half of the solution already! - * [Framework Bugtracker](https://github.com/silverstripe/sapphire/issues) + * [Framework Bugtracker](https://github.com/silverstripe/silverstripe-framework/issues) * [CMS Bugtracker](https://github.com/silverstripe/silverstripe-cms/issues) - * [Documentation Bugtracker](https://github.com/silverstripe/sapphire/issues) + * [Documentation Bugtracker](https://github.com/silverstripe/silverstripe-framework/issues) * Search on [http://silverstripe.org/modules](http://silverstripe.org/modules) for module-specific bugtrackers Before submitting a bug: @@ -25,7 +25,7 @@ Before submitting a bug: If the issue does look like a new bug: - * [Create a new ticket](https://github.com/silverstripe/sapphire/issues/new) + * [Create a new ticket](https://github.com/silverstripe/silverstripe-framework/issues/new) * Describe the steps required to reproduce your issue, and the expected outcome. Unit tests, screenshots and screencasts can help here. * Describe your environment as detailed as possible: SilverStripe version, Browser, PHP version, Operating System, any installed SilverStripe modules. * *(optional)* [Submit a pull request](/misc/contributing/code) which fixes the issue. diff --git a/docs/en/misc/release-process.md b/docs/en/misc/release-process.md index d63659d3e..f22071e6b 100644 --- a/docs/en/misc/release-process.md +++ b/docs/en/misc/release-process.md @@ -9,7 +9,7 @@ The current maintainer responsible for planning and performing releases is Ingo ## Release Planning -Our most up-to-date release plans are typically in the ["framework" milestone](https://github.com/silverstripe/sapphire/issues/milestones) and ["cms" milestone](https://github.com/silverstripe/silverstripe-cms/issues/milestones). +Our most up-to-date release plans are typically in the ["framework" milestone](https://github.com/silverstripe/silverstripe-framework/issues/milestones) and ["cms" milestone](https://github.com/silverstripe/silverstripe-cms/issues/milestones). New features and API changes are typically discussed on the [core mailinglist](http://groups.google.com/group/silverstripe-dev). They are prioritized by the core team as tickets on github.com. diff --git a/docs/en/misc/translation-process.md b/docs/en/misc/translation-process.md index 9da4615da..33f1ea713 100644 --- a/docs/en/misc/translation-process.md +++ b/docs/en/misc/translation-process.md @@ -85,7 +85,7 @@ and committed to a special "translation-staging" branch on github. You can download individual files by opening them on github.com (inside the `lang/` folder), and using the "Raw" view. Place those files in the appropriate directories on a local silverstripe installation. - * ["translation-staging" branch for framework module](https://github.com/silverstripe/sapphire/tree/translation-staging) + * ["translation-staging" branch for framework module](https://github.com/silverstripe/silverstripe-framework/tree/translation-staging) * ["translation-staging" branch for cms module](https://github.com/silverstripe/silverstripe-cms/tree/translation-staging) # Related diff --git a/docs/en/reference/director.md b/docs/en/reference/director.md index 87303e13c..3e8ef3f49 100644 --- a/docs/en/reference/director.md +++ b/docs/en/reference/director.md @@ -68,7 +68,7 @@ and explanations on how the rules get processed for those methods. See: -* [framework/_config/routes.yml](https://github.com/silverstripe/sapphire/blob/master/_config/routes.yml) +* [framework/_config/routes.yml](https://github.com/silverstripe/silverstripe-framework/blob/master/_config/routes.yml) * [cms/_config/routes.yml](https://github.com/silverstripe/silverstripe-cms/blob/master/_config/routes.yml)