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 a8962c3 Fix url
new f30565f Merge branch 'master' of https://github.com/apache/whimsy
a8962c3 is described below
commit a8962c37204c362136d8f3b9509d946408a6cd65
Author: Shane Curcuru <[email protected]>
AuthorDate: Fri Mar 8 17:13:36 2019 -0500
Fix url
---
www/test/dataflow.cgi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www/test/dataflow.cgi b/www/test/dataflow.cgi
index 9ea0ebd..ed2431a 100755
--- a/www/test/dataflow.cgi
+++ b/www/test/dataflow.cgi
@@ -58,7 +58,7 @@ _html do
_ ' You can see the '
_a 'code for this script', href:
"#{GITWHIMSY}/www#{ENV['SCRIPT_NAME']}"
_ ', the '
- _a 'underlying data file', href: "#{GITWHIMSY}/www/#{DATAFLOWDATA}"
+ _a 'underlying data file', href:
"#{GITWHIMSY}/www/test/#{DATAFLOWDATA}"
_ ', the '
_a 'key to this data', href: "#datakey"
_ ', and many of the '