diff options
| -rw-r--r-- | python/make_release.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/make_release.py b/python/make_release.py index 40a1fd4..26534ae 100644 --- a/python/make_release.py +++ b/python/make_release.py @@ -19,7 +19,7 @@ import tempfile import webbrowser URLS = { - "CI": "https://github.com/GjjvdBurg/SyncRNG", + "CI": "https://github.com/GjjvdBurg/SyncRNG/actions", } |
