You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -540,7 +540,7 @@ These extensions work regardless of whether you used the global or discrete conf
540
540
541
541
There are a few hacks you may need in your class to support Ruby < 2.4.2 or < 2.6.
542
542
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.
544
544
545
545
```ruby
546
546
classMySnakyHash < SnakyHash::StringKeyed
@@ -596,7 +596,7 @@ class MySnakyHash < SnakyHash::StringKeyed
596
596
end
597
597
```
598
598
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.
0 commit comments