Skip to content

Commit ce12958

Browse files
willingcbrettcannon
authored andcommitted
Remove references to devguide source on hg.python.org (#20)
1 parent 5521522 commit ce12958

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

docquality.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ the main documentation.
8181

8282
To clone the Developer's Guide::
8383

84-
$ git clone https://hg.python.org/devguide.git
84+
$ git clone https://github.com/python/devguide
8585

8686
To build the devguide, you must have `Sphinx`_ installed. The devguide HTML
8787
can be built by running::

faq.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -367,9 +367,9 @@ to any remote repository. In ``.hg/hgrc`` file for the local repository, add
367367
or modify the following section::
368368

369369
[paths]
370-
default = ssh://[email protected]/devguide
370+
default = ssh://[email protected]/cpython
371371

372-
This example is for a local repository that mirrors the ``devguide`` repository
372+
This example is for a local repository that mirrors the ``cpython`` repository
373373
on ``hg.python.org``. The same approach works for other remote repositories.
374374

375375
Anywhere that ``<remote repository>`` is used in the commands in this
@@ -382,12 +382,12 @@ How do I create a shorthand alias for a remote repository?
382382
In your global ``.hgrc`` file add a section similar to the following::
383383

384384
[paths]
385-
dg = ssh://[email protected]/devguide
385+
c3 = ssh://[email protected]/cpython
386386

387-
This example creates a ``dg`` alias for the ``devguide`` repository
388-
on ``hg.python.org``. This allows "dg" to be entered instead of the
389-
full URL for commands taking a repository argument (e.g. ``hg pull dg`` or
390-
``hg outgoing dg``).
387+
This example creates a ``c3`` alias for the ``cpython`` repository
388+
on ``hg.python.org``. This allows "c3" to be entered instead of the
389+
full URL for commands taking a repository argument (e.g. ``hg pull c3`` or
390+
``hg outgoing c3``).
391391

392392
Anywhere that ``<remote repository>`` is used in the commands in this
393393
FAQ, ``hg`` should accept an alias in place of a complete remote URL.

0 commit comments

Comments
 (0)