aboutsummaryrefslogtreecommitdiff
path: root/doc/pitfalls.rst
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-12-26 18:38:15 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-12-27 10:49:11 -0700
commit7053cad118529d9e02afb8887504709318f6faa3 (patch)
tree2280072912dcf4b85e0d6b4cc6b5d7fe91507402 /doc/pitfalls.rst
parentce75705c3f28711403df02c8cc787ec1d8d8ca54 (diff)
downloadconsfigurator-7053cad118529d9e02afb8887504709318f6faa3.tar.gz
doc/: fix some broken external links
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'doc/pitfalls.rst')
-rw-r--r--doc/pitfalls.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/pitfalls.rst b/doc/pitfalls.rst
index 73782b8..e5fab58 100644
--- a/doc/pitfalls.rst
+++ b/doc/pitfalls.rst
@@ -121,9 +121,9 @@ problem of files under ~/.cache/common-lisp. Secondly, there are unsolved
difficulties integrating it with some of Consfigurator's standard usage
patterns, such as calls to TRY-REGISTER-DATA-SOURCE which appear directly in
consfigs (STATIC-PROGRAM-OP tries to load up consfigs in another Lisp image
-without a way for us to bind *NO-DATA-SOURCES*). Thirdly, [CFFI currently
+without a way for us to bind *NO-DATA-SOURCES*). Thirdly, `CFFI currently
tries to reopen all shared libraries upon reinvocation regardless of the use
-of STATIC-PROGRAM-OP](https://github.com/cffi/cffi/pull/163). Finally, many
+of STATIC-PROGRAM-OP <https://github.com/cffi/cffi/pull/163>`_. Finally, many
builds of SBCL (including Debian's at the time of writing) can't get all the
way through STATIC-PROGRAM-OP without hacks like manually setting the
SBCL_HOME environment variable before starting the attempt.