diff options
author | Josh Cooper <josh@puppet.com> | 2018-11-26 15:41:32 -0800 |
---|---|---|
committer | Josh Cooper <josh@puppet.com> | 2018-11-26 15:41:32 -0800 |
commit | a9ec2c6819b546ccc088930ec54c069acb9e38b9 (patch) | |
tree | 268842eadf57d0143f67ec9179c407f042825280 | |
parent | b51bd4961934fe0dc50f91955be02df6ee3711a2 (diff) | |
download | puppet-sshkeys_core-a9ec2c6819b546ccc088930ec54c069acb9e38b9.tar.gz puppet-sshkeys_core-a9ec2c6819b546ccc088930ec54c069acb9e38b9.tar.bz2 |
Refer to local reference instead of type reference
See MODULES-8182.
Also refer to github project page instead of README.md.
-rw-r--r-- | README.md | 4 | ||||
-rw-r--r-- | metadata.json | 2 |
2 files changed, 2 insertions, 4 deletions
@@ -35,11 +35,9 @@ sshkey { 'github.com': } ``` -More details can be found in the `REFERENCE.md` file. - ## Reference -Please see `REFERENCE.md` for the reference documentation. +Please see [`REFERENCE.md`](REFERENCE.md) for the reference documentation. This module is documented using Puppet Strings. diff --git a/metadata.json b/metadata.json index 6affd91..2c64f32 100644 --- a/metadata.json +++ b/metadata.json @@ -5,7 +5,7 @@ "summary": "Manage SSH authorized keys, and known hosts.", "license": "Apache-2.0", "source": "https://github.com/puppetlabs/puppetlabs-sshkeys_core", - "project_page": "https://github.com/puppetlabs/puppetlabs-sshkeys_core/blob/master/README.md", + "project_page": "https://github.com/puppetlabs/puppetlabs-sshkeys_core", "issues_url": "https://tickets.puppetlabs.com/project/MODULES", "dependencies": [ |