diff --git a/_posts/15-01-01-PHPDoc.md b/_posts/15-01-01-PHPDoc.md index 6b10b60..1645f07 100644 --- a/_posts/15-01-01-PHPDoc.md +++ b/_posts/15-01-01-PHPDoc.md @@ -4,7 +4,7 @@ anchor: phpdoc # PHPDoc {#phpdoc} -PHPDoc is an informal standard for commenting PHP code. There are a *lot* of different [tags](http://manual.phpdoc.org/HTMLSmartyConverter/PHP/phpDocumentor/tutorial_tags.pkg.html) available. The full list of tags and examples can be found at the [PHPDoc manual](http://manual.phpdoc.org/HTMLSmartyConverter/PHP/phpDocumentor/tutorial_tags.pkg.html). +PHPDoc is an informal standard for commenting PHP code. There are a *lot* of different [tags](http://www.phpdoc.org/docs/latest/references/phpdoc/tags/index.html) available. The full list of tags and examples can be found at the [PHPDoc manual](http://www.phpdoc.org/docs/latest/index.html). Below is an example of how you might comment a class and a method; @@ -12,7 +12,7 @@ Below is an example of how you might comment a class and a method; - * @link http://manual.phpdoc.org/HTMLSmartyConverter/PHP/phpDocumentor/tutorial_tags.link.pkg.html + * @link http://www.phpdoc.org/docs/latest/index.html * @package demo */ class DateTimeHelper