README.md in intercom-3.5.23 vs README.md in intercom-3.5.24
- old
+ new
@@ -20,16 +20,16 @@
gem install intercom
Using bundler:
- gem 'intercom', '~> 3.5.23'
+ gem 'intercom', '~> 3.5.24'
## Basic Usage
### Configure your client
-> If you already have a personal access token you can find it [here](https://app.intercom.io/a/apps/_/settings/personal-access-token). If you want to create or learn more about personal access tokens then you can find more info [here](https://developers.intercom.io/docs/personal-access-tokens).
+> If you already have a personal access token you can find it [here](https://app.intercom.io/developers/_/access-token). If you want to create or learn more about personal access tokens then you can find more info [here](https://developers.intercom.io/docs/personal-access-tokens).
```ruby
# With an OAuth or Personal Access token:
intercom = Intercom::Client.new(token: 'my_token')
```