From cf34ccf71023458814d78368fcb2b0a9af2e3245 Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Fri, 15 Jan 2021 16:55:04 +0000 Subject: update CI link in release script --- python/make_release.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", } -- cgit v1.2.3