From 7053cad118529d9e02afb8887504709318f6faa3 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sun, 26 Dec 2021 18:38:15 -0700 Subject: doc/: fix some broken external links Signed-off-by: Sean Whitton --- doc/pitfalls.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/pitfalls.rst') 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 `_. 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. -- cgit v1.2.3