Skip to content
This repository was archived by the owner on Feb 1, 2023. It is now read-only.

Commit 8a6fb0a

Browse files
committed
some https for trac links
1 parent 078f931 commit 8a6fb0a

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

src/doc/en/developer/git_trac.rst

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ Collaborative Development with Git-Trac
99
Sometimes you will only want to work on local changes to Sage, for
1010
your own private needs. However, typically it is beneficial to
1111
share code and ideas with others; the manner in which the
12-
`Sage project <http://sagemath.org>`_ does this (as well as fixing
12+
`Sage project <https://www.sagemath.org>`_ does this (as well as fixing
1313
bugs and upgrading components) is in a very collaborative and
14-
public setting on `the Sage Trac server <http://trac.sagemath.org>`_
14+
public setting on `the Sage Trac server <https://trac.sagemath.org>`_
1515
(the Sage bug and enhancement tracker).
1616

1717
One can use ``git`` :ref:`the hard way <chapter-manual-git>` for this,
@@ -71,10 +71,10 @@ Git and Trac Configuration
7171

7272
.. NOTE::
7373

74-
* `trac <http://trac.sagemath.org>`_ uses username/password for
74+
* `trac <https://trac.sagemath.org>`_ uses username/password for
7575
authentication.
7676

77-
* Our `git repository server <http://git.sagemath.org>`_ uses SSH
77+
* Our `git repository server <https://git.sagemath.org>`_ uses SSH
7878
public key authentication for write access.
7979

8080
You need to set up both authentication mechanisms to be able to upload
@@ -84,8 +84,8 @@ to the Sage directory and tell ``git trac`` about your trac account::
8484

8585
[user@localhost sage]$ git trac config --user USERNAME --pass 'PASSWORD'
8686
Trac xmlrpc URL:
87-
http://trac.sagemath.org/xmlrpc (anonymous)
88-
http://trac.sagemath.org/login/xmlrpc (authenticated)
87+
https://trac.sagemath.org/xmlrpc (anonymous)
88+
https://trac.sagemath.org/login/xmlrpc (authenticated)
8989
realm sage.math.washington.edu
9090
Username: USERNAME
9191
Password: PASSWORD
@@ -165,7 +165,7 @@ want to add it to Sage. You would first open a ticket for that::
165165
[user@localhost sage]$ git trac create 'Last Twin Prime'
166166
Remote branch: u/user/last_twin_prime
167167
Newly-created ticket number: 12345
168-
Ticket URL: http://trac.sagemath.org/12345
168+
Ticket URL: https://trac.sagemath.org/12345
169169
Local branch: t/12345/last_twin_prime
170170

171171
This will create a new trac ticket titled "Last Twin Prime" with a
@@ -190,7 +190,7 @@ Check out an Existing Ticket
190190
----------------------------
191191

192192
Alternatively, you can use the `web interface to the Sage trac
193-
development server <http://trac.sagemath.org>`_ to open a new ticket.
193+
development server <https://trac.sagemath.org>`_ to open a new ticket.
194194
Just log in and click on "Create Ticket".
195195

196196
Or maybe somebody else already opened a ticket. Then, to get a suitable
@@ -266,7 +266,7 @@ done by::
266266
Changing the trac "Branch:" field...
267267

268268
This uploads your changes to a remote branch on the `Sage git server
269-
<http://git.sagemath.org/sage.git>`_. The ``git trac`` command uses
269+
<https://git.sagemath.org/sage.git>`_. The ``git trac`` command uses
270270
the following logic to find out the remote branch name:
271271

272272
* By default, the remote branch name will be whatever is already on
@@ -567,7 +567,7 @@ For an explanation of what should be checked by the reviewer, see
567567
:ref:`chapter-review`.
568568

569569
If you go to the `web interface to the Sage trac development server
570-
<http://trac.sagemath.org>`_ then you can click on the "Branch:" field and see
570+
<https://trac.sagemath.org>`_ then you can click on the "Branch:" field and see
571571
the code that is added by combining all commits of the ticket. This is what
572572
needs to be reviewed.
573573

src/doc/en/developer/trac.rst

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The Sage Trac Server
77
====================
88

99
All changes to Sage source code have to go through the `Sage Trac
10-
development server <http://trac.sagemath.org>`_. The purpose
10+
development server <https://trac.sagemath.org>`_. The purpose
1111
of the Sage trac server is to
1212

1313
1. Provide a place for discussion on issues and store a permanent
@@ -17,15 +17,15 @@ of the Sage trac server is to
1717

1818
3. Link these two together.
1919

20-
There is also a `wiki <http://trac.sagemath.org/wiki>`_ for more general
20+
There is also a `wiki <https://trac.sagemath.org/wiki>`_ for more general
2121
organizational web pages, like Sage development workshops.
2222

2323
Thus if you find a bug in Sage, if you have new code to submit, want
2424
to review new code already written but not yet included in Sage, or if
2525
you have corrections for the documentation, you should post on the
2626
trac server. Items on the server are called *tickets*, and anyone may
2727
search or browse the tickets. For a list of recent changes, just visit
28-
the `Sage trac timeline <http://trac.sagemath.org/timeline>`_.
28+
the `Sage trac timeline <https://trac.sagemath.org/timeline>`_.
2929

3030
.. _section-trac-account:
3131

@@ -131,7 +131,7 @@ Linking your Public Key to your Trac Account
131131
The Sage trac server needs to know one of your public keys. You can
132132
upload it in the preferences, that is
133133

134-
1. Go to http://trac.sagemath.org
134+
1. Go to https://trac.sagemath.org
135135

136136
2. Log in with your trac username/password
137137

@@ -174,14 +174,14 @@ If you think you have found a bug in Sage, here is the procedure:
174174
- Search through our Google groups for postings related to your possible bug (it
175175
may have been fixed/reported already):
176176

177-
* ``sage-devel``: `<http://groups.google.com/group/sage-devel>`_
178-
* ``sage-support``: `<http://groups.google.com/group/sage-support>`_
177+
* ``sage-devel``: `<https://groups.google.com/group/sage-devel>`_
178+
* ``sage-support``: `<https://groups.google.com/group/sage-support>`_
179179

180180
Similarly, you can search :ref:`chapter-sage-trac` to see if anyone else has
181181
opened a ticket about your bug.
182182

183183
- If you do not find anything, and you are not sure that you have found a bug,
184-
ask about it on `sage-devel <http://groups.google.com/group/sage-devel>`_. A
184+
ask about it on `sage-devel <https://groups.google.com/group/sage-devel>`_. A
185185
bug report should contain:
186186

187187
- An explicit and **reproducible example** illustrating your bug (and/or the
@@ -381,7 +381,7 @@ new branch on the trac ticket. The following are some other relevant
381381
issues:
382382

383383
* The Patch buildbot wil automatically test your ticket. See `the
384-
patchbot wiki <http://wiki.sagemath.org/buildbot>`_ for more
384+
patchbot wiki <https://wiki.sagemath.org/buildbot>`_ for more
385385
information about its features and limitations. Make sure that you
386386
look at the log, especially if the patch buildbot did not give you
387387
the green blob.

0 commit comments

Comments
 (0)