The branch, master has been updated via ea18b4cba5a75144bfa75ede2a8830faf519f730 (commit) from 9f07a4cbd435afa423d2ba9735b377a094e63dc1 (commit)
- Log ----------------------------------------------------------------- commit ea18b4cba5a75144bfa75ede2a8830faf519f730 Author: Michal Čihař michal@cihar.com Date: Sun Feb 5 15:03:30 2012 +0100
Link directly to new devel page
-----------------------------------------------------------------------
Summary of changes: templates/about-website.tpl | 2 +- templates/downloads.tpl | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/templates/about-website.tpl b/templates/about-website.tpl index 9ffd4bc..3a341bc 100644 --- a/templates/about-website.tpl +++ b/templates/about-website.tpl @@ -12,7 +12,7 @@ This website is implemented in <a href="http://python.org/">Python</a>, uses <a href="http://pysvn.tigris.org/">PySVN</a> to grab external data and <a href="http://genshi.edgewall.org/">Genshi</a> to generate web pages. Source code of it is available in phpMyAdmin SVN under <code>trunk/website</code> -(see <a href="${base_url}improve.${file_ext}#devel">developer information</a> for +(see <a href="${base_url}devel.${file_ext}">developer information</a> for information how to access it). </p>
diff --git a/templates/downloads.tpl b/templates/downloads.tpl index c8fe45f..8466629 100644 --- a/templates/downloads.tpl +++ b/templates/downloads.tpl @@ -64,7 +64,7 @@
<p> More information about using Git is available on <a - href="${base_url}improve.${file_ext}#devel">development page</a>. + href="${base_url}devel.${file_ext}">development page</a>. </p>
<h2>Older Releases</h2> @@ -72,7 +72,7 @@ You can find older releases on <a href="https://sourceforge.net/projects/phpmyadmin/files/">SourceForge files page</a>. You can also get them - from our Git repository (check <a href="${base_url}improve.${file_ext}#devel">developer information</a> for instructions). + from our Git repository (check <a href="${base_url}devel.${file_ext}">developer information</a> for instructions). </p>
<h2><a id="distributions"></a>Distributions</h2>
hooks/post-receive