From eaf73f61d88475d6c103058fddaca629ba17ab1a Mon Sep 17 00:00:00 2001 From: Akseli Palen Date: Wed, 2 Mar 2022 01:38:58 +0200 Subject: [PATCH] Improve v14 docs --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 823af9fe..f1c8d914 100644 --- a/README.md +++ b/README.md @@ -12,14 +12,13 @@ Georap is for teams, groups, and organisations who want to share, document, and - [Install](#install) - [Environments](#environments) - [Scripts API](#scripts-api) -- [Update and Migration](#update-and-migration) +- [Update and migration](#update-and-migration) - [Database backups](#database-backups) - [Technology stack](#technology-stack) - [Versioning](#versioning) - [Issues](#issues) - [License](#license) - -See [Advanced topics](doc/advanced.md) for docs about logging, testing, git branching, and database users. +- [Advanced topics](#advanced-topics) ## Features @@ -409,4 +408,7 @@ The issue labels follow [Drupal's issue priority levels](https://www.drupal.org/ [MIT](LICENSE) -See also [advanced topics](doc/advanced.md). + +## Advanced topics + +See [Advanced topics](doc/advanced.md) for further docs about logging, testing, git branching, and database users.