summaryrefslogtreecommitdiff
path: root/grc/python/Platform.py
diff options
context:
space:
mode:
authorSebastian Koslowski <koslowski@kit.edu>2015-08-04 20:44:55 +0200
committerSebastian Koslowski <koslowski@kit.edu>2015-08-04 20:44:55 +0200
commit8be14adbb966c1643884e7f414cca39d537a4eb5 (patch)
treeaa4a07e61b3dde01735f011013ef106ce43dac74 /grc/python/Platform.py
parent911d1dd42079ce35bbfe27fc298b22e6bc537434 (diff)
grc: change url in about dialog to gnuradio.org
Diffstat (limited to 'grc/python/Platform.py')
-rw-r--r--grc/python/Platform.py2
1 files changed, 1 insertions, 1 deletions
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,