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/installation.rst | 2 ++ doc/introduction.rst | 2 +- doc/pitfalls.rst | 4 ++-- 3 files changed, 5 insertions(+), 3 deletions(-) (limited to 'doc') diff --git a/doc/installation.rst b/doc/installation.rst index c71836c..d5c8f42 100644 --- a/doc/installation.rst +++ b/doc/installation.rst @@ -11,6 +11,8 @@ unstable`_, and the .deb there should work fine on Debian stable and testing, and derivatives like Ubuntu. After adding an apt source for unstable, if necessary, ``apt-get install cl-consfigurator/unstable``. +.. _Debian unstable: https://www.debian.org/doc/manuals/debian-faq/choosing.en.html + Quicklisp --------- diff --git a/doc/introduction.rst b/doc/introduction.rst index cbf09c1..8db1718 100644 --- a/doc/introduction.rst +++ b/doc/introduction.rst @@ -314,4 +314,4 @@ to a single, unnested Lisp-type connection). Additionally, after five years of using and extending Propellor, I've come to disagree with Joey about whether Haskell's type system helps or hinders using and extending Propellor. -.. Propellor_: https://propellor.branchable.com/ +.. _Propellor: https://propellor.branchable.com/ 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