updated wiki url
authorJosh Blum <josh@joshknows.com>
Wed, 24 Feb 2010 21:48:36 +0000 (13:48 -0800)
committerJosh Blum <josh@joshknows.com>
Wed, 24 Feb 2010 21:48:36 +0000 (13:48 -0800)
grc/python/Platform.py

index bb56d361b5296406c9186086b05f4f6c39a32837..04db0b9b02803b435438b98f08ae6cfefc95530a 100644 (file)
@@ -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,