Skip to content

Commit

Permalink
Fix broken links in cppref embeds
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy-rifkin committed Jul 31, 2023
1 parent 8a813a4 commit 1ecc010
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/cppref.ts
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ export default class Cppref extends BotComponent {
if(header_part.endsWith(".h")) {
return header;
} else {
return `[${header}](en.cppreference.com/w/cpp/header/${header_part}.html)`;
return `[${header}](https://en.cppreference.com/w/cpp/header/${header_part}.html)`;
}
}
}

0 comments on commit 1ecc010

Please sign in to comment.