summaryrefslogtreecommitdiff
path: root/developers
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@novell.com>2009-01-30 08:30:41 +0000
committerMichael Meeks <michael.meeks@novell.com>2009-01-30 08:30:41 +0000
commitf7c913839ce54a600d768f360489207c4c65233e (patch)
treecfe86e48defea5db579687097f40eedfc2a137ce /developers
parent3d65ffebaf5ae706cd00c67da4ac52a504e07410 (diff)
Fix patches link.
* developers/index.php: fix patches link.
Diffstat (limited to 'developers')
-rw-r--r--developers/index.html2
-rw-r--r--developers/index.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/developers/index.html b/developers/index.html
index 62a5e12..e097ea7 100644
--- a/developers/index.html
+++ b/developers/index.html
@@ -113,7 +113,7 @@
<li><a href="http://wiki.services.openoffice.org/wiki/DomainDeveloper">Who is Whom?</a></li>
<li><a href="http://eis.services.openoffice.org/EIS2/servlet/GuestLogon">EIS</a></li>
<li><a href="http://wiki.services.openoffice.org/wiki/Tinderbox_Setup">Tinderbox setup</a></li>
- <li>ooo-build <a href="http://download.go-oo.org/">source</a> &amp; <a href="ooo-build/patches">patches</a></li>
+ <li>ooo-build <a href="http://download.go-oo.org/">source</a> &amp; <a href="http://svn.gnome.org/viewvc/ooo-build/trunk/patches/">patches</a></li>
<li><a href="/users/mgp/">MagicPoint users</a></li>
<li><a href="http://docs.go-oo.org/index.html">source code documentation</a></li>
</ul>
diff --git a/developers/index.php b/developers/index.php
index 93a4cc3..c81b92b 100644
--- a/developers/index.php
+++ b/developers/index.php
@@ -87,7 +87,7 @@ $content = <<<EOT
<li><a href="http://wiki.services.openoffice.org/wiki/DomainDeveloper">Who is Whom?</a></li>
<li><a href="http://eis.services.openoffice.org/EIS2/servlet/GuestLogon">EIS</a></li>
<li><a href="http://wiki.services.openoffice.org/wiki/Tinderbox_Setup">Tinderbox setup</a></li>
- <li>ooo-build <a href="http://download.go-oo.org/">source</a> &amp; <a href="ooo-build/patches">patches</a></li>
+ <li>ooo-build <a href="http://download.go-oo.org/">source</a> &amp; <a href="http://svn.gnome.org/viewvc/ooo-build/trunk/patches/">patches</a></li>
<li><a href="/users/mgp/">MagicPoint users</a></li>
<li><a href="http://docs.go-oo.org/index.html">source code documentation</a></li>
</ul>