README.md in r509-ca-http-0.3.0 vs README.md in r509-ca-http-0.3.1
- old
+ new
@@ -84,10 +84,10 @@
## certificate\_authorities (config.yaml)
You use the ```config.yaml``` file to specify information about your certificate authority. You can operate multiple certificate authorities, each of which can have multiple profiles, with one instance of r509-ca-http.
-Information about how to construct the YAML can be found at [the official r509 documentation](https://github.com/reaperhulk/r509).
+Information about how to construct the YAML can be found at [the official r509 documentation](https://github.com/r509/r509).
## Middleware (config.ru)
Running r509-ca-http will let you issue and revoke certificates. But that's not everything you need to do, if you're going to run a CA. You're going to need information about validity, and you may want to save a record of issued certificates to the filesystem.