Skip to content

Commit

Permalink
Merge pull request #256 from jelaniwoods/replace-outdated-documentati…
Browse files Browse the repository at this point in the history
…on-link

Update outdated documentation link
  • Loading branch information
guilhermesad authored Dec 12, 2022
2 parents 70eba99 + 5557811 commit 0cc35cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RSpotify was designed with usability as its primary goal, so that you can forget

You can write things like `my_playlist.tracks.sort_by(&:popularity).last.album` without having to think which API calls must be done. RSpotify fills the gaps for you.

Below are some basic usage examples. Check the [documentation](http://rdoc.info/github/guilhermesad/rspotify/master/frames) for the complete reference.
Below are some basic usage examples. Check the [documentation](http://rubydoc.info/github/guilhermesad/rspotify/master/frames) for the complete reference.

```ruby
require 'rspotify'
Expand Down

0 comments on commit 0cc35cd

Please sign in to comment.