Replace baseURL links in kb-chaoss-community.md with Hugo ref syntax#31
Replace baseURL links in kb-chaoss-community.md with Hugo ref syntax#31santhosh-7777 wants to merge 1 commit into
Conversation
Signed-off-by: santhosh teja piridi <santhosh.piridi123@gmail.com>
|
Hi @MoralCode , I have completed the initial validation update for kb-chaoss-community.md by replacing the selected internal {{ baseURL }} links with Hugo ref syntax as discussed in #29. |
|
im seeing errors when trying to build the site locally with I think it may be worth looking at the docs to see if the ref tag is expecting the path to the underlying markdown file for the page, or the public-facing url to it (these two arent always the same) We also havent migrated over any of the KB pages yet (the majority of the links here seem to be going to kbtopic pages). See #25 for the discussion on migrating the knowledgebase content (although thats going to be a very technical topic and not one id recommend for a first-time contributor |
This PR updates internal content links in
kb-chaoss-community.mdto use Hugorefsyntax instead of{{ baseURL }}references.Changes were intentionally limited to a small validation scope as discussed in #29, to confirm the migration strategy works consistently before applying broader repository wide replacements.