Skip to content

Commit

Permalink
feat: make urls clickable in github action logs (#2754)
Browse files Browse the repository at this point in the history
With the colon joined to the url , clicking resulted in the wrong link
  • Loading branch information
c-git authored Dec 30, 2024
1 parent 048473a commit 6b2cdd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/site/src/link_checking.rs
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ pub fn check_external_links(site: &Site) -> Vec<String> {

for (page_path, link, check_res) in errors {
messages.push(format!(
"Broken link in {} to {}: {}",
"Broken link in {} to {} : {}",
page_path.to_string_lossy(),
link,
link_checker::message(&check_res)
Expand Down

0 comments on commit 6b2cdd8

Please sign in to comment.