Correct asciidoc issues
authorJason Boyer <JBoyer@equinoxinitiative.org>
Wed, 25 Nov 2020 15:32:46 +0000 (10:32 -0500)
committerJason Boyer <JBoyer@equinoxinitiative.org>
Wed, 25 Nov 2020 15:42:10 +0000 (10:42 -0500)
The values for col need to be quoted and the [#..] anchor style
needs to be used in this fashion: [#..]#some phrase# while a simple
anchor is just [[..]].

Signed-off-by: Jason Boyer <JBoyer@equinoxinitiative.org>

docs/README.adoc
docs/modules/installation/pages/server_installation.adoc

index f57d03b..d25b17a 100644 (file)
@@ -32,7 +32,7 @@ $ nvm install --lts
 
 This tool does the rest of the work. You will be requried to supply these things:
 
-[cols=2*]
+[cols="2*"]
 |===
 
 |base-url
index 6bdd62d..474a97f 100644 (file)
@@ -78,7 +78,7 @@ before you can successfully configure, compile, and install Evergreen.
 make -f Open-ILS/src/extras/Makefile.install <osname>
 ------------------------------------------------------------------------------
 +
-[#optional_developer_additions]
+[[optional_developer_additions]]
 3. OPTIONAL: Developer additions
 +
 To perform certain developer tasks from a Git source code checkout, 
@@ -412,7 +412,7 @@ cp -b /openils/conf/action_trigger_filters.json.example /openils/conf/action_tri
 For more information about configuring and running action triggers, see
 xref:admin:actiontriggers_process.adoc#processing_action_triggers[Notifications / Action Triggers].
 
-[#creating_the_evergreen_database]
+[[creating_the_evergreen_database]]
 == Creating the Evergreen database ==
 
 === Setting up the PostgreSQL server ===