diff options
| author | 2022-05-20 13:50:26 -0700 | |
|---|---|---|
| committer | 2022-05-20 13:50:26 -0700 | |
| commit | 537fb325886abd804ad01459e15a6c3b107b221d (patch) | |
| tree | 92e7c9d5455d62b4c9d5f8f3fcc267f14e442732 | |
| parent | copy edits (diff) | |
Link to official Github repo.
| -rw-r--r-- | srfi-225.html | 2 |
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> |
