[PATCH] Fix up references to the old Fedora Hosted website.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The canonical URL for Fedora Hosted projects is:

  https://fedorahosted.org/<projectname>/

Using hosted.fedoraproject.org will cause problems with invalid
security certificates.
---
 README                     |    2 +-
 bindings/func-java/pom.xml |    2 +-
 docs/func-inventory.pod    |    2 +-
 docs/func-transmit.pod     |    4 ++--
 docs/func.pod              |    4 ++--
 docs/funcd.pod             |    6 +++---
 func.spec                  |    2 +-
 funcweb/funcweb.spec       |    2 +-
 setup.py                   |    2 +-
 website/new/footer.html    |    2 +-
 website/new/nav.php        |    2 +-
 11 files changed, 15 insertions(+), 15 deletions(-)

diff --git a/README b/README
index f4c97eb..743640b 100644
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
 func - Fedora unified Network Controller
 
-https://fedorahosted.org/func
+https://fedorahosted.org/func/
 
 Source: https://fedorahosted.org/func/wiki/GetTheSource
diff --git a/bindings/func-java/pom.xml b/bindings/func-java/pom.xml
index 01668a4..5803bb7 100644
--- a/bindings/func-java/pom.xml
+++ b/bindings/func-java/pom.xml
@@ -7,7 +7,7 @@
     <packaging>jar</packaging>
     <version>1.0-SNAPSHOT</version>
     <name>Func-Java Bindings</name>
-    <url>https://fedorahosted.org/func</url>
+    <url>https://fedorahosted.org/func/</url>
 
 
     <dependencies>
diff --git a/docs/func-inventory.pod b/docs/func-inventory.pod
index d768f3b..fdf9c02 100644
--- a/docs/func-inventory.pod
+++ b/docs/func-inventory.pod
@@ -58,7 +58,7 @@ RPM be installed.
 
 =head1 ADDITONAL RESOURCES
 
-See https://hosted.fedoraproject.org/projects/func/ for more information.
+See https://fedorahosted.org/func/ for more information.
 
 See also the manpages for "func", "funcd", "certmaster", "certmaster-ca", and "func-transmit".
 
diff --git a/docs/func-transmit.pod b/docs/func-transmit.pod
index 878deb6..9640c32 100644
--- a/docs/func-transmit.pod
+++ b/docs/func-transmit.pod
@@ -28,12 +28,12 @@ Func-transmit will exit after every command issued to the overlord, it does not
 
 =head1 ADDITONAL RESOURCES
 
-See https://hosted.fedoraproject.org/projects/func/ for more information.
+See https://fedorahosted.org/func/ for more information.
 
 See also the manpages for "func-inventory", "funcd", "certmaster", and "certmaster-ca".
 
 =head1 AUTHOR
 
-Various. See https://hosted.fedoraproject.org/projects/func
+Various. See https://fedorahosted.org/func/
 
 
diff --git a/docs/func.pod b/docs/func.pod
index 5abffb0..c4ba7e1 100644
--- a/docs/func.pod
+++ b/docs/func.pod
@@ -103,12 +103,12 @@ called.  See the project page (linked below) for more information.
 
 =head1 ADDITONAL RESOURCES
 
-See https://hosted.fedoraproject.org/projects/func/ for more information, including information on scripting func from Python.
+See https://fedorahosted.org/func/ for more information, including information on scripting func from Python.
 
 See also the manpages for "func-inventory", "funcd", "certmaster", "certmaster-ca", and "func-transmit".
 
 =head1 AUTHOR
 
-Various. See https://hosted.fedoraproject.org/projects/func
+Various. See https://fedorahosted.org/func/
 
 
diff --git a/docs/funcd.pod b/docs/funcd.pod
index 62fd57a..dfe1741 100644
--- a/docs/funcd.pod
+++ b/docs/funcd.pod
@@ -10,16 +10,16 @@ funcd (it's a daemon and takes no arguments)
 
 funcd registers itself to a certificate server (certmaster) listed in /etc/certmaster/minion.conf and takes orders from the command line func when that program is run from that certificate server.  See /etc/certmaster/minion.conf for other configuration options.
 
-Modules and capabilities provided by funcd are specified at https://hosted.fedoraproject.org/projects/func/
+Modules and capabilities provided by funcd are specified at https://fedorahosted.org/func/
 
 =head1 ADDITONAL RESOURCES
 
-See https://hosted.fedoraproject.org/projects/func/.  It's a Wiki.
+See https://fedorahosted.org/func/.  It's a Wiki.
 
 See also the manpages for "func", "certmaster", "certmaster-ca", and "func-transmit".
 
 =head1 AUTHOR
 
-Various. See https://hosted.fedoraproject.org/projects/func
+Various. See https://fedorahosted.org/func/
 
 
diff --git a/func.spec b/func.spec
index 5dc8d6d..bd9b52e 100644
--- a/func.spec
+++ b/func.spec
@@ -27,7 +27,7 @@ BuildRequires: python-setuptools
 %endif
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
 BuildArch: noarch
-Url: https://hosted.fedoraproject.org/projects/func/
+Url: https://fedorahosted.org/func/
 
 %description
 
diff --git a/funcweb/funcweb.spec b/funcweb/funcweb.spec
index df5aee7..a841223 100644
--- a/funcweb/funcweb.spec
+++ b/funcweb/funcweb.spec
@@ -36,7 +36,7 @@ BuildRequires: python-setuptools
 %endif
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
 BuildArch: noarch
-Url: https://hosted.fedoraproject.org/projects/func/
+Url: https://fedorahosted.org/func/
 %description
 
 Web interface for managing systems controlled by Func
diff --git a/setup.py b/setup.py
index 5ad20e6..f7eacfa 100644
--- a/setup.py
+++ b/setup.py
@@ -26,7 +26,7 @@ if __name__ == "__main__":
                 version = VERSION,
                 author = "Lots",
                 author_email = "func-list@xxxxxxxxxx",
-                url = "https://hosted.fedoraproject.org/projects/func/";,
+                url = "https://fedorahosted.org/func/";,
                 license = "GPL",
 		scripts = [
                      "scripts/funcd",
diff --git a/website/new/footer.html b/website/new/footer.html
index cf9dbbe..c190d31 100644
--- a/website/new/footer.html
+++ b/website/new/footer.html
@@ -6,7 +6,7 @@
 
         <dt><a href="http://libvirt.org/";>libvirt</a></dt>
         <dd><span>The open source virtualization API</span></dd>
-        <dt><a href="https://fedorahosted.org/func";>Func</A></dt>
+        <dt><a href="https://fedorahosted.org/func/";>Func</A></dt>
         <dd><span>A secure, scriptable remote control framework & API</span></dd>
       </dl>
       <dl id="p2">
diff --git a/website/new/nav.php b/website/new/nav.php
index e7c673a..a1b9869 100755
--- a/website/new/nav.php
+++ b/website/new/nav.php
@@ -12,7 +12,7 @@
 	default:
 		echo " <ul id=\"nav\">
   		 <li id=\"active\"><a href=\"index.php\">About</a></li>
-  		 <li><a href=\"http://hosted.fedoraproject.org/projects/func/\";>Wiki</a></li>
+  		 <li><a href=\"http://fedorahosted.org/func/\";>Wiki</a></li>
  		</ul>";
 		break;
 
-- 
1.5.5.2

_______________________________________________
Func-list mailing list
Func-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/func-list

[Index of Archives]     [Fedora Users]     [Linux Networking]     [Fedora Legacy List]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]

  Powered by Linux