This is an automated email from the ASF dual-hosted git repository.

curcuru pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git


The following commit(s) were added to refs/heads/master by this push:
     new 34bbb69  Use correct URL
34bbb69 is described below

commit 34bbb692bb451f681d2fac1fc15cacb0243afe02
Author: Shane Curcuru <[email protected]>
AuthorDate: Fri May 11 18:25:19 2018 -0400

    Use correct URL
---
 www/pods.cgi | 2 +-
 www/site.cgi | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/www/pods.cgi b/www/pods.cgi
index 3a9828b..1b9d0a4 100755
--- a/www/pods.cgi
+++ b/www/pods.cgi
@@ -69,7 +69,7 @@ _html do
           _ ', '
           _a 'validation checks details', href: 
"https://github.com/apache/whimsy/blob/master/lib/whimsy/sitewebsite.rb";
           _ ', and '
-          _a 'raw JSON data', href: 
"#{SiteStandards.get_url()}#{SiteStandards.get_filename(cgi_for_tlps)}"
+          _a 'raw JSON data', href: 
"#{SiteStandards.get_url(false)}#{SiteStandards.get_filename(cgi_for_tlps)}"
           _ '.'
           _br
           _ "Last crawl time: #{crawl_time} over #{sites.size} websites."
diff --git a/www/site.cgi b/www/site.cgi
index 7ea2515..2a3edea 100755
--- a/www/site.cgi
+++ b/www/site.cgi
@@ -67,7 +67,7 @@ _html do
         _ ', '
         _a 'validation checks details', href: 
"https://github.com/apache/whimsy/blob/master/lib/whimsy/sitewebsite.rb";
         _ ', and '
-        _a 'raw JSON data', href: 
"#{SiteStandards.get_url()}#{SiteStandards.get_filename(cgi_for_tlps)}"
+        _a 'raw JSON data', href: 
"#{SiteStandards.get_url(false)}#{SiteStandards.get_filename(cgi_for_tlps)}"
         _ '.'
         _br
         _ "Last crawl time: #{crawl_time} over #{sites.size} websites."

-- 
To stop receiving notification emails like this one, please contact
[email protected].

Reply via email to