hwi / HWIOAuthBundle

OAuth client integration for Symfony. Supports both OAuth1.0a and OAuth2.
MIT License
2.27k stars 799 forks source link

Invalid documentation path of the current version 1.4 #1903

Closed wassimbenr closed 2 years ago

wassimbenr commented 2 years ago
Q A
Bug? no
New Feature? no
Support question? no
Version 1.4

Actual Behavior

What is the actual behavior? -> When clicking on "1.4" in order to check the documentation of the current version, an error message is shown "The 'hwi/HWIOAuthBundle' repository doesn't contain the 'docs/1-setting_up_the_bundle.md' path in '1.4'."

Expected Behavior

What is the behavior you expect? ->Redirection to the actual documentation of this version.

Steps to Reproduce

What are the steps to reproduce this bug? Please add code examples, screenshots or links to GitHub repositories that reproduce the problem. -> link : https://github.com/hwi/HWIOAuthBundle/blob/1.4/docs/1-setting_up_the_bundle.md

Possible Solutions

If you have already ideas how to solve the issue, add them here. (remove this section if not needed) -> the step to reproduce this bug is simply changing the current path with a valid one, which is the following: "https://github.com/hwi/HWIOAuthBundle/blob/1.4/Resources/doc/index.md"

stloyd commented 2 years ago

Fixed by #1909.