summaryrefslogtreecommitdiffstats
path: root/srfi-225.html
diff options
context:
space:
mode:
authorGravatar Arthur A. Gleckler 2022-05-20 13:50:26 -0700
committerGravatar Arthur A. Gleckler 2022-05-20 13:50:26 -0700
commit537fb325886abd804ad01459e15a6c3b107b221d (patch)
tree92e7c9d5455d62b4c9d5f8f3fcc267f14e442732 /srfi-225.html
parentcopy edits (diff)
Link to official Github repo.
Diffstat (limited to '')
-rw-r--r--srfi-225.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/srfi-225.html b/srfi-225.html
index 4e367c1..ec38acf 100644
--- a/srfi-225.html
+++ b/srfi-225.html
@@ -517,7 +517,7 @@ The last two provide DTOs for alists using <code>eqv?</code>
and <code>equal?</code> respectively.</p>
<h2 id="implementation">Implementation</h2>
-<p>The sample implementation is found in the GitHub repository.</p>
+<p>The sample implementation is found in the <a href="https://github.com/scheme-requests-for-implementation/srfi-225">GitHub repository</a>.</p>
<p>The following list of dependencies is designed to ease defining
new dictionary types that may not have complete dictionary APIs:</p>