mirror of
https://github.com/status-im/Vulkan-Docs.git
synced 2025-01-13 07:24:11 +00:00
Merge pull request #783 from krOoze/fix_gh_link_script
Fix special characters in GitHub contacts links (fix PR #770)
This commit is contained in:
commit
9e51f57289
@ -254,7 +254,7 @@ class Extension:
|
||||
if handle.startswith('gitlab:'):
|
||||
prettyHandle = 'icon:gitlab[alt=GitLab, role="red"]' + handle.replace('gitlab:@', '')
|
||||
elif handle.startswith('@'):
|
||||
trackerLink = 'https://github.com/KhronosGroup/Vulkan-Docs/issues/new?title=' + self.name + ':%20&body=' + handle + '%20'
|
||||
trackerLink = 'link:++https://github.com/KhronosGroup/Vulkan-Docs/issues/new?title=' + self.name + ':%20&body=' + handle + '%20++'
|
||||
prettyHandle = trackerLink + '[icon:github[alt=GitHub, role="black"]' + handle[1:] + ']'
|
||||
else:
|
||||
prettyHandle = handle
|
||||
|
Loading…
x
Reference in New Issue
Block a user