[Phpmyadmin-git] [SCM] phpMyAdmin website branch, master, updated. 10a0f3572faeb05f97cdc8d090667c39f32e2f1a

The branch, master has been updated via 10a0f3572faeb05f97cdc8d090667c39f32e2f1a (commit) from 508d3a5e4bba7d0eeced8f68e8d9bb9dd6710daa (commit) - Log ----------------------------------------------------------------- commit 10a0f3572faeb05f97cdc8d090667c39f32e2f1a Author: Dieter Adriaenssens <ruleant@users.sourceforge.net> Date: Tue Mar 29 10:15:36 2011 +0200 drop Devel: prefix for links to wiki ----------------------------------------------------------------------- Summary of changes: templates/improve.tpl | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/improve.tpl b/templates/improve.tpl index 2b02b94..f733eb9 100644 --- a/templates/improve.tpl +++ b/templates/improve.tpl @@ -108,7 +108,7 @@ Standards should be obeyed in all cases when possible. Generated content should be valid XHTML 1.0 and CSS. PHP code should match <a href="http://pear.php.net/manual/en/standards.php">PEAR Coding Standards</a> and documented using <a href="http://www.phpdoc.org/">phpDocumentator</a>. -More information about coding is available on <a href="http://wiki.phpmyadmin.net/pma/Devel:Coding_guidelines"> +More information about coding is available on <a href="http://wiki.phpmyadmin.net/pma/Coding_guidelines"> our wiki</a>. </p> @@ -116,7 +116,7 @@ our wiki</a>. <p>More documentation can be found in the following places:</p> <ul> -<li><a href="http://wiki.phpmyadmin.net/pma/Devel:Main">Developers wiki</a></li> +<li><a href="http://wiki.phpmyadmin.net/pma/Development">Developers wiki</a></li> <li><a href="http://www.phpmyadmin.net/phpdoc/">phpMyAdmin's internals (autogenerated via phpDocumentator)</a></li> </ul> hooks/post-receive -- phpMyAdmin website
participants (1)
-
Dieter Adriaenssens