aboutsummaryrefslogtreecommitdiff
path: root/doc/pitfalls.rst
diff options
context:
space:
mode:
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.