From 51dad7794478f3c764f521d0c8784cb4b90fb9a7 Mon Sep 17 00:00:00 2001 From: Andrew Nicols Date: Tue, 30 Jul 2024 11:28:04 +0800 Subject: [PATCH] [docs] Fix internal links to some tags --- general/development/policies/codingstyle/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/general/development/policies/codingstyle/index.md b/general/development/policies/codingstyle/index.md index c9239aaa5..2b373d6de 100644 --- a/general/development/policies/codingstyle/index.md +++ b/general/development/policies/codingstyle/index.md @@ -1849,7 +1849,7 @@ class policy_issue { For files containing only one artifact (class, interface, trait, etc.), specifically for all the files within `classes` directories, but also any other file fulfilling the condition anywhere else, it will be enough with the class phpdoc block. The file phpdoc block will be considered optional at all effects, giving to the class one precedence. -The [@package](https://docs.moodle.org/dev/#@package), [@copyright](https://docs.moodle.org/dev/#@copyright) and [@license](https://docs.moodle.org/dev/#@license) tags (and the optional [@category](https://docs.moodle.org/dev/#@category) tag ), as shown in the example above, must be present always in the file (in whichever docblock, but all together). +The [@package](#package), [@copyright](#copyright) and [@license](#license) tags (and the optional [@category](#category) tag ), as shown in the example above, must be present always in the file (in whichever docblock, but all together). ### Properties