README.md in platform-api-0.2.0 vs README.md in platform-api-0.3.0
- old
+ new
@@ -79,10 +79,10 @@
```ruby
require 'platform-api'
heroku = PlatformAPI.connect_oauth('e7dd6ad7-3c6a-411e-a2be-c9fe52ac7ed2')
```
-The [OAuth article]()https://devcenter.heroku.com/articles/oauth has more information about OAuth tokens, including how to
+The [OAuth article](https://devcenter.heroku.com/articles/oauth) has more information about OAuth tokens, including how to
create tokens with specific scopes.
Now let's create an app:
```ruby