Skip to content

Commit

Permalink
fix: Docs links URL missing a letter
Browse files Browse the repository at this point in the history
  • Loading branch information
spalladino committed Mar 14, 2024
1 parent c653b9d commit 37bdc18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/preprocess/include_code.js
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ async function preprocessIncludeCode(markdownContent, filePath, rootDir) {
.replace(/^\//, "");
const urlText = `${relativeCodeFilePath}#L${startLine}-L${endLine}`;
const tag = process.env.COMMIT_TAG
? `aztec-packages-${process.env.COMMIT_TAG}`
? `aztec-packages-v${process.env.COMMIT_TAG}`
: "master";
const url = `https://github.com/AztecProtocol/aztec-packages/blob/${tag}/${urlText}`;

Expand Down

0 comments on commit 37bdc18

Please sign in to comment.