From 0abb160886ff729b125b0616884eaec82818f111 Mon Sep 17 00:00:00 2001 From: Adarnof Date: Wed, 18 Jan 2017 22:48:37 -0500 Subject: [PATCH] Update links for new repo's new organization --- docs/installation/auth/centos.md | 2 +- docs/installation/auth/quickstart.md | 2 +- docs/installation/auth/ubuntu.md | 2 +- docs/maintenance/changelog.md | 6 +++--- docs/maintenance/troubleshooting.md | 4 ++-- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/installation/auth/centos.md b/docs/installation/auth/centos.md index d68c8b03..9160336a 100644 --- a/docs/installation/auth/centos.md +++ b/docs/installation/auth/centos.md @@ -51,7 +51,7 @@ Ensure you are in the allianceserver home directory by issuing `cd` Now we clone the source code: - git clone https://github.com/R4stl1n/allianceauth.git + git clone https://github.com/allianceauth/allianceauth.git Enter the folder by issuing `cd allianceauth` diff --git a/docs/installation/auth/quickstart.md b/docs/installation/auth/quickstart.md index d924bca3..2d20cce6 100644 --- a/docs/installation/auth/quickstart.md +++ b/docs/installation/auth/quickstart.md @@ -4,7 +4,7 @@ Once you’ve installed AllianceAuth, perform these steps to get yourself up and First you need a superuser account. You can use this as a personal account. From the command line, `python manage.py createsuperuser` and follow the prompts. -The big goal of AllianceAuth is the automation of group membership, so we’ll need some groups. In the admin interface, select `Groups`, then at the top-right select `Add Group`. Give it a name and select permissions. Special characters (including spaces) are removing before syncing to services, so try not to have group names which will be the same upon cleaning. A description of permissions can be found in the [readme file](https://github.com/R4stl1n/allianceauth/blob/master/README.md). Repeat for all the groups you see fit, whenever you need a new one. +The big goal of AllianceAuth is the automation of group membership, so we’ll need some groups. In the admin interface, select `Groups`, then at the top-right select `Add Group`. Give it a name and select permissions. Special characters (including spaces) are removing before syncing to services, so try not to have group names which will be the same upon cleaning. A description of permissions can be found in the [readme file](https://github.com/allianceauth/allianceauth/blob/master/README.md). Repeat for all the groups you see fit, whenever you need a new one. ### Background Processes diff --git a/docs/installation/auth/ubuntu.md b/docs/installation/auth/ubuntu.md index a15743ef..8dce10ef 100644 --- a/docs/installation/auth/ubuntu.md +++ b/docs/installation/auth/ubuntu.md @@ -40,7 +40,7 @@ Ensure you are in the allianceserver home directory by issuing `cd` Now we clone the source code: - git clone https://github.com/R4stl1n/allianceauth.git + git clone https://github.com/allianceauth/allianceauth.git Enter the folder by issuing `cd allianceauth` diff --git a/docs/maintenance/changelog.md b/docs/maintenance/changelog.md index a8f8cc86..daee4c2f 100644 --- a/docs/maintenance/changelog.md +++ b/docs/maintenance/changelog.md @@ -1,12 +1,12 @@ # Changelog ## From now on all changelogs will be included as release notes. -https://github.com/R4stl1n/allianceauth/releases +https://github.com/allianceauth/allianceauth/releases ### 547 Oct 16 -Golly this is a big one. Upgrading takes a bit of work. [For full instructions click here.](https://github.com/R4stl1n/allianceauth/pull/547#issue-183247630) +Golly this is a big one. Upgrading takes a bit of work. [For full instructions click here.](https://github.com/allianceauth/allianceauth/pull/547#issue-183247630) - Update django version to 1.10 - Remove member/blue permissions @@ -100,7 +100,7 @@ Mar 23 2016 ### 314 Mar 22 2016 - Revamp of the Human Resources Application and Management System - - see the [wiki page](https://github.com/R4stl1n/allianceauth/wiki/HRApplications) for how to use the new system + - see the [docs](../features/hrapplications.md) for how to use the new system - a completely untested conversion script exists. If you want to view your old models, contact Adarnof to try it out - Moved Error Handling for the API Keys to the API Calls to better handle API server outages - Removed the infamous database update task diff --git a/docs/maintenance/troubleshooting.md b/docs/maintenance/troubleshooting.md index 84dd1b81..6cd94466 100644 --- a/docs/maintenance/troubleshooting.md +++ b/docs/maintenance/troubleshooting.md @@ -3,11 +3,11 @@ ## Something broken? Stuck on an issue? Can't get it set up? Start here: - - check the [issues](https://github.com/R4stl1n/allianceauth/issues?utf8=%E2%9C%93&q=is%3Aissue) - especially closed ones + - check the [issues](https://github.com/allianceauth/allianceauth/issues?utf8=%E2%9C%93&q=is%3Aissue) - especially closed ones - check the [forums](https://forums.eveonline.com/default.aspx?g=posts&t=383030) No answer? - - open an [issue](https://github.com/R4stl1n/allianceauth/issues) + - open an [issue](https://github.com/allianceauth/allianceauth/issues) - harass us on [gitter](https://gitter.im/R4stl1n/allianceauth) - post to the [forums](https://forums.eveonline.com/default.aspx?g=posts&t=383030)