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
Describe the bug
When viewing the documentation for Spring Cloud OpenFeign v4.2.0 on Spring Cloud OpenFeign, the following issues with link rendering and typographical errors have been observed:
Link Rendering Issue:
Inline link texts are not rendered correctly. For example, the text "OpenFeign" is displayed as https://github.com/OpenFeign/feign[OpenFeign] instead of the expected clickable link or plain text "OpenFeign".
Incorrect Link Behavior:
Under the "Community Support" section, the first bullet point:
You can report issues through https://github.com/spring-cloud/spring-cloud-openfeign/issues[Github].
incorrectly links to https://github.com/spring-cloud/spring-cloud-openfeign/issues%5BGithub%5D instead of https://github.com/spring-cloud/spring-cloud-openfeign/issues. The rendered HTML appears as:
This behavior leads to broken links and inconsistent text formatting in the documentation.
Typographical Error:
The term "Github" is used in multiple places within the documentation. The correct spelling is "GitHub" (capitalized "H"). For example, in the bullet point:
You can report issues through https://github.com/spring-cloud/spring-cloud-openfeign/issues[Github].
The term "Github" should be updated to "GitHub" to align with the official spelling.
Describe the bug
When viewing the documentation for Spring Cloud OpenFeign v4.2.0 on Spring Cloud OpenFeign, the following issues with link rendering and typographical errors have been observed:
Link Rendering Issue:
Inline link texts are not rendered correctly. For example, the text "OpenFeign" is displayed as https://github.com/OpenFeign/feign[OpenFeign] instead of the expected clickable link or plain text "OpenFeign".
Incorrect Link Behavior:
Under the "Community Support" section, the first bullet point:
incorrectly links to
https://github.com/spring-cloud/spring-cloud-openfeign/issues%5BGithub%5D
instead ofhttps://github.com/spring-cloud/spring-cloud-openfeign/issues
. The rendered HTML appears as:This behavior leads to broken links and inconsistent text formatting in the documentation.
The term "Github" is used in multiple places within the documentation. The correct spelling is "GitHub" (capitalized "H"). For example, in the bullet point:
The term "Github" should be updated to "GitHub" to align with the official spelling.
Sample
Steps to reproduce the issue:
Expected Behavior
OpenFeign
should render as proper links (e.g.,OpenFeign
).https://github.com/spring-cloud/spring-cloud-openfeign/issues
.Environment
The text was updated successfully, but these errors were encountered: