README.md: Link website and blog#2233
Conversation
There was a problem hiding this comment.
Code Review
This pull request updates the README.md file by renaming the 'Documentation' section to 'Website and Documentation' and adding links to the project's website and blog. The reviewer suggested using descriptive markdown links instead of raw URLs to improve consistency and accessibility.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
| - Website: <https://bootc.dev> | ||
| - Blog: <https://bootc.dev/blog> | ||
| - Project documentation: <https://bootc-dev.github.io/bootc/> |
There was a problem hiding this comment.
For consistency with the rest of the document and better accessibility, it is recommended to use descriptive markdown links instead of displaying raw URLs.
| - Website: <https://bootc.dev> | |
| - Blog: <https://bootc.dev/blog> | |
| - Project documentation: <https://bootc-dev.github.io/bootc/> | |
| - [Website](https://bootc.dev) | |
| - [Blog](https://bootc.dev/blog) | |
| - [Project documentation](https://bootc-dev.github.io/bootc/) |
We realized "bootc blog" has low Google-juice, and think cross-linking will help. Signed-off-by: Colin Walters <walters@verbum.org>
We realized "bootc blog" has low Google-juice, and think cross-linking will help.