summary refs log tree commit diff
path: root/srfi-214.html
diff options
context:
space:
mode:
authorAdam R. Nelson <adam@nels.onl>2021-03-11 22:47:35 -0500
committerArthur A. Gleckler <srfi@speechcode.com>2021-03-11 21:00:45 -0800
commit00ee208d3ff194531576fa20e3cb0a4cd3bb5320 (patch)
treee195ac8627bb47478618d66855c92683dc5e6bf1 /srfi-214.html
parent368abdee7869e99fa287ec2e6b099ee4584372e5 (diff)
downloadsrfi-214-00ee208d3ff194531576fa20e3cb0a4cd3bb5320.tar.gz
srfi-214-00ee208d3ff194531576fa20e3cb0a4cd3bb5320.tar.xz
srfi-214-00ee208d3ff194531576fa20e3cb0a4cd3bb5320.zip
more documentation fixes
Diffstat (limited to 'srfi-214.html')
-rw-r--r--srfi-214.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/srfi-214.html b/srfi-214.html
index 2341c60..9c4af53 100644
--- a/srfi-214.html
+++ b/srfi-214.html
@@ -400,7 +400,7 @@ zot
 <p><code>(generator-&gt;flexvector gen)</code></p>

 <p>Creates a flexvector containing all elements produced by the <a target="_blank" href="https://srfi.schemers.org/srfi-158/srfi-158.html">SRFI 158</a> generator <code>gen</code>.</p>

 <h2 id="implementation">Implementation</h2>

-<p><a target="_blank" href="https://github.com/ar-nelson/scheme-flexvectors">A sample implementation is available on GitHub.</a> The sample implementation supports Gauche, Sagittarius, and Chibi, and includes a test suite.</p>

+<p><a target="_blank" href="https://github.com/scheme-requests-for-implementation/srfi-214">A sample implementation is available on GitHub.</a> The sample implementation supports Gauche, Sagittarius, and Chibi, and includes a test suite.</p>

 <h2 id="acknowledgements">Acknowledgements</h2>

 <p>Thanks to the authors of <a target="_blank" href="https://srfi.schemers.org/srfi-133/srfi-133.html">SRFI 133</a> (John Cowan, and, transitively, Taylor Campbell), on whose work this SRFI is based. Much of the language in this SRFI was copied directly from 133 with only minor changes.</p>

 <h2 id="copyright">Copyright</h2>