diff --git a/docs/faq/contributing.txt b/docs/faq/contributing.txt
index 81c06f3..2cf4ddd 100644
a
|
b
|
How can I get started contributing code to Django?
|
5 | 5 | -------------------------------------------------- |
6 | 6 | |
7 | 7 | Thanks for asking! We've written an entire document devoted to this question. |
8 | | It's titled :doc:`Contributing to Django </internals/contributing>`. |
| 8 | It's titled :doc:`Contributing to Django </internals/contributing/index>`. |
9 | 9 | |
10 | 10 | I submitted a bug fix in the ticket system several weeks ago. Why are you ignoring my patch? |
11 | 11 | -------------------------------------------------------------------------------------------- |
diff --git a/docs/internals/svn.txt b/docs/internals/svn.txt
index 58cabd1..b499386 100644
a
|
b
|
the ``django`` module within your checkout.
|
86 | 86 | If you're going to be working on Django's code (say, to fix a bug or |
87 | 87 | develop a new feature), you can probably stop reading here and move |
88 | 88 | over to :doc:`the documentation for contributing to Django |
89 | | </internals/contributing>`, which covers things like the preferred |
| 89 | </internals/contributing/index>`, which covers things like the preferred |
90 | 90 | coding style and how to generate and submit a patch. |
91 | 91 | |
92 | 92 | |
diff --git a/docs/ref/contrib/webdesign.txt b/docs/ref/contrib/webdesign.txt
index d355d03..ded878d 100644
a
|
b
|
developers).
|
13 | 13 | |
14 | 14 | At present, the package contains only a single template tag. If you have ideas |
15 | 15 | for Web-designer-friendly functionality in Django, please |
16 | | :doc:`suggest them </internals/contributing>`. |
| 16 | :doc:`suggest them </internals/contributing/index>`. |
17 | 17 | |
18 | 18 | Template tags |
19 | 19 | ============= |
diff --git a/docs/releases/1.0-alpha-1.txt b/docs/releases/1.0-alpha-1.txt
index 82846be..2b6d5cd 100644
a
|
b
|
to join the discussions there.
|
154 | 154 | Django's online documentation also includes pointers on how to |
155 | 155 | contribute to Django: |
156 | 156 | |
157 | | :doc:`contributing to Django </internals/contributing>` |
| 157 | :doc:`contributing to Django </internals/contributing/index>` |
158 | 158 | |
159 | 159 | Contributions on any level -- developing code, writing |
160 | 160 | documentation or simply triaging tickets and helping to test proposed |
diff --git a/docs/releases/1.0-alpha-2.txt b/docs/releases/1.0-alpha-2.txt
index 83e2e2e..54876bf 100644
a
|
b
|
to join the discussions there.
|
129 | 129 | Django's online documentation also includes pointers on how to |
130 | 130 | contribute to Django: |
131 | 131 | |
132 | | :doc:`contributing to Django </internals/contributing>` |
| 132 | :doc:`contributing to Django </internals/contributing/index>` |
133 | 133 | |
134 | 134 | Contributions on any level -- developing code, writing |
135 | 135 | documentation or simply triaging tickets and helping to test proposed |
diff --git a/docs/releases/1.0-beta-2.txt b/docs/releases/1.0-beta-2.txt
index eabd6b7..1ee75c7 100644
a
|
b
|
to join the discussions there.
|
112 | 112 | Django's online documentation also includes pointers on how to |
113 | 113 | contribute to Django: |
114 | 114 | |
115 | | :doc:`contributing to Django </internals/contributing>` |
| 115 | :doc:`contributing to Django </internals/contributing/index>` |
116 | 116 | |
117 | 117 | Contributions on any level -- developing code, writing |
118 | 118 | documentation or simply triaging tickets and helping to test proposed |
diff --git a/docs/releases/1.0-beta.txt b/docs/releases/1.0-beta.txt
index 9e07e6c..5e9d297 100644
a
|
b
|
to join the discussions there.
|
146 | 146 | Django's online documentation also includes pointers on how to |
147 | 147 | contribute to Django: |
148 | 148 | |
149 | | :doc:`contributing to Django </internals/contributing>` |
| 149 | :doc:`contributing to Django </internals/contributing/index>` |
150 | 150 | |
151 | 151 | Contributions on any level -- developing code, writing |
152 | 152 | documentation or simply triaging tickets and helping to test proposed |
diff --git a/docs/releases/1.1-alpha-1.txt b/docs/releases/1.1-alpha-1.txt
index b15a2a4..49f989a 100644
a
|
b
|
discussions there.
|
151 | 151 | Django's online documentation also includes pointers on how to contribute to |
152 | 152 | Django: |
153 | 153 | |
154 | | * :doc:`How to contribute to Django </internals/contributing>` |
| 154 | * :doc:`How to contribute to Django </internals/contributing/index>` |
155 | 155 | |
156 | 156 | Contributions on any level -- developing code, writing documentation or simply |
157 | 157 | triaging tickets and helping to test proposed bugfixes -- are always welcome and |
diff --git a/docs/releases/1.1-beta-1.txt b/docs/releases/1.1-beta-1.txt
index 535f818..fbecbbb 100644
a
|
b
|
discussions there.
|
196 | 196 | Django's online documentation also includes pointers on how to contribute to |
197 | 197 | Django: |
198 | 198 | |
199 | | * :doc:`How to contribute to Django </internals/contributing>` |
| 199 | * :doc:`How to contribute to Django </internals/contributing/index>` |
200 | 200 | |
201 | 201 | Contributions on any level -- developing code, writing documentation or simply |
202 | 202 | triaging tickets and helping to test proposed bugfixes -- are always welcome and |
diff --git a/docs/releases/1.1-rc-1.txt b/docs/releases/1.1-rc-1.txt
index f74444f..cb2aac6 100644
a
|
b
|
discussions there.
|
102 | 102 | Django's online documentation also includes pointers on how to contribute to |
103 | 103 | Django: |
104 | 104 | |
105 | | * :doc:`How to contribute to Django </internals/contributing>` |
| 105 | * :doc:`How to contribute to Django </internals/contributing/index>` |
106 | 106 | |
107 | 107 | Contributions on any level -- developing code, writing documentation or simply |
108 | 108 | triaging tickets and helping to test proposed bugfixes -- are always welcome and |
diff --git a/docs/releases/1.1.txt b/docs/releases/1.1.txt
index 3ca8344..987bbd7 100644
a
|
b
|
join the discussions!
|
454 | 454 | Django's online documentation also includes pointers on how to contribute to |
455 | 455 | Django: |
456 | 456 | |
457 | | * :doc:`How to contribute to Django </internals/contributing>` |
| 457 | * :doc:`How to contribute to Django </internals/contributing/index>` |
458 | 458 | |
459 | 459 | Contributions on any level -- developing code, writing documentation or simply |
460 | 460 | triaging tickets and helping to test proposed bugfixes -- are always welcome and |
diff --git a/docs/releases/1.2-alpha-1.txt b/docs/releases/1.2-alpha-1.txt
index e656843..c24fd7a 100644
a
|
b
|
discussions there.
|
576 | 576 | Django's online documentation also includes pointers on how to contribute to |
577 | 577 | Django: |
578 | 578 | |
579 | | * :doc:`How to contribute to Django </internals/contributing>` |
| 579 | * :doc:`How to contribute to Django </internals/contributing/index>` |
580 | 580 | |
581 | 581 | Contributions on any level -- developing code, writing documentation or simply |
582 | 582 | triaging tickets and helping to test proposed bugfixes -- are always welcome and |
diff --git a/docs/releases/1.2-beta-1.txt b/docs/releases/1.2-beta-1.txt
index 2a12ef3..c24470e 100644
a
|
b
|
discussions there.
|
161 | 161 | Django's online documentation also includes pointers on how to |
162 | 162 | contribute to Django: |
163 | 163 | |
164 | | * :doc:`How to contribute to Django </internals/contributing>` |
| 164 | * :doc:`How to contribute to Django </internals/contributing/index>` |
165 | 165 | |
166 | 166 | Contributions on any level -- developing code, writing documentation |
167 | 167 | or simply triaging tickets and helping to test proposed bugfixes -- |
diff --git a/docs/releases/1.2-rc-1.txt b/docs/releases/1.2-rc-1.txt
index b599dcc..62701e0 100644
a
|
b
|
discussions there.
|
94 | 94 | Django's online documentation also includes pointers on how to contribute to |
95 | 95 | Django: |
96 | 96 | |
97 | | * :doc:`How to contribute to Django </internals/contributing>` |
| 97 | * :doc:`How to contribute to Django </internals/contributing/index>` |
98 | 98 | |
99 | 99 | Contributions on any level -- developing code, writing documentation or simply |
100 | 100 | triaging tickets and helping to test proposed bugfixes -- are always welcome and |
diff --git a/docs/releases/1.3-alpha-1.txt b/docs/releases/1.3-alpha-1.txt
index d6610d1..ed2ba36 100644
a
|
b
|
discussions there.
|
392 | 392 | Django's online documentation also includes pointers on how to contribute to |
393 | 393 | Django: |
394 | 394 | |
395 | | * :doc:`How to contribute to Django </internals/contributing>` |
| 395 | * :doc:`How to contribute to Django </internals/contributing/index>` |
396 | 396 | |
397 | 397 | Contributions on any level -- developing code, writing documentation or simply |
398 | 398 | triaging tickets and helping to test proposed bugfixes -- are always welcome and |
diff --git a/docs/releases/1.3-beta-1.txt b/docs/releases/1.3-beta-1.txt
index 0210ada..5e3f967 100644
a
|
b
|
discussions there.
|
226 | 226 | Django's online documentation also includes pointers on how to contribute to |
227 | 227 | Django: |
228 | 228 | |
229 | | * :doc:`How to contribute to Django </internals/contributing>` |
| 229 | * :doc:`How to contribute to Django </internals/contributing/index>` |
230 | 230 | |
231 | 231 | Contributions on any level -- developing code, writing documentation or simply |
232 | 232 | triaging tickets and helping to test proposed bugfixes -- are always welcome and |
diff --git a/docs/topics/http/middleware.txt b/docs/topics/http/middleware.txt
index 56dda42..c9c2311 100644
a
|
b
|
Guidelines
|
210 | 210 | |
211 | 211 | * If you write a middleware component that you think would be useful to |
212 | 212 | other people, contribute to the community! :doc:`Let us know |
213 | | </internals/contributing>`, and we'll consider adding it to Django. |
| 213 | </internals/contributing/index>`, and we'll consider adding it to Django. |