README.md in hellosign-ruby-sdk-3.3.0 vs README.md in hellosign-ruby-sdk-3.4.0
- old
+ new
@@ -1,9 +1,9 @@
# HelloSign Ruby SDK
In addition to this readme, checkout our quickstart guide here:
-https://www.hellosign.com/api/gettingStarted#QuickStart
+https://app.hellosign.com/api/documentation#QuickStart
## Installation
Add this line to your application's Gemfile:
@@ -13,11 +13,11 @@
$ bundle
## Configuration
-Create a config block. At a minimum you'll want to set your [API Key](https://www.hellosign.com/home/myAccount/current_tab/integrations#api) but depending on your usage you'll possibly
-want to set your app's [Client ID](https://www.hellosign.com/oauth/createAppForm) and [Client Secret](https://www.hellosign.com/oauth/createAppForm). In Rails you can place it in `config/initializers/hello_sign.rb`
+Create a config block. At a minimum you'll want to set your [API Key](https://app.hellosign.com/home/myAccount/current_tab/integrations#api) but depending on your usage you'll possibly
+want to set your app's [Client ID](https://app.hellosign.com/oauth/createAppForm) and [Client Secret](https://app.hellosign.com/oauth/createAppForm). In Rails you can place it in `config/initializers/hello_sign.rb`
```ruby
require 'hello_sign'
HelloSign.configure do |config|
config.api_key = 'api_key'