diff options
| author | Josh Cooper <josh@puppet.com> | 2018-11-26 15:11:13 -0800 |
|---|---|---|
| committer | Josh Cooper <josh@puppet.com> | 2018-11-26 15:33:59 -0800 |
| commit | 525274766fb901c92e5b3ab6bf6467ca3d6f1e7b (patch) | |
| tree | c75ea56f33370d327dea3877f777cb5e072ff38f | |
| parent | f422279080ae4361d2b29451d49a482b2d54c8af (diff) | |
| download | puppet-hosts_core-525274766fb901c92e5b3ab6bf6467ca3d6f1e7b.tar.gz puppet-hosts_core-525274766fb901c92e5b3ab6bf6467ca3d6f1e7b.tar.bz2 | |
Refer to local reference instead of type reference
Also remove redundant `Usage` section. See MODULES-8182.
| -rw-r--r-- | README.md | 8 | ||||
| -rw-r--r-- | metadata.json | 2 |
2 files changed, 3 insertions, 7 deletions
@@ -4,7 +4,7 @@ #### Table of Contents 1. [Description](#description) -2. [Usage - Configuration options and additional functionality](#usage) +2. [Reference](#reference) 3. [Development - Guide for contributing to the module](#development) ## Description @@ -24,13 +24,9 @@ host { 'localhost': } ``` -## Usage - -For details on usage, please see [the host puppet docs](https://puppet.com/docs/puppet/latest/types/host.html). - ## 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 3dc1dd7..87ae6a2 100644 --- a/metadata.json +++ b/metadata.json @@ -5,7 +5,7 @@ "summary": "Installs and manages host entries", "license": "Apache-2.0", "source": "https://github.com/puppetlabs/puppetlabs-host_core", - "project_page": "https://github.com/puppetlabs/puppetlabs-host_core/blob/master/README.md", + "project_page": "https://github.com/puppetlabs/puppetlabs-host_core", "issues_url": "https://tickets.puppetlabs.com/projects/MODULES", "dependencies": [ |
