diff options
-rw-r--r-- | README.md | 8 | ||||
-rw-r--r-- | metadata.json | 1 |
2 files changed, 5 insertions, 4 deletions
@@ -4,9 +4,9 @@ #### Table of Contents 1. [Description](#description) -3. [Reference](#reference) -4. [Limitations - OS compatibility, etc.](#limitations) -5. [Development - Guide for contributing to the module](#development) +2. [Reference](#reference) +3. [Limitations - OS compatibility, etc.](#limitations) +4. [Development - Guide for contributing to the module](#development) ## Description @@ -14,7 +14,7 @@ Install and manage `cron` resources. ## 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 0764db6..bfe4c87 100644 --- a/metadata.json +++ b/metadata.json @@ -5,6 +5,7 @@ "summary": "Install and manage cron resources.", "license": "Apache-2.0", "source": "https://github.com/puppetlabs/puppetlabs-cron_core", + "project_page": "https://github.com/puppetlabs/puppetlabs-cron_core", "issues_url": "https://tickets.puppetlabs.com/projects/MODULES", "dependencies": [ |