From 8be14adbb966c1643884e7f414cca39d537a4eb5 Mon Sep 17 00:00:00 2001
From: Sebastian Koslowski <koslowski@kit.edu>
Date: Tue, 4 Aug 2015 20:44:55 +0200
Subject: grc: change url in about dialog to gnuradio.org

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

(limited to 'grc/python/Platform.py')

diff --git a/grc/python/Platform.py b/grc/python/Platform.py
index 50a79157a6..feea81dae1 100644
--- a/grc/python/Platform.py
+++ b/grc/python/Platform.py
@@ -48,7 +48,7 @@ class Platform(_Platform, _GUIPlatform):
             version=(gr.version(), gr.major_version(), gr.api_version(), gr.minor_version()),
             key='grc',
             license=__doc__.strip(),
-            website='http://gnuradio.org/redmine/wiki/gnuradio/GNURadioCompanion',
+            website='http://gnuradio.org/',
             block_paths=BLOCKS_DIRS,
             block_dtd=BLOCK_DTD,
             default_flow_graph=DEFAULT_FLOW_GRAPH,
-- 
cgit v1.2.3