lostisland / faraday

Simple, but flexible HTTP client library, with support for multiple backends.
https://lostisland.github.io/faraday
MIT License
5.72k stars 972 forks source link

docs link fixed #1432

Closed hirotoKirimaru closed 2 years ago

hirotoKirimaru commented 2 years ago

Description

a docs page's anchor link ,customized, can't transfer next page.

https://lostisland.github.io/faraday/middleware/url-encoded

before clicking on the anchor link. image

after clicking on the anchor link. image

URL is https://lostisland.github.io/faraday/usage/customize/#changing-how-parameters-are-serialized. but correct URL is https://lostisland.github.io/faraday/usage/customize#changing-how-parameters-are-serialized.

image

Todos

List any remaining work that needs to be done, i.e:

Additional Notes

I tested local Jekyll server. but local jekyll server works correctly before the PR.

I'm sorry, I don't know the PR is correct.