From 0e9aec4fbdae8fbf6c53aa5deb28cebc43523553 Mon Sep 17 00:00:00 2001
From: Clayton Smith <argilo@gmail.com>
Date: Sun, 28 Oct 2018 20:02:01 -0400
Subject: Update links to https://www.gnuradio.org

---
 grc/core/Config.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'grc/core/Config.py')

diff --git a/grc/core/Config.py b/grc/core/Config.py
index 4accb74c63..34e3c7e208 100644
--- a/grc/core/Config.py
+++ b/grc/core/Config.py
@@ -27,7 +27,7 @@ from . import Constants
 class Config(object):
     name = 'GNU Radio Companion (no gui)'
     license = __doc__.strip()
-    website = 'http://gnuradio.org'
+    website = 'https://www.gnuradio.org/'
 
     hier_block_lib_dir = os.environ.get('GRC_HIER_PATH', Constants.DEFAULT_HIER_BLOCK_LIB_DIR)
 
-- 
cgit v1.2.3