Skip to content

Commit d3620b1

Browse files
committed
Changed references to http://issues.roundup-tracker.org to https now
that the site is TLS enabled.
1 parent e4f7fa2 commit d3620b1

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

doc/FAQ.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ I'm getting infinite redirects in the browser
199199
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
200200

201201
A wrong value for the ``tracker`` -> ``web`` setting may also result in
202-
infinite redirects, see http://issues.roundup-tracker.org/issue2537286
202+
infinite redirects, see https://issues.roundup-tracker.org/issue2537286
203203

204204

205205
How is sorting performed, and why does it seem to fail sometimes?

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494

9595
# List of patterns, relative to source directory, that match files and
9696
# directories to ignore when looking for source files.
97-
# see http://issues.roundup-tracker.org/issue2550907:
97+
# see https://issues.roundup-tracker.org/issue2550907:
9898
exclude_patterns = ['_build',
9999
'announcement.txt', 'whatsnew-0.7.txt', 'whatsnew-0.8.txt',
100100
'security.txt' ]

doc/developers.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ All development is coordinated through two resources:
2323
- roundup-devel mailing list at
2424
http://lists.sourceforge.net/mailman/listinfo/roundup-devel
2525
- The issue tracker running at
26-
http://issues.roundup-tracker.org/
26+
https://issues.roundup-tracker.org/
2727

2828
Website, wiki
2929
-------------
@@ -48,7 +48,7 @@ The machine is operated by Upfronthosting in South Africa. The meta
4848
tracker is http://psf.upfronthosting.co.za/roundup/meta/
4949
In this tracker, Upfronthosting people are the users izak and roche.
5050

51-
The Roundup tracker http://issues.roundup-tracker.org/ is in
51+
The Roundup tracker https://issues.roundup-tracker.org/ is in
5252
~roundup/trackers/roundup
5353

5454
The configuration is in the "website/issues" section of Roundup's
@@ -423,7 +423,7 @@ At run time, Roundup automatically compiles message catalogs whenever
423423
.. _gettext module: https://docs.python.org/2/library/gettext.html
424424
.. _GNU: http://www.gnu.org/
425425
.. _GNU mirror sites: http://www.gnu.org/prep/ftp.html
426-
.. _issue tracker: http://issues.roundup-tracker.org/
426+
.. _issue tracker: https://issues.roundup-tracker.org/
427427
.. _Lokalize: Lokalize
428428
.. _KDE: http://www.kde.org/
429429
.. _linux: https://www.linux.org/

doc/installation.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ you get the error message::
4747

4848
you need to install a 32 bit version of python. The 64 bit versions
4949
use a different registry key that the installer doesn't detect. See:
50-
http://issues.roundup-tracker.org/issue2550718 for details.
50+
https://issues.roundup-tracker.org/issue2550718 for details.
5151

5252
Optional Components
5353
===================

doc/mysql.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ etc.) and force the tracker to use it by setting the ``indexer``
4141
setting in the tracker's ``config.ini``.
4242

4343
This fix was supplied by telsch. See issue
44-
http://issues.roundup-tracker.org/issue2550743 for further info or if
44+
https://issues.roundup-tracker.org/issue2550743 for further info or if
4545
you are interested in developing a patch to roundup to help work
4646
around this issue.
4747

doc/user_guide.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -778,7 +778,7 @@ and feed it to roundup-admin on standard input. E.G.
778778

779779
cat init_tracker | roundup-admin -i tracker_dir
780780

781-
(for more details see http://issues.roundup-tracker.org/issue2550789.)
781+
(for more details see https://issues.roundup-tracker.org/issue2550789.)
782782

783783
Using with the shell
784784
--------------------

0 commit comments

Comments
 (0)