diff options
Diffstat (limited to 'srfi-214.html')
-rw-r--r-- | srfi-214.html | 2 |
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->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> |