summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTech SOGEECOM <tech@sogeecom.org>2016-06-29 12:01:18 -0400
committerTech SOGEECOM <tech@sogeecom.org>2016-06-29 12:01:18 -0400
commiteedc5eef88f19e83581742d305af82ae27a6fad5 (patch)
tree6ee6c9f592af951335de847f8f09a962323453cb /README.md
parent0250f57b821619bba2cb25fdc16f90ac34cab2f0 (diff)
fix :key: in Gitlab markdown
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 695a824..6ad05de 100644
--- a/README.md
+++ b/README.md
@@ -23,7 +23,7 @@
* [apt::preseeded_package](#apt-preseeded_package)
* [apt::sources_list](#apt-sources_list)
* [apt::key](#apt-key)
- * [apt::key::plain](#apt-key-plain)
+ * [`apt::key::plain`](#apt-key-plain)
* [apt::upgrade_package](#apt-upgrade_package)
* [Resources](#ressources)
* [File\['apt_config'\]](#fileapt_config)
@@ -558,7 +558,7 @@ use `apt::key::plain`.
The `.gpg` extension is compulsory for `apt` to pickup the key properly.
-## apt::key::plain<a name="apt-key-plain"></a>
+## `apt::key::plain`<a name="apt-key-plain"></a>
Deploys a secure apt OpenPGP key. This usually accompanies the
sources.list snippets above for third party repositories. For example,