README.md in vertica-1.0.0 vs README.md in vertica-1.0.1
- old
+ new
@@ -27,10 +27,12 @@
- Compatibility is tested with Vertica 7.x community edition. Vertica versions 4.x, 5.x,
and 6.x worked with at some point with this gem, but compatibility is no longer tested.
## Usage
+See the [API Documentation](http://www.rubydoc.info/gems/vertica) for a full reference of the API. Examples of basic use cases are below
+
### Connecting
The `Vertica.connect` methods takes keyword arguments and returns a connection
instance. For most options, the gem will use a default value if no value is provided.
@@ -168,10 +170,10 @@
* [Erik Selin](https://github.com/tyro89) contributor
### See also
* [Website](http://vanbergen.org/vertica)
-* [API Documentation](http://www.rubydoc.info/gems/vertica/frames)
+* [API Documentation](http://www.rubydoc.info/gems/vertica)
* [Vertica documentation](https://my.vertica.com/docs/7.1.x/HTML/index.htm)
* [sequel-vertica](https://github.com/camilo/sequel-vertica): Sequel integration
* [newrelic-vertica](https://github.com/wvanbergen/newrelic-vertica): NewRelic monitoring of queries
* [node-vertica](https://github.com/wvanbergen/node-vertica): node.js Vertica driver