From c350ab8df080e82fd8f6f942b1fb39ea78343e72 Mon Sep 17 00:00:00 2001 From: Tim Meusel Date: Thu, 7 Jan 2021 12:28:50 +0100 Subject: [PATCH] README.md: Add badges and fix links --- README.md | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 42c0ee3..8533e1d 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,12 @@ # puppet-nomad +[![Puppet Forge](https://img.shields.io/puppetforge/v/puppet/nomad.svg)](https://forge.puppetlabs.com/puppet/nomad) +[![Puppet Forge - downloads](https://img.shields.io/puppetforge/dt/puppet/nomad.svg)](https://forge.puppetlabs.com/puppet/nomad) +[![Puppet Forge - endorsement](https://img.shields.io/puppetforge/e/puppet/nomad.svg)](https://forge.puppetlabs.com/puppet/nomad) +[![Puppet Forge - scores](https://img.shields.io/puppetforge/f/puppet/nomad.svg)](https://forge.puppetlabs.com/puppet/nomad) +[![puppetmodule.info docs](http://www.puppetmodule.info/images/badge.png)](http://www.puppetmodule.info/m/puppet-nomad) +[![Apache-2.0 License](https://img.shields.io/github/license/voxpupuli/puppet-nomad.svg)](LICENSE) + ### What This Module Affects * Installs the nomad daemon (via url or package) @@ -14,12 +21,12 @@ See [REFERENCE](REFERENCE.md). ## Limitations -Depends on the JSON gem, or a modern ruby. (Ruby 1.8.7 is not officially supported) +Depends on the JSON gem, or a modern ruby. (Ruby 2.5 and newer are supported) ## Development -Open an [issue](https://github.com/dudemcbacon/puppet-nomad/issues) or -[fork](https://github.com/dudemcbacon/puppet-nomad/fork) and open a -[Pull Request](https://github.com/dudemcbacon/puppet-nomad/pulls) +Open an [issue](https://github.com/voxpupuli/puppet-nomad/issues) or +[fork](https://github.com/voxpupuli/puppet-nomad/fork) and open a +[Pull Request](https://github.com/voxpupuli/puppet-nomad/pulls) ## Acknowledgement