svn commit: samba-web r459 - in trunk/news: . announcements calendar

deryck at samba.org deryck at samba.org
Tue Dec 7 18:39:15 GMT 2004


Author: deryck
Date: 2004-12-07 18:39:15 +0000 (Tue, 07 Dec 2004)
New Revision: 459

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba-web&rev=459

Log:

Fix links to submission form.  (We have to have absolute
path to submission form since it's called from our server.)

--deryck


Modified:
   trunk/news/about.html
   trunk/news/announcements/call_for_stories.html
   trunk/news/calendar/index.html
   trunk/news/success.html


Changeset:
Modified: trunk/news/about.html
===================================================================
--- trunk/news/about.html	2004-12-07 18:19:49 UTC (rev 458)
+++ trunk/news/about.html	2004-12-07 18:39:15 UTC (rev 459)
@@ -80,7 +80,7 @@
 also be publishing release announcements and Samba Team announcements as stories
 on <span class="punch">news.samba.org</span>.  If you have something, or have seen
 something online, that you think may be of interest to people here, use our
-story <a href="/samba/news/submit.html">submission form</a>.</p>
+story <a href="http://news.samba.org/submit.html">submission form</a>.</p>
     		
     		<h3>Submitting to news.samba.org</h3>
     		

Modified: trunk/news/announcements/call_for_stories.html
===================================================================
--- trunk/news/announcements/call_for_stories.html	2004-12-07 18:19:49 UTC (rev 458)
+++ trunk/news/announcements/call_for_stories.html	2004-12-07 18:39:15 UTC (rev 459)
@@ -8,8 +8,8 @@
     how your story can help spread the word about Samba.</p>
 
     <p>If you think you might have something interesting to share, go to our
-    <a href="/samba/news/submit.html">story submission form</a> and let us hear
-    from you.  All stories will be credited to their submitter.</p>
+    <a href="http://news.samba.org/submit.html">story submission form</a> and 
+    let us hear from you.  All stories will be credited to their submitter.</p>
     </div>
         
        

Modified: trunk/news/calendar/index.html
===================================================================
--- trunk/news/calendar/index.html	2004-12-07 18:19:49 UTC (rev 458)
+++ trunk/news/calendar/index.html	2004-12-07 18:39:15 UTC (rev 459)
@@ -58,7 +58,7 @@
     <div class="about">
         <ul>
         <li><a href="/samba/news/about.html">About news.samba.org</a></li>
-        <li><a href="/samba/news/submit.html">Submit A Story</a></li>
+        <li><a href="http://news.samba.org/submit.html">Submit A Story</a></li>
         <li><a href="http://samba.org/">Samba-Web Home</a></li>
         </ul>
     </div>

Modified: trunk/news/success.html
===================================================================
--- trunk/news/success.html	2004-12-07 18:19:49 UTC (rev 458)
+++ trunk/news/success.html	2004-12-07 18:39:15 UTC (rev 459)
@@ -59,7 +59,7 @@
     <div class="about">
         <ul>
         <li><a href="/samba/news/about.html">About news.samba.org</a></li>
-        <li><a href="/samba/news/submit.html">Submit A Story</a></li>
+        <li><a href="http://news.samba.org/submit.html">Submit A Story</a></li>
         <li><a href="http://samba.org/">Samba-Web Home</a></li>
         </ul>
     </div>



More information about the samba-cvs mailing list