@@ -9,9 +9,9 @@ Collaborative Development with Git-Trac
99Sometimes you will only want to work on local changes to Sage, for
1010your own private needs. However, typically it is beneficial to
1111share 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
1313bugs 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
1717One 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
8080You 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
171171This will create a new trac ticket titled "Last Twin Prime" with a
@@ -190,7 +190,7 @@ Check out an Existing Ticket
190190----------------------------
191191
192192Alternatively, 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.
194194Just log in and click on "Create Ticket".
195195
196196Or 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
268268This 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
270270the 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
569569If 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
571571the code that is added by combining all commits of the ticket. This is what
572572needs to be reviewed.
573573
0 commit comments