aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClayton Smith <argilo@gmail.com>2018-10-28 20:02:01 -0400
committerClayton Smith <argilo@gmail.com>2018-10-28 20:02:01 -0400
commit0e9aec4fbdae8fbf6c53aa5deb28cebc43523553 (patch)
tree184a00c9c7c5ca5fd8408a92f4a0e3d8cbf88e50
parentqtgui: SLOT/SIGNALS signed -> unsigned (diff)
downloadgnuradio-0e9aec4fbdae8fbf6c53aa5deb28cebc43523553.tar.xz
gnuradio-0e9aec4fbdae8fbf6c53aa5deb28cebc43523553.zip
Update links to https://www.gnuradio.org
-rw-r--r--README.md8
-rw-r--r--docs/doxygen/other/main_page.dox4
-rw-r--r--docs/doxygen/other/usage.dox2
-rw-r--r--gr-digital/examples/packet/README2
-rw-r--r--gr-trellis/examples/python/README2
-rw-r--r--grc/core/Config.py2
6 files changed, 10 insertions, 10 deletions
diff --git a/README.md b/README.md
index 0c620e4a5..1d54bc56b 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@
[![Build](https://shield.lwan.ws/img/p5UKbS/weekly_runner)](https://ci.gnuradio.org/buildbot/#/)
![Version](https://img.shields.io/github/tag/gnuradio/gnuradio.svg)
[![AUR](https://img.shields.io/aur/license/yaourt.svg)](https://github.com/gnuradio/gnuradio/blob/master/COPYING)
-[![Docs](https://img.shields.io/badge/docs-doxygen-orange.svg)](https://gnuradio.org/doc/doxygen/)
+[![Docs](https://img.shields.io/badge/docs-doxygen-orange.svg)](https://www.gnuradio.org/doc/doxygen/)
GNU Radio is a free & open-source software development toolkit that
provides signal processing blocks to implement software radios. It can
@@ -15,7 +15,7 @@ environment. It is widely used in hobbyist, academic, and commercial
environments to support both wireless communications research and real-world
radio systems.
-Please visit the GNU Radio website at https://gnuradio.org/ and the
+Please visit the GNU Radio website at https://www.gnuradio.org/ and the
wiki at https://wiki.gnuradio.org/. Bugs and feature requests are
tracked on GitHub's [Issue Tracker](https://github.com/gnuradio/gnuradio/issues).
If you have questions about GNU Radio, please search the **discuss-gnuradio**
@@ -72,11 +72,11 @@ instructions are duplicated below.
### Manual Source Build
Complete build instructions are detailed in the
-[GNU Radio Build Guide](https://gnuradio.org/doc/doxygen/build_guide.html).
+[GNU Radio Build Guide](https://www.gnuradio.org/doc/doxygen/build_guide.html).
Abbreviated instructions are duplicated below.
1. Ensure that you have satisfied the external dependencies, see
-[GNU Radio Dependencies](https://gnuradio.org/doc/doxygen/build_guide.html).
+[GNU Radio Dependencies](https://www.gnuradio.org/doc/doxygen/build_guide.html).
2. Checkout the latest code:
```
diff --git a/docs/doxygen/other/main_page.dox b/docs/doxygen/other/main_page.dox
index fede4524f..f824ae88c 100644
--- a/docs/doxygen/other/main_page.dox
+++ b/docs/doxygen/other/main_page.dox
@@ -14,11 +14,11 @@
<H1> Welcome to GNU Radio! </H1>
For details about GNU Radio and using it, please see the
-<a href="http://gnuradio.org" target="_blank"><b>main project page</b></a>.
+<a href="https://www.gnuradio.org/" target="_blank"><b>main project page</b></a>.
Other information about the project and discussion about GNU Radio,
software radio, and communication theory in general can be found at
-the <a href="http://www.gnuradio.org/blog" target="_blank"><b>GNU Radio blog</b></a>.
+the <a href="https://www.gnuradio.org/blog/" target="_blank"><b>GNU Radio blog</b></a>.
This manual is split into two parts: A usage manual and a reference. The usage manual
deals with concepts of GNU Radio, introductions, how to build GNU Radio etc.
diff --git a/docs/doxygen/other/usage.dox b/docs/doxygen/other/usage.dox
index 2df378c67..d0872c0a0 100644
--- a/docs/doxygen/other/usage.dox
+++ b/docs/doxygen/other/usage.dox
@@ -9,7 +9,7 @@
/*! \page page_usage Usage Manual
-Note: Once built, check out <a href="http://gnuradio.org" target="_blank">gnuradio.org</a> for
+Note: Once built, check out <a href="https://www.gnuradio.org/" target="_blank">gnuradio.org</a> for
more tutorials on using the software system and examples.
<b>Getting Started</b>
diff --git a/gr-digital/examples/packet/README b/gr-digital/examples/packet/README
index 6051c1110..6614bb293 100644
--- a/gr-digital/examples/packet/README
+++ b/gr-digital/examples/packet/README
@@ -1,3 +1,3 @@
See the Packet Communications page in the GNU Radio manual.
-http://gnuradio.org/doc/doxygen
+https://www.gnuradio.org/doc/doxygen/
diff --git a/gr-trellis/examples/python/README b/gr-trellis/examples/python/README
index 8b4e0f0ab..fe9aee4da 100644
--- a/gr-trellis/examples/python/README
+++ b/gr-trellis/examples/python/README
@@ -1,6 +1,6 @@
Here we have several test programs for use with the gr-trellis implementation.
Documentation can be found in
-http://gnuradio.org/doc/doxygen/group__trellis__coding__blk.html
+https://www.gnuradio.org/doc/doxygen/group__trellis__coding__blk.html
fsm_files is a directory with some FSM definitions
diff --git a/grc/core/Config.py b/grc/core/Config.py
index 4accb74c6..34e3c7e20 100644
--- a/grc/core/Config.py
+++ b/grc/core/Config.py
@@ -27,7 +27,7 @@ from . import Constants
class Config(object):
name = 'GNU Radio Companion (no gui)'
license = __doc__.strip()
- website = 'http://gnuradio.org'
+ website = 'https://www.gnuradio.org/'
hier_block_lib_dir = os.environ.get('GRC_HIER_PATH', Constants.DEFAULT_HIER_BLOCK_LIB_DIR)