diff options
-rw-r--r-- | grc/python/Platform.py | 2 |
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, |