mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-08 14:18:26 +02:00
Fix GitHub links in commented configuration
Hyperlink GitHub related text roles: iss, pull, disc
This commit is contained in:
@@ -14,7 +14,7 @@ def find_explicit_targets(text: str) -> Iterator[str]:
|
||||
|
||||
|
||||
def main() -> Dict[str, str]:
|
||||
refs = {'github_discussions': 'https://github.com/kovidgoyal/kitty/discussions'}
|
||||
refs = {}
|
||||
base = os.path.dirname(os.path.abspath(__file__))
|
||||
for dirpath, dirnames, filenames in os.walk(base):
|
||||
if 'generated' in dirnames:
|
||||
|
||||
Reference in New Issue
Block a user