diff --git a/doc/Developers-Intro.md b/doc/Developers-Intro.md index 67cc932a2..10bbd5632 100644 --- a/doc/Developers-Intro.md +++ b/doc/Developers-Intro.md @@ -49,7 +49,7 @@ Programming ###Code documentation -If you are interested in having the documentation of the Friendica code outside of the code files, you can use [Doxygen](doxygen.org) to generate it. +If you are interested in having the documentation of the Friendica code outside of the code files, you can use [Doxygen](http://doxygen.org) to generate it. The configuration file for Doxygen is located in the ```util``` directory of the project sources. Run