This is an automated email from the ASF dual-hosted git repository.
sebb 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 cd5867b Linkify
cd5867b is described below
commit cd5867bdbed8230d120e16efaf463b0bf42f98d9
Author: Sebb <[email protected]>
AuthorDate: Fri Mar 12 12:56:01 2021 +0000
Linkify
---
www/roster/views/petri.html.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www/roster/views/petri.html.rb b/www/roster/views/petri.html.rb
index 87bc55c..44711dc 100644
--- a/www/roster/views/petri.html.rb
+++ b/www/roster/views/petri.html.rb
@@ -19,7 +19,7 @@ _html do
_h2 'A listing of cultures from Apache Petri'
_p do
_ 'The data is derived from '
- _a 'info.yaml', 'https://github.com/apache/petri/blob/master/info.yaml'
+ _a 'info.yaml', href:
'https://github.com/apache/petri/blob/master/info.yaml'
end
_br