svn commit: r51205 - head/share/xml

Benedict Reuschling bcr at FreeBSD.org
Sun Nov 19 19:14:53 UTC 2017


Author: bcr
Date: Sun Nov 19 19:14:52 2017
New Revision: 51205
URL: https://svnweb.freebsd.org/changeset/doc/51205

Log:
  Correct the site-name by using http:// in front of it so that clicks will
  actually lead to the website.
  
  Reported by:	0mp@

Modified:
  head/share/xml/press.xml

Modified: head/share/xml/press.xml
==============================================================================
--- head/share/xml/press.xml	Sun Nov 19 11:49:42 2017	(r51204)
+++ head/share/xml/press.xml	Sun Nov 19 19:14:52 2017	(r51205)
@@ -20,7 +20,7 @@
       <story>
 	<name>Why did we build our solution on top of FreeBSD?</name>
 	<url>http://blog.synergysky.com/whydidwebuildoursolutionontopof_freebsd</url>
-	<site-name>synergysky.com</site-name>
+	<site-name>http://synergysky.com</site-name>
 	<date>Nov 7 2017</date>
 	<author>Egil Hasting</author>
 	<p>FreeBSD has given us the "it just works" experience,


More information about the svn-doc-head mailing list