[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] [gnuradio] 04/05: grc: change url in about dialog to g
From: |
git |
Subject: |
[Commit-gnuradio] [gnuradio] 04/05: grc: change url in about dialog to gnuradio.org |
Date: |
Wed, 5 Aug 2015 15:27:38 +0000 (UTC) |
This is an automated email from the git hooks/post-receive script.
jcorgan pushed a commit to branch master
in repository gnuradio.
commit 8be14adbb966c1643884e7f414cca39d537a4eb5
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,