[website] branch master updated: Make download links absolute.

Scott Cantor cantor.2 at osu.edu
Tue Jun 6 22:44:44 EDT 2017


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to branch master
in repository website.

The following commit(s) were added to refs/heads/master by this push:
       new  ab9479d   Make download links absolute.
ab9479d is described below

commit ab9479d16a6f287d1acf7603696278996d6503d8
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Jun 6 22:44:40 2017 -0400

    Make download links absolute.
---
 products/index.html | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/products/index.html b/products/index.html
index e845a35..20d9d98 100755
--- a/products/index.html
+++ b/products/index.html
@@ -50,12 +50,12 @@ Products
 <p>If you are currently using any of the Shibboleth products, you may subscribe to the <a href="/community/lists.html">announcements mailing list</a> in order to receive notifications of new releases and security advisories.</p>
 
 <ul>
-	<li>Embedded Discovery Service - <a href="/downloads/embedded-discovery-service/latest">Latest</a>, <a href="/downloads/embedded-discovery-service">Previous</a></li>
-	<li>Identity Provider - <a href="/downloads/identity-provider/latest">Latest</a>, <a href="/downloads/identity-provider">Previous</a></li>
-	<li>Metadata Aggregator - <a href="/downloads/metadata-aggregator/latest">Latest</a>, <a href="/downloads/metadata-aggregator">Previous</a></li>
-	<li>OpenSAML-C++ - <a href="/downloads/c++-opensaml/latest">Latest</a>, <a href="/downloads/c++-opensaml">Previous</a></li>
-	<li>OpenSAML-Java - <a href="/downloads/java-opensaml/latest">Latest</a>, <a href="/downloads/java-opensaml">Previous</a></li>
-	<li>Service Provider - <a href="/downloads/service-provider/latest">Latest</a>, <a href="/downloads/service-provider">Previous</a></li>
+	<li>Embedded Discovery Service - <a href="https://shibboleth.net/downloads/embedded-discovery-service/latest">Latest</a>, <a href="https://shibboleth.net/downloads/embedded-discovery-service">Previous</a></li>
+	<li>Identity Provider - <a href="https://shibboleth.net/downloads/identity-provider/latest">Latest</a>, <a href="https://shibboleth.net/downloads/identity-provider">Previous</a></li>
+	<li>Metadata Aggregator - <a href="https://shibboleth.net/downloads/metadata-aggregator/latest">Latest</a>, <a href="https://shibboleth.net/downloads/metadata-aggregator">Previous</a></li>
+	<li>OpenSAML-C++ - <a href="https://shibboleth.net/downloads/c++-opensaml/latest">Latest</a>, <a href="https://shibboleth.net/downloads/c++-opensaml">Previous</a></li>
+	<li>OpenSAML-Java - <a href="https://shibboleth.net/downloads/java-opensaml/latest">Latest</a>, <a href="https://shibboleth.net/downloads/java-opensaml">Previous</a></li>
+	<li>Service Provider - <a href="https://shibboleth.net/downloads/service-provider/latest">Latest</a>, <a href="https://shibboleth.net/downloads/service-provider">Previous</a></li>
 </ul>
 
 <div class="clear"></div>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list