[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] [gnuradio] 02/03: grc: change url in about dialog to g
From: |
git |
Subject: |
[Commit-gnuradio] [gnuradio] 02/03: grc: change url in about dialog to gnuradio.org |
Date: |
Thu, 6 Aug 2015 00:39:05 +0000 (UTC) |
This is an automated email from the git hooks/post-receive script.
jcorgan pushed a commit to branch maint
in repository gnuradio.
commit 9187b64f292c6f8cefba309bd716792a2f6b06bd
Author: Sebastian Koslowski <address@hidden>
Date: Tue Aug 4 20:44:55 2015 +0200
grc: change url in about dialog to gnuradio.org
---
grc/python/Platform.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/grc/python/Platform.py b/grc/python/Platform.py
index 50a7915..feea81d 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,