Skip to content

Commit 16fd53f

Browse files
authored
Fix links to ghstack (ezyang#100)
It only exists on `github.com` but not other github URLs
1 parent 1ef3d73 commit 16fd53f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ghstack/submit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ def strip_mentions(body: str) -> str:
100100
return RE_MENTION.sub(r'\1', body)
101101

102102

103-
STACK_HEADER = "Stack from [ghstack](https://{github_url}/ezyang/ghstack) (oldest at bottom)"
103+
STACK_HEADER = "Stack from [ghstack](https://github.com/ezyang/ghstack) (oldest at bottom)"
104104

105105

106106
@dataclass

0 commit comments

Comments
 (0)