Skip to content

Commit 964353e

Browse files
authored
Copy editing and fixing some links
1 parent 6cc1803 commit 964353e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ This is an implementation of the [Resource API](https://github.com/puppetlabs/pu
1010

1111
## Related Documents
1212

13-
* The [Resource API](https://github.com/puppetlabs/puppet-specifications/blob/master/language/resource-api/README.md) describes details of all the capabilities of this gem.
14-
* The [hue_rsapi module](https://github.com/da-ar/hue_rsapi) is a very simple example for using the Resource API for remote resources.
13+
* The [Resource API specs](https://github.com/puppetlabs/puppet-specifications/blob/master/language/resource-api/README.md) describes details of all the capabilities of this gem.
14+
* The [puppetlabs-hue module](https://github.com/puppetlabs/puppetlabs-hue) is a very simple example for using the Resource API for remote resources.
1515
* The [meraki module](https://github.com/meraki/puppet-module) is a full example for using the Resource API for remote resources.
1616
* This [Introduction to Testing Puppet Modules](https://www.netways.de/index.php?id=3445#c44135) talk describes rspec usage in more detail.
1717
* The [RSpec docs](https://relishapp.com/rspec) provide an overview of the capabilities of rspec.
@@ -311,9 +311,9 @@ module Puppet::Util::NetworkDevice::Device_type
311311
end
312312
```
313313

314-
##Summary
314+
## Summary
315315

316-
###Getting Started
316+
### Getting Started
317317
1. Download the [Puppet Development Kit](https://puppet.com/download-puppet-development-kit).
318318
2. Create a [new module](https://puppet.com/docs/pdk/latest/pdk_generating_modules.html) by running `pdk new module <MODULE_NAME>`.
319319
3. Open `.sync.yml` and add the follwing code to to add the `puppet-resource-api` gem:

0 commit comments

Comments
 (0)