diff options
author | Josh Blum | 2010-02-24 13:48:36 -0800 |
---|---|---|
committer | Josh Blum | 2010-02-24 13:48:36 -0800 |
commit | db29a2cfc18554ae0a3c55a4e13dc4cbfa86317f (patch) | |
tree | 9dd264033a14fae9ada7a65bf2b31d19583abc69 | |
parent | 48850cce5609941289c00fea9cd3493624bf7376 (diff) | |
download | gnuradio-db29a2cfc18554ae0a3c55a4e13dc4cbfa86317f.tar.gz gnuradio-db29a2cfc18554ae0a3c55a4e13dc4cbfa86317f.tar.bz2 gnuradio-db29a2cfc18554ae0a3c55a4e13dc4cbfa86317f.zip |
updated wiki url
-rw-r--r-- | grc/python/Platform.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/grc/python/Platform.py b/grc/python/Platform.py index bb56d361b..04db0b9b0 100644 --- a/grc/python/Platform.py +++ b/grc/python/Platform.py @@ -1,5 +1,5 @@ """ -Copyright 2008, 2009 Free Software Foundation, Inc. +Copyright 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Radio GNU Radio Companion is free software; you can redistribute it and/or @@ -64,7 +64,7 @@ class Platform(_Platform, _GUIPlatform): version=gr.version(), key='grc', license=__doc__.strip(), - website='http://gnuradio.org/trac/wiki/GNURadioCompanion', + website='http://gnuradio.org/redmine/wiki/gnuradio/GNURadioCompanion', block_paths=block_paths, block_dtd=BLOCK_DTD, default_flow_graph=DEFAULT_FLOW_GRAPH, |