From c2ebd4095cc47222086e5b07a6a6a32c08ba7147 Mon Sep 17 00:00:00 2001 From: Curt Petricca Date: Sun, 20 Mar 2022 14:26:28 +0000 Subject: [PATCH] updated several hyperlinks in readme --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 8a3d7976..06b04275 100755 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ An auth system for EVE Online to help in-game organizations manage online servic ## Content - [Overview](#overview) -- [Documentation](http://allianceauth.rtfd.io) +- [Documentation](https://allianceauth.readthedocs.io/en/latest/#) - [Support](#support) - [Release Notes](https://gitlab.com/allianceauth/allianceauth/-/releases) - [Developer Team](#developer-team) @@ -26,19 +26,19 @@ Alliance Auth (AA) is a web site that helps Eve Online organizations efficiently Main features: -- Automatically grants or revokes user access to external services (e.g. Discord, Mumble) and web apps (e.g. SRP requests) based on the user's current membership to [in-game organizations](https://allianceauth.readthedocs.io/en/latest/features/core/states/) and [groups](https://allianceauth.readthedocs.io/en/latest/features/core/groups/) +- Automatically grants or revokes user access to external services (e.g. Discord, Mumble) and web apps (e.g. SRP requests) based on the user's current membership to [in-game organizations](https://allianceauth.readthedocs.io/en/latest/features/core/states.html) and [groups](https://allianceauth.readthedocs.io/en/latest/features/core/groups.html) - Provides a central web site where users can directly access web apps (e.g. SRP requests, Fleet Schedule) and manage their access to external services and groups. -- Includes a set of connectors (called ["services"](https://allianceauth.readthedocs.io/en/latest/features/services/)) for integrating access management with many popular external applications / services like Discord, Mumble, Teamspeak 3, SMF and others +- Includes a set of connectors (called ["services"](https://allianceauth.readthedocs.io/en/latest/features/services/index.html)) for integrating access management with many popular external applications / services like Discord, Mumble, Teamspeak 3, SMF and others -- Includes a set of web [apps](https://allianceauth.readthedocs.io/en/latest/features/apps/) which add many useful functions, e.g.: fleet schedule, timer board, SRP request management, fleet activity tracker +- Includes a set of web [apps](https://allianceauth.readthedocs.io/en/latest/features/apps/index.html) which add many useful functions, e.g.: fleet schedule, timer board, SRP request management, fleet activity tracker - Can be easily extended with additional services and apps. Many are provided by the community and can be found here: [Community Creations](https://gitlab.com/allianceauth/community-creations) - English :flag_gb:, Chinese :flag_cn:, German :flag_de:, Spanish :flag_es:, Korean :flag_kr: and Russian :flag_ru: localization -For further details about AA - including an installation guide and a full list of included services and plugin apps - please see the [official documentation](http://allianceauth.rtfd.io). +For further details about AA - including an installation guide and a full list of included services and plugin apps - please see the [official documentation](https://allianceauth.readthedocs.io/en/latest/#). ## Screenshot -- GitLab