@@ -49,15 +49,15 @@ GitHub
4949^^^^^^
5050.. highlight :: bash
5151
52- Here are the basic steps needed to get :ref: `set up <setup >` and contribute a
52+ Here are the basic steps needed to get :ref: `set up <setup-jy >` and contribute a
5353patch. This is meant as a checklist, once you know the basics. For complete
54- instructions please see the :ref: `setup guide <setup >`.
54+ instructions please see the :ref: `setup guide <setup-jy >`.
5555
56- 1. Install and set up :ref: `Git <vcsetup >` and other dependencies
57- (see the :ref: `Get Setup <setup >` page for detailed information).
56+ 1. Install and set up :ref: `Git <vcsetup-jy >` and other dependencies
57+ (see the :ref: `Get Setup <setup-jy >` page for detailed information).
5858
59592. Fork `the Jython repository <https://github.com/jython/jython >`_
60- to your GitHub account and :ref: `get the source code <checkout >` using::
60+ to your GitHub account and :ref: `get the source code <checkout-jy >` using::
6161
6262 git clone https://github.com/<your_username>/jython
6363
@@ -67,23 +67,21 @@ instructions please see the :ref:`setup guide <setup>`.
6767
6868 issued in the base check-out directory.
6969 The built application will be in subdirectory ``dist``.
70- See also :ref:`more detailed instructions <compiling>`,
71- :ref:`how to build dependencies <build-dependencies>`, and the
72- plaform-specific pages for :ref:`UNIX <unix-compiling>`,
73- and :ref:`Windows <windows-compiling>`.
70+ See also :ref:`more detailed instructions <compiling-jy>`,
71+ and :ref:`how to build dependencies <build-dependencies-jy>`.
7472
75734. :doc: `Run the tests <runtests >`::
7674
7775 dist/bin/jython -m test -e
7876
79- With Jython 2.7, replace ``test`` with ``test.regrtest``.
77+ (for Jython 3). With Jython 2.7, replace ``test`` with ``test.regrtest``.
8078
81795. Create a new branch where your work for the issue will go, e.g.::
8280
8381 git checkout -b fix-issue-12345 master
8482
8583 If an issue does not already exist, please `create it
86- <https://bugs.python .org/>`_. Trivial issues (e.g. typo fixes) do not
84+ <https://bugs.jpython .org/>`_. Trivial issues (e.g. typo fixes) do not
8785 require any issue to be created.
8886
89876. Once you fixed the issue, run the tests, and if
@@ -205,12 +203,12 @@ Guide for contributing to Jython:
205203 * Fixing issues found by the :doc: `buildbots <buildbots_jy >`
206204 * :doc: `fixingissues `
207205* :ref: `tracker ` and :ref: `helptriage `
208- * :doc: `triaging `
206+ * :doc: `triaging_jy `
209207 * :doc: `experts `
210208* :doc: `communication `
211209* :doc: `coredev `
212- * :doc: `committing `
213210 * :doc: `committing_hg_jy `
211+ * :doc: `committing `
214212 * :doc: `devcycle `
215213 * :doc: `buildbots_jy `
216214* :doc: `gitbootcamp `
0 commit comments