summary refs log tree commit diff
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
parent368abdee7869e99fa287ec2e6b099ee4584372e5 (diff)
downloadsrfi-214-00ee208d3ff194531576fa20e3cb0a4cd3bb5320.tar.gz
srfi-214-00ee208d3ff194531576fa20e3cb0a4cd3bb5320.tar.xz
srfi-214-00ee208d3ff194531576fa20e3cb0a4cd3bb5320.zip
more documentation fixes
-rw-r--r--README.org2
-rw-r--r--srfi-214.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.org b/README.org
index 62d5923..42beee2 100644
--- a/README.org
+++ b/README.org
@@ -10,7 +10,7 @@ This repository hosts [[https://srfi.schemers.org/srfi-214/][SRFI 214]]: Flexvec
 
 This SRFI is in /draft/ status.
 
-See also [[https://srfi.schemers.org/srfi-10/][SRFI 10: #, external form]], [[https://srfi.schemers.org/srfi-117/][SRFI 117: Queues based on lists]], [[https://srfi.schemers.org/srfi-125/][SRFI 125: Intermediate hash tables]], [[https://srfi.schemers.org/srfi-133/][SRFI 133: Vector Library (R7RS-compatible)]], [[https://srfi.schemers.org/srfi-134/][SRFI 134: Immutable Deques]], and [[https://srfi.schemers.org/srfi-158/][SRFI 158: Generators and Accumulators]].
+See also [[https://srfi.schemers.org/srfi-117/][SRFI 117: Queues based on lists]], [[https://srfi.schemers.org/srfi-125/][SRFI 125: Intermediate hash tables]], [[https://srfi.schemers.org/srfi-133/][SRFI 133: Vector Library (R7RS-compatible)]], [[https://srfi.schemers.org/srfi-134/][SRFI 134: Immutable Deques]], and [[https://srfi.schemers.org/srfi-158/][SRFI 158: Generators and Accumulators]].
 
 The full documentation for this SRFI can be found in the [[https://srfi.schemers.org/srfi-214/srfi-214.html][SRFI Document]].
 
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>