doc: updated git url, now using gitea over gogs

This commit is contained in:
Mathew Guest 2024-11-16 03:16:04 -07:00
parent adbae0074c
commit f0a4bdbced
2 changed files with 2 additions and 2 deletions

@ -84,7 +84,7 @@ EOF
Clone the repo:
```commandline
git clone https://git-mirror.zavage.net/zavage-software/app_skellington.git
git clone https://git-repos.zavage.net/zavage-software/app_skellington.git
```
Install pre-commit hooks:

@ -176,7 +176,7 @@ class CommandTree:
registered_name = cmd_name
_bootstrap_logger.info("registered command: %s", registered_name)
# end copy-paste then editted from SubMenu.register_command
# end copy-paste then edited from SubMenu.register_command
self._cmd_tree_is_single_command = True
self._single_command = cmd