Skip to content

Commit f92af00

Browse files
committed
📝 Improve documentation
1 parent 914da26 commit f92af00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,7 @@ These extensions work regardless of whether you used the global or discrete conf
540540

541541
There are a few hacks you may need in your class to support Ruby < 2.4.2 or < 2.6.
542542
They are likely not needed if you are on a newer Ruby.
543-
See `response_spec.rb` if you need to study the hacks for older Rubies.
543+
See [response_spec.rb](https://github.com/oauth-xx/oauth2/blob/main/spec/oauth2/response_spec.rb) if you need to study the hacks for older Rubies.
544544

545545
```ruby
546546
class MySnakyHash < SnakyHash::StringKeyed
@@ -596,7 +596,7 @@ class MySnakyHash < SnakyHash::StringKeyed
596596
end
597597
```
598598

599-
See `response_spec.rb`, or the [oauth-xx/snaky_hash](https://gitlab.com/oauth-xx/snaky_hash) gem for more ideas.
599+
See [response_spec.rb](https://github.com/oauth-xx/oauth2/blob/main/spec/oauth2/response_spec.rb), or the [oauth-xx/snaky_hash](https://gitlab.com/oauth-xx/snaky_hash) gem for more ideas.
600600

601601
#### What if I hate snakes and/or indifference?
602602

0 commit comments

Comments
 (0)