aboutsummaryrefslogtreecommitdiff
path: root/doc
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
parentce75705c3f28711403df02c8cc787ec1d8d8ca54 (diff)
downloadconsfigurator-7053cad118529d9e02afb8887504709318f6faa3.tar.gz
doc/: fix some broken external links
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'doc')
-rw-r--r--doc/installation.rst2
-rw-r--r--doc/introduction.rst2
-rw-r--r--doc/pitfalls.rst4
3 files changed, 5 insertions, 3 deletions
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 <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.