diff options
author | Clayton Smith <argilo@gmail.com> | 2020-10-03 14:41:18 -0400 |
---|---|---|
committer | Martin Braun <martin@gnuradio.org> | 2020-10-05 09:59:26 +0200 |
commit | 555c20317fe73e7956edb00fe1070db5e1374123 (patch) | |
tree | 2d0cfda6c016c5b73c75076f1009e6fe7e1b78c1 /grc/gui | |
parent | b360284d9b40799f1920929453e2db6e6384ae4e (diff) |
grc: update the "Get Involved" dialog
Diffstat (limited to 'grc/gui')
-rw-r--r-- | grc/gui/Dialogs.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/grc/gui/Dialogs.py b/grc/gui/Dialogs.py index 2c0f65fdc5..b6eed88532 100644 --- a/grc/gui/Dialogs.py +++ b/grc/gui/Dialogs.py @@ -338,11 +338,11 @@ def show_keyboard_shortcuts(parent): def show_get_involved(parent): """Get Involved Instructions""" markup = textwrap.dedent("""\ - <tt><b>Welcome to GNU Radio Community!</b></tt> + <b>Welcome to GNU Radio Community!</b> \n\ - <tt>For more details on contributing to GNU Radio and getting engaged with our great community visit </tt><a href="https://www.gnuradio.org/get-involved">here</a>. + For more details on contributing to GNU Radio and getting engaged with our great community visit <a href="https://wiki.gnuradio.org/index.php/HowToGetInvolved">here</a>. \n\ - <tt>You can also join our <a href="https://slack.gnuradio.org/">Slack Channel</a>, IRC Channel (#gnuradio) or contact through our <a href="https://lists.gnu.org/mailman/listinfo/discuss-gnuradio">mailing list(discuss-gnuradio)</a></tt>. + You can also join our <a href="https://chat.gnuradio.org/">Matrix chat server</a>, IRC Channel (#gnuradio) or contact through our <a href="https://lists.gnu.org/mailman/listinfo/discuss-gnuradio">mailing list (discuss-gnuradio)</a>. \ """) |