Skip to content

Commit f5196f8

Browse files
Use HTML links on HTML pages.
1 parent acacb3a commit f5196f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ <h1>SRFI 64: A Scheme API for test suites</h1>
2323
<p class="authors">by Per Bothner</p>
2424
<p class="based-on"></p>
2525
<p class="status">status: <em>final</em> (2006-06-18)</p>
26-
<p class="keywords">keywords: [[https://srfi.schemers.org/?keywords=testing][Testing]]</p>
26+
<p class="keywords">keywords: <a href="https://srfi.schemers.org/?keywords=testing">Testing</a></p>
2727

2828
<ul class="info">
2929
<li><a href="srfi-64.html">The SRFI Document</a></li>

0 commit comments

Comments
 (0)