README.md in mellon-1.1.1 vs README.md in mellon-1.2.0
- old
+ new
@@ -30,11 +30,11 @@
See instructions over at [econfig-keychain](https://github.com/elabs/econfig-keychain).
# Documentation
-An API reference can be found at [rdoc.info/github/elabs/mellon](http://rdoc.info/github/elabs/mellon/master/frames).
+An API reference can be found at [rubydoc.info/github/elabs/mellon](http://www.rubydoc.info/github/elabs/mellon/).
## Mellon::Keychain
Mellon::Keychain allows you to read and write notes in OSX keychains.
@@ -44,11 +44,11 @@
keychain["ruby note"] = "Hello from Ruby!" # creates keychain note `ruby note`
keychain["ruby note"] # => "Hello from Ruby!"
keychain["ruby note"] = nil # deletes keychain note `ruby note`
```
-More documentation can be found at the [API reference for Mellon::Keychain](http://rdoc.info/github/elabs/mellon/master/Mellon/Keychain).
+More documentation can be found at the [API reference for Mellon::Keychain](http://www.rubydoc.info/github/elabs/mellon/Mellon/Keychain).
## Mellon::Store
Mellon::Store is a layer above Mellon::Keychain, allowing you to use a single keychain note as hash storage. Notes are serialized as YAML by default.
@@ -61,11 +61,11 @@
# Have a peek at the data, which is serialized as YAML
store.keychain[store.project_name] # => "---\nsome key: Hello from Ruby!\n"
```
-More documentation can be found at the [API reference for Mellon::Store](http://rdoc.info/github/elabs/mellon/master/Mellon/Store).
+More documentation can be found at the [API reference for Mellon::Store](http://www.rubydoc.info/github/elabs/mellon/Mellon/Store).
## Command-line interface
When you install the Mellon gem you also get an executable called `mellon`. See `mellon -h` for usage information.
@@ -73,7 +73,7 @@
[See LICENSE](./LICENSE).
[Elabs]: http://www.elabs.se/
[elabs logo]: ./elabs-logo.png?raw=true
-[Mellon::Keychain]: #mellon-keychain
-[Mellon::Store]: #mellon-store
+[Mellon::Keychain]: #mellonkeychain
+[Mellon::Store]: #mellonstore