Skip to content

Commit 314c148

Browse files
committed
Update link in comments
1 parent 6c9f047 commit 314c148

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

gitfx/lang_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python3
22
# coding=utf-8
3-
# https://github.com/gitx-io/GitFx
3+
# https://github.com/gitfx/GitFx
44

55
"""Detect and get language version if exists."""
66

gitfx/parse_funcs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python3
22
# coding=utf-8
3-
# https://github.com/gitx-io/GitFx
3+
# https://github.com/gifx/GitFx
44

55
"""Parse function code to get function info."""
66

gitfx/run_funcs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python3
22
# coding=utf-8
3-
# https://github.com/gitx-io/GitFx
3+
# https://github.com/gitfx/GitFx
44

55
"""The main program to run functions."""
66

0 commit comments

Comments
 (0)