From 645d2afcc44fa52f01cdc0abee135e90ff74c637 Mon Sep 17 00:00:00 2001 From: Peter Kokot Date: Mon, 17 Jan 2022 11:08:05 +0100 Subject: [PATCH] Fix PHPDoc URLs --- _posts/15-02-01-PHPDoc.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/_posts/15-02-01-PHPDoc.md b/_posts/15-02-01-PHPDoc.md index 82d745f..1ac3a26 100644 --- a/_posts/15-02-01-PHPDoc.md +++ b/_posts/15-02-01-PHPDoc.md @@ -70,10 +70,10 @@ difference between the second and third methods' doc block is the inclusion/excl `@return void` explicitly informs us that there is no return; historically omitting the `@return void` statement also results in the same (no return) action. -[tags]: https://docs.phpdoc.org/latest/references/phpdoc/tags/index.html +[tags]: https://docs.phpdoc.org/latest/guide/references/phpdoc/tags/index.html [PHPDoc manual]: https://docs.phpdoc.org/latest/index.html -[@author]: https://docs.phpdoc.org/latest/references/phpdoc/tags/author.html -[@link]: https://docs.phpdoc.org/latest/references/phpdoc/tags/link.html -[@param]: https://docs.phpdoc.org/latest/references/phpdoc/tags/param.html -[@return]: https://docs.phpdoc.org/latest/references/phpdoc/tags/return.html -[@throws]: https://docs.phpdoc.org/latest/references/phpdoc/tags/throws.html +[@author]: https://docs.phpdoc.org/latest/guide/references/phpdoc/tags/author.html +[@link]: https://docs.phpdoc.org/latest/guide/references/phpdoc/tags/link.html +[@param]: https://docs.phpdoc.org/latest/guide/references/phpdoc/tags/param.html +[@return]: https://docs.phpdoc.org/latest/guide/references/phpdoc/tags/return.html +[@throws]: https://docs.phpdoc.org/latest/guide/references/phpdoc/tags/throws.html