Skip to content

Commit 793683b

Browse files
Work around GH change
1 parent 07607fa commit 793683b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

message-index/404.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
const otherSince = "VERSION%20IN%20WHICH%20THE%20ERROR%20CODE%20WAS%20INTRODUCED";
1414
const since = messageNum.substring(0, 4) == "GHC-" ? ghcSince : otherSince;
1515
const defaultContents = "---%0Atitle%3A%20SHORT%20TITLE%0Asummary%3A%20ONE%20SENTENCE%20SUMMARY%0Aintroduced%3A%20" + since + "%0Aseverity%3A%20CHOOSE%20ONE%3A%20warning%20error%0A---%0A%0APlease%20describe%20the%20meaning%20of%20the%20error%20here%2C%20formatted%20in%20Markdown.";
16-
const contribURL = "https://github.com/haskellfoundation/error-message-index/new/main/message-index/messages/" + messageNum + "/new?filename=index.md&value=" + defaultContents;
16+
const contribURL = "https://github.com/haskellfoundation/error-message-index/new/main/message-index/messages/" + messageNum + "/?filename=index.md&value=" + defaultContents;
1717

1818
const firstPara = "<p>Message <code>" + messageNum + "</code> is not yet documented here.</p>";
1919
const secondPara "<p>You can help out by documenting it. There are two ways to get started:</p>";

0 commit comments

Comments
 (0)