summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2022-12-12 16:10:13 -0700
committerDan Allen <dan.j.allen@gmail.com>2022-12-12 16:10:40 -0700
commit85ad26031491b7b3587465dc72507616cdcbb8d7 (patch)
tree88578d20a2e5f223431b0369b86d57a2daf66190
parentce2317ee664d27af222ccb16b5ca0ef68ece8bc8 (diff)
fix typo in link to contributing guide
-rw-r--r--docs/modules/ROOT/pages/install.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/modules/ROOT/pages/install.adoc b/docs/modules/ROOT/pages/install.adoc
index 632131ca..2aa970b6 100644
--- a/docs/modules/ROOT/pages/install.adoc
+++ b/docs/modules/ROOT/pages/install.adoc
@@ -40,7 +40,7 @@ Once you make this change, all your Unicode headaches will be behind you.
Asciidoctor PDF (gem: *asciidoctor-pdf*, command: `asciidoctor-pdf`) is published as a RubyGem to the rubygems.org software registry.
You install Asciidoctor PDF from that registry using the RubyGem management tools provided by Ruby (`bundle` or `gem`).
-Alternately, you can {url-project-repo}/blob/main/CONTRIBUTING-CODE.adocl[build and install Asciidoctor PDF from source^].
+Alternately, you can {url-project-repo}/blob/main/CONTRIBUTING-CODE.adoc[build and install Asciidoctor PDF from source^].
Refer to the table below for instructions on how to install Asciidoctor PDF.
If you use Bundler to manage your gems in a [.path]_Gemfile_, add the entry listed in the *Bundler* column.