Skip to content

Commit b118635

Browse files
committed
Replace http:....roundup-tracker.org with https. Also fix wiki links.
1 parent 428c172 commit b118635

File tree

9 files changed

+12
-12
lines changed

9 files changed

+12
-12
lines changed

RELEASE.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,9 @@ Roundup release checklist:
8989
9090
16. Refresh website.
9191
website/README.txt
92-
http://www.roundup-tracker.org/ should state that the stable
92+
https://www.roundup-tracker.org/ should state that the stable
9393
version is the one that you released.
94-
http://www.roundup-tracker.org/docs.html should also match the
94+
https://www.roundup-tracker.org/docs.html should also match the
9595
released version (or at least the major non pre-release
9696
1.x/2.x version).
9797

detectors/README.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ work out of the box. If you find them out of date and have patches to
1010
make them work against newer versions of roundup, please open an issue
1111
at:
1212

13-
http://issues.roundup-tracker.org
13+
https://issues.roundup-tracker.org
1414

1515
The current inventory is:
1616

doc/FAQ.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ I want to link version identifiers from my messages to svn/mercurial/git
170170

171171
See: the LinkFormatingExample at:
172172

173-
http://www.roundup-tracker.org/cgi-bin/moin.cgi/LinkFormattingExample?highlight=%28local%5C_replace%29
173+
https://wiki.roundup-tracker.org/LinkFormattingExample?highlight=%28local%5C_replace%29
174174

175175
There are examples in the devel and responsive templates. Search for
176176
LocalReplace to find the extension file and the change that has to be

doc/admin_guide.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ listing, in order to maintain internal consistency of its data. It is a
200200
relatively simple exercise to update this listing on a regular basis, or on
201201
demand, so that it matches an external listing (eg.
202202
:ref:`unix passwd file<external-authentication>`,
203-
`LDAP <http://www.roundup-tracker.org/cgi-bin/moin.cgi/LDAPLogin>`_, etc.)
203+
`LDAP <https://wiki.roundup-tracker.org/LDAPLogin>`_, etc.)
204204

205205
Roundup identifies users in a number of ways:
206206

doc/announcement.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ I'm proud to release version 2.0.0 of the Roundup issue tracker
22
which has been possible due to the help of several contributors. This
33
release contains some major changes, so make sure to read
44
`docs/upgrading.txt
5-
<http://www.roundup-tracker.org/docs/upgrading.html>`_ to bring
5+
<https://www.roundup-tracker.org/docs/upgrading.html>`_ to bring
66
your tracker up to date.
77

88
There are special directions for those using mysql backend.
@@ -73,7 +73,7 @@ To give Roundup a try, just download (see below), unpack and run::
7373
Release info and download page:
7474
https://pypi.org/project/roundup
7575
Source and documentation is available at the website:
76-
http://roundup-tracker.org/
76+
https://roundup-tracker.org/
7777
Mailing lists - the place to ask questions:
7878
https://sourceforge.net/p/roundup/mailman/
7979

doc/developers.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Most small changes can be submitted as patches through the
9797
Source Repository Access
9898
------------------------
9999

100-
See http://www.roundup-tracker.org/code.html.
100+
See https://www.roundup-tracker.org/code.html.
101101
For all other questions ask on the development mailinglist.
102102

103103

doc/index.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Roundup: an Issue-Tracking System for Knowledge Workers
33
=======================================================
44

5-
For how to contact the community see http://www.roundup-tracker.org .
5+
For how to contact the community see https://www.roundup-tracker.org .
66

77
Contents
88
========

doc/installation.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ Getting Roundup
155155
and if it runs you may skip the `Basic Installation Steps`_
156156
below and go straight to `configuring your first tracker`_.
157157

158-
Download the latest version from http://www.roundup-tracker.org/.
158+
Download the latest version from https://www.roundup-tracker.org/.
159159

160160
For The Really Impatient
161161
========================

doc/upgrading.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,7 @@ E.G. If your class does a setlabelprop("foo") you must include "foo"
490490
in the properties list even if the class has name or title properties.
491491

492492
See:
493-
http://www.roundup-tracker.org/docs/customizing.html#setlabelprop-property
493+
https://www.roundup-tracker.org/docs/customizing.html#setlabelprop-property
494494
for further details on the labelprop.
495495

496496
If you don't do this, you will find that multilinks (and possibly
@@ -2723,7 +2723,7 @@ and modify it according to your local schema changes.
27232723

27242724
If you need help with the new templating system, please ask questions on the
27252725
roundup-users mailing list (available through the roundup web page on
2726-
sourceforge, http://www.roundup-tracker.org/.
2726+
sourceforge, https://www.roundup-tracker.org/.
27272727

27282728

27292729
0.5.0 Detectors

0 commit comments

Comments
 (0)