refactor: Change link in asmxygen.py to Gitea
This commit is contained in:
parent
c0324e5907
commit
578eb6072c
@ -17,7 +17,7 @@ print_stats = False
|
||||
enable_warnings = True
|
||||
|
||||
# Constants
|
||||
link_root = "http://websvn.kolibrios.org/filedetails.php?repname=Kolibri+OS&path=/kernel/trunk"
|
||||
link_root = "https://git.kolibrios.org/KolibriOS/kolibrios/src/branch/main/kernel/trunk"
|
||||
|
||||
# fasm keywords
|
||||
keywords = [
|
||||
|
@ -17,7 +17,7 @@ print_stats = False
|
||||
enable_warnings = True
|
||||
|
||||
# Constants
|
||||
link_root = "http://websvn.kolibrios.org/filedetails.php?repname=Kolibri+OS&path=/kernel/trunk"
|
||||
link_root = "https://git.kolibrios.org/KolibriOS/kolibrios/src/branch/main/kernel/trunk"
|
||||
|
||||
# fasm keywords
|
||||
keywords = [
|
||||
|
@ -17,7 +17,7 @@ print_stats = False
|
||||
enable_warnings = True
|
||||
|
||||
# Constants
|
||||
link_root = "http://websvn.kolibrios.org/filedetails.php?repname=Kolibri+OS&path=/kernel/trunk"
|
||||
link_root = "https://git.kolibrios.org/KolibriOS/kolibrios/src/branch/main/kernel/trunk"
|
||||
|
||||
# fasm keywords
|
||||
keywords = [
|
||||
|
@ -1038,8 +1038,7 @@ def handle_file(handled_files, asm_file_name, subdir="."):
|
||||
get_declarations(asm_file_contents, asm_file_name)
|
||||
|
||||
if __name__ == "__main__":
|
||||
link_root = "http://websvn.kolibrios.org/filedetails.php"
|
||||
link_root += "?repname=Kolibri+OS&path=/kernel/trunk"
|
||||
link_root = "https://git.kolibrios.org/KolibriOS/kolibrios/src/branch/main/kernel/trunk"
|
||||
|
||||
# Dict where an identifier is assicoated with a string
|
||||
# The string contains characters specifying flags
|
||||
|
Loading…
Reference in New Issue
Block a user