Gitea: use full URL for referencing pull requests

For easy clicking in commit logs.

Pull Request: https://projects.blender.org/blender/blender/pulls/105493
This commit is contained in:
Brecht Van Lommel 2023-03-07 13:21:51 +01:00 committed by Brecht Van Lommel
parent a668e3b73a
commit 4eb88bca58
2 changed files with 2 additions and 2 deletions

@ -2,4 +2,4 @@ ${CommitTitle}
${CommitBody}
Pull Request #${PullRequestIndex}
Pull Request: https://projects.blender.org/blender/blender/pulls/${PullRequestIndex}

@ -1,3 +1,3 @@
${PullRequestTitle}
Pull Request #${PullRequestIndex}
Pull Request: https://projects.blender.org/blender/blender/pulls/${PullRequestIndex}