From 34c837384c88e53ac15a175ab4ccd8b4c50c119b Mon Sep 17 00:00:00 2001
From: Jean-BaptisteC <jeanbaptiste.charron@outlook.fr>
Date: Sat, 13 Jul 2024 11:57:42 +0200
Subject: [PATCH] Update documentations

Signed-off-by: Jean-BaptisteC <jeanbaptiste.charron@outlook.fr>
---
 NOTICE               | 2 +-
 docs/CPP_STYLE.md    | 2 +-
 docs/INSTALL.md      | 2 +-
 docs/STYLES.md       | 2 +-
 docs/TRANSLATIONS.md | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/NOTICE b/NOTICE
index ebb7cc966b..8c68f5865b 100644
--- a/NOTICE
+++ b/NOTICE
@@ -1,5 +1,5 @@
 Copyright 2020 My.com B.V. (Mail.Ru Group)
-Copyright 2021 Organic Maps Contributors
+Copyright 2024 Organic Maps Contributors
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/docs/CPP_STYLE.md b/docs/CPP_STYLE.md
index 1180188fa9..2a95431c72 100644
--- a/docs/CPP_STYLE.md
+++ b/docs/CPP_STYLE.md
@@ -17,7 +17,7 @@ Below are our specific (but not all!) exceptions to the Google's coding standard
 Naming and formatting
 
 - We ALWAYS use two spaces indent and don't use tabs.
-- We don't have strict limits on line width, but keep it reasonable to fit on the screen. The advised width is that written in the [.clang-format](./.clang-format) file (currently 100).
+- We don't have strict limits on line width, but keep it reasonable to fit on the screen. The advised width is that written in the [.clang-format](/.clang-format) file (currently 100).
 - Doxygen-style comments can be used.
 - Underscores are allowed only in prefixes for member variables and namespace names, like `int m_countriesCount; namespace utf_parser`.
 - Use right-to-left order for variables/params: `string const & s` (reference to the const string).
diff --git a/docs/INSTALL.md b/docs/INSTALL.md
index 868a1ae36f..6426c4f1bb 100644
--- a/docs/INSTALL.md
+++ b/docs/INSTALL.md
@@ -21,7 +21,7 @@ For _Windows_, it's necessary to enable symlink support:
 1. Activate _Windows Development Mode_ to enable symlinks globally:
   - Windows 10: _Settings_ -> _Update and Security_ -> _For Developers_ -> _Activate Developer Mode_
   - Windows 11: _Settings_ -> _Privacy and Security_ -> _For Developers_ -> _Activate Developer Mode_
-2. Enable [symlinks](https://git-scm.com/docs/git-config#Documentation/git-config.txt-coresymlinks) support in git. The easiest way is to reinstall the latest [Git for Windows](https://gitforwindows.org/) with the "Enable Symlinks" checkbox checked. If you don't want to reinstall Git, then you can add `-c core.symlinks=true` parameter to the clone command below to enable symlinks for the repository.
+2. Enable [symlinks](https://git-scm.com/docs/git-config#Documentation/git-config.txt-coresymlinks) support in git. The easiest way is to reinstall the latest [Git for Windows](https://git-scm.com/download/win) with the "Enable Symlinks" checkbox checked. If you don't want to reinstall Git, then you can add `-c core.symlinks=true` parameter to the clone command below to enable symlinks for the repository.
 
 ```bash
 git config --global core.symlinks true
diff --git a/docs/STYLES.md b/docs/STYLES.md
index dd3c017ff9..e024b283b4 100644
--- a/docs/STYLES.md
+++ b/docs/STYLES.md
@@ -107,7 +107,7 @@ A whole map needs to be [regenerated](MAPS.md) for the changes to take effect if
 Map style files syntax is based on [MapCSS/0.2](https://wiki.openstreetmap.org/wiki/MapCSS/0.2),
 though the specification is not supported in full and there are OM-specific extensions to it.
 
-The `tools/unix/generate_drules.sh` script uses a customized version of [Kothic](https://github.com/kothic/kothic)
+The `tools/unix/generate_drules.sh` script uses a customized version of [Kothic](https://github.com/organicmaps/kothic)
 stylesheet processor to compile MapCSS files into binary drawing rules files `data/drules_proto*.bin`.
 The processor also produces text versions of these files (`data/drules_proto*.txt`) to ease debugging.
 
diff --git a/docs/TRANSLATIONS.md b/docs/TRANSLATIONS.md
index 99daf084d8..193c3438ee 100644
--- a/docs/TRANSLATIONS.md
+++ b/docs/TRANSLATIONS.md
@@ -34,7 +34,7 @@ Main:
 Additional:
 - Text-to-speech strings for navigation: [`data/strings/sound.txt`](../data/strings/sound.txt)
 
-- Android stores description: [`android/src/google/play/`](../android/src/google/play/)
+- Android stores description: [`android/app/src/fdroid/play/`](../android/app/src/fdroid/play/)
 - Apple AppStore description: [`iphone/metadata/`](../iphone/metadata/)
 
 - Popular brands of map features: [`data/strings/brands_strings.txt`](../data/strings/brands_strings.txt)