summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKitzunu <24550914+Kitzunu@users.noreply.github.com>2022-05-08 21:26:38 +0200
committerGitHub <noreply@github.com>2022-05-08 21:26:38 +0200
commit599e9ca3831ce4d0292aadf76aaeec657debfdc4 (patch)
tree5ab384dab4557fa686b3114a8e422400e46b9497
parentd75ab9eddea37530336df8412dbcb0b4be9c0e3d (diff)
downloadwiki-599e9ca3831ce4d0292aadf76aaeec657debfdc4.tar.gz
wiki-599e9ca3831ce4d0292aadf76aaeec657debfdc4.tar.bz2
wiki-599e9ca3831ce4d0292aadf76aaeec657debfdc4.zip
chore: links
-rw-r--r--docs/wiki-standards.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/wiki-standards.md b/docs/wiki-standards.md
index 2775b9c..9628243 100644
--- a/docs/wiki-standards.md
+++ b/docs/wiki-standards.md
@@ -28,6 +28,10 @@ When adding/removing a table it should also be updated in `database-auth.md` `da
When linking to a page in the wiki we use [relative links](https://semify.com/?Relative-Link&AID=1373#:~:text=For%20example%2C%20a%20relative%20link%20would%20only%20include%20/images%20/puppies.gif%20in%20the%20a%20href%20tag.). (`[home](home#overview)`).
+When linking to a header on the same page in the wiki [relative links](https://semify.com/?Relative-Link&AID=1373#:~:text=For%20example%2C%20a%20relative%20link%20would%20only%20include%20/images%20/puppies.gif%20in%20the%20a%20href%20tag.). (`[withCapitalLetters](#withcapitalletters).`
+
+It is important to note that in relative links only lowercase letters are allowed and no special characters. Otherwise, the links will be broken.
+
When linking to a page outside of the wiki we use [absolute links](https://semify.com/?Relative-Link&AID=1373#:~:text=An%20absolute%20link%2C%20on%20the%20other%20hand%2C%20would%20include%20https%3A//%20www.%20example.com/%20image/%20puppies.gif%20in%20it.). (`[Google](https://google.com)`).
## TRANSLATION