diff options
author | Tim Smith <tsmith@chef.io> | 2018-09-14 11:30:10 -0700 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2018-09-14 11:30:10 -0700 |
commit | 6bef9594f0b1c022e4e5ebbabec645c71a75e4ae (patch) | |
tree | 78a08084f66c1b9649e476c2f68726aeff83f13e | |
parent | 06ebe288b280360638987a5d46e708a675a1ae30 (diff) | |
download | ohai-6bef9594f0b1c022e4e5ebbabec645c71a75e4ae.tar.gz |
Readme tweaks + Bump to 14.5bump
I forgot to tag the last PR for a version bump. This is 99.99% an excuse
to tag a PR
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -11,7 +11,7 @@ Ohai will print out a JSON data blob for all the known data about your system. W Chef distributes ohai as a RubyGem. This README is for developers who want to modify the Ohai source code. For users who want to write plugins for Ohai, see the docs: - General documentation: <https://docs.chef.io/ohai.html> -- Custom plugin documentation: <https://docs.chef.io/ohai_custom.html> +- Writing Ohai Plugins documentation: <https://docs.chef.io/ohai_custom.html> ## Development Environment: @@ -70,7 +70,7 @@ For information on contributing to this project see <https://github.com/chef/che Ohai - system information application - Author:: Adam Jacob ([adam@chef.io](mailto:adam@chef.io)) -- Copyright:: Copyright (c) 2008-2016 Chef Software, Inc. +- Copyright:: Copyright (c) 2008-2018 Chef Software, Inc. - License:: Apache License, Version 2.0 ```text |