Skip to content

Commit

Permalink
issue title
Browse files Browse the repository at this point in the history
  • Loading branch information
DominikPeters committed Jan 26, 2025
1 parent 4865e0b commit 50e7b95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
# vscode_link[int(number)] = f"{vscode_prefix}/{i}.yaml#L{lineno+1}"
# if int(number) - 1 in vscode_link:
# vscode_link[int(number) - 1] += f"-L{lineno}"
vscode_link[int(number)] = f"https://github.com/DominikPeters/hpmor.info/issues/new?assignees=&labels=note-proposal&projects=&template=note-proposal.yml&paragraph_number={number}&title=%5BNote+Proposal%5D+Chapter+{i}%2C"
vscode_link[int(number)] = f"https://github.com/DominikPeters/hpmor.info/issues/new?assignees=&labels=note-proposal&projects=&template=note-proposal.yml&paragraph_number={number}&title=Chapter+{i}"

def note2string(note):
if note["type"] == "reddit":
Expand Down

0 comments on commit 50e7b95

Please sign in to comment.