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:

  1. 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".

  2. 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:

<a href="https://github.com/spring-cloud/spring-cloud-openfeign/issues%5BGithub%5D">https://github.com/spring-cloud/spring-cloud-openfeign/issues[Github]</a>

This behavior leads to broken links and inconsistent text formatting in the documentation.

  1. 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.

Sample Steps to reproduce the issue: 1. Visit the Spring Cloud OpenFeign documentation. 2. Inspect the links under the "Community Support" section or the inline mention of "OpenFeign". 3. Observe the broken link formatting, incorrect URL behavior, and the typographical error in "Github".

Expected Behavior 1. Inline texts such as OpenFeign should render as proper links (e.g., OpenFeign). 2. The link in the "Community Support" section should point to the correct URL: https://github.com/spring-cloud/spring-cloud-openfeign/issues. 3. The term "Github" should be updated to "GitHub" in all occurrences within the documentation.

Environment - Version: Spring Cloud OpenFeign v4.2.0 - Documentation URL: Spring Cloud OpenFeign - Browsers Tested: Chrome, Safari

Comment From: OlgaMaciaszek

Thanks @limehee. I was able to confirm the issue. Will fix now.

Comment From: OlgaMaciaszek

Fixed with https://github.com/spring-io/spring-website-content/pull/153.