Skip to content

Commit

Permalink
Fix links to ghstack (#100)
Browse files Browse the repository at this point in the history
It only exists on `github.com` but not other github URLs
  • Loading branch information
ppwwyyxx committed Apr 28, 2022
1 parent 1ef3d73 commit 16fd53f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ghstack/submit.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def strip_mentions(body: str) -> str:
return RE_MENTION.sub(r'\1', body)


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


@dataclass
Expand Down

0 comments on commit 16fd53f

Please sign in to comment.