Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c0097df

Browse files
committedJul 3, 2019
change rtfd to readthedocs(#5870)
1 parent 61de4ea commit c0097df

37 files changed

+1361
-1361
lines changed
 

‎.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[submodule "common"]
22
path = common
3-
url = https://github.com/rtfd/common.git
3+
url = https://github.com/readthedocs/common.git

‎AUTHORS.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,4 +115,4 @@ Awesome Contributors
115115
* Brandon Stafford
116116
* Michael R. Bernstein
117117

118-
For a list of all the contributions: https://github.com/rtfd/readthedocs.org/contributors
118+
For a list of all the contributions: https://github.com/readthedocs/readthedocs.org/contributors

‎CHANGELOG.rst

Lines changed: 1289 additions & 1289 deletions
Large diffs are not rendered by default.

‎bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"jquery": "2.0.3",
1818
"underscore": "~1.7.0",
1919
"readthedocs-client": "https://github.com/agjohnson/readthedocs-client-js.git",
20-
"sphinx-rtd-theme": "https://github.com/rtfd/sphinx_rtd_theme.git#0.3.1",
20+
"sphinx-rtd-theme": "https://github.com/readthedocs/sphinx_rtd_theme.git#0.3.1",
2121
"knockout": "~3.3.0",
2222
"jquery.payment": "~1.3.0",
2323
"jquery-migrate": "~1.2.1",

‎docs/advertising/ad-customization.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Customizing Advertising
88
This document details features that are a **work in progress**.
99
To discuss this document, please get in touch in the `issue tracker`_.
1010

11-
.. _issue tracker: https://github.com/rtfd/readthedocs.org/issues
11+
.. _issue tracker: https://github.com/readthedocs/readthedocs.org/issues
1212

1313
In addition to allowing users and documentation authors to
1414
:ref:`opt out <advertising/ethical-advertising:Opting out>` of advertising,

‎docs/advertising/advertising-details.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The goal of this document is to shed light on the advertising industry,
1616
exactly what we do for advertising, and how what we do is different.
1717
If you have questions or comments,
1818
`send us an email <mailto:rev@readthedocs.org>`_
19-
or `open an issue on GitHub <https://github.com/rtfd/readthedocs.org/issues>`_.
19+
or `open an issue on GitHub <https://github.com/readthedocs/readthedocs.org/issues>`_.
2020

2121

2222
Other ad networks' targeting

‎docs/api/v2.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ and HTTP response status codes are to designate success and failure.
1616
* Improved error reporting
1717

1818
If there are features you would like in v3, please get in touch
19-
in the `issue tracker <https://github.com/rtfd/readthedocs.org/issues>`_.
19+
in the `issue tracker <https://github.com/readthedocs/readthedocs.org/issues>`_.
2020

2121

2222
Authentication and authorization

‎docs/badges.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ since it will stay up to date with your Read the Docs project::
6969
https://readthedocs.org/projects/pip/badge/
7070

7171

72-
.. _Read the Docs README: https://github.com/rtfd/readthedocs.org/blob/master/README.rst
72+
.. _Read the Docs README: https://github.com/readthedocs/readthedocs.org/blob/master/README.rst
7373
.. _project page: https://readthedocs.org/projects/pip/
7474
.. |green| image:: https://assets.readthedocs.org/static/projects/badges/passing-flat.svg
7575
.. |red| image:: https://assets.readthedocs.org/static/projects/badges/failing-flat.svg

‎docs/builds.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Build Process
33

44
Files: `tasks.py`_ - `doc_builder/`_
55

6-
.. _tasks.py: https://github.com/rtfd/readthedocs.org/blob/master/readthedocs/projects/tasks.py
6+
.. _tasks.py: https://github.com/readthedocs/readthedocs.org/blob/master/readthedocs/projects/tasks.py
77
.. _doc_builder/: https://github.com/rtfd/readthedocs.org/tree/master/readthedocs/doc_builder
88

99
Every documentation build has limited resources.
@@ -15,7 +15,7 @@ Our current build limits are:
1515
We can increase build limits on a per-project basis,
1616
sending an email to support@readthedocs.org providing a good reason why your documentation needs more resources.
1717

18-
You can see the current Docker build images that we use in our `docker repository <https://github.com/rtfd/readthedocs-docker-images>`_.
18+
You can see the current Docker build images that we use in our `docker repository <https://github.com/readthedocs/readthedocs-docker-images>`_.
1919
`Docker Hub <https://hub.docker.com/r/readthedocs/build/>`_ also shows the latest set of images that have been built.
2020

2121
Currently in production we're using the ``readthedocs/build:latest`` docker image as our default image.
@@ -138,7 +138,7 @@ but you can change that using a :doc:`config-file/index`.
138138
If you want to know the specific version of a package that is installed in the image
139139
you can check the `Ubuntu package search page <https://packages.ubuntu.com/>`__.
140140

141-
More details on software installed in images could be found by browsing specific branch in `rtfd/readthedocs-docker-images <https://github.com/rtfd/readthedocs-docker-images>`__ repository.
141+
More details on software installed in images could be found by browsing specific branch in `rtfd/readthedocs-docker-images <https://github.com/readthedocs/readthedocs-docker-images>`__ repository.
142142

143143
Writing your own builder
144144
------------------------
@@ -159,7 +159,7 @@ The documentation build system in RTD is made pluggable, so that you can build o
159159
if success:
160160
backend.move(version)
161161

162-
.. _The builder backends: https://github.com/rtfd/readthedocs.org/tree/master/readthedocs/doc_builder/backends
162+
.. _The builder backends: https://github.com/readthedocs/readthedocs.org/tree/master/readthedocs/doc_builder/backends
163163

164164
Deleting a stale or broken build environment
165165
--------------------------------------------

‎docs/config-file/v2.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -260,8 +260,8 @@ The Docker image used for building the docs.
260260
Each image support different Python versions and has different packages installed,
261261
as defined here:
262262

263-
* `stable <https://github.com/rtfd/readthedocs-docker-images/tree/releases/4.x>`_: :buildpyversions:`stable`
264-
* `latest <https://github.com/rtfd/readthedocs-docker-images/tree/releases/5.x>`_: :buildpyversions:`latest`
263+
* `stable <https://github.com/readthedocs/readthedocs-docker-images/tree/releases/4.x>`_: :buildpyversions:`stable`
264+
* `latest <https://github.com/readthedocs/readthedocs-docker-images/tree/releases/5.x>`_: :buildpyversions:`latest`
265265

266266
sphinx
267267
~~~~~~
@@ -412,7 +412,7 @@ Schema
412412
------
413413

414414
You can see the complete schema
415-
`here <https://github.com/rtfd/readthedocs.org/blob/master/readthedocs/rtd_tests/fixtures/spec/v2/schema.yml>`_.
415+
`here <https://github.com/readthedocs/readthedocs.org/blob/master/readthedocs/rtd_tests/fixtures/spec/v2/schema.yml>`_.
416416

417417
Migrating from v1
418418
-----------------

‎docs/contribute.rst

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Get in touch
1616
- On IRC find us at `#readthedocs`_.
1717

1818
.. _StackOverFlow: https://stackoverflow.com/questions/tagged/read-the-docs
19-
.. _on GitHub: https://github.com/rtfd/readthedocs.org
19+
.. _on GitHub: https://github.com/readthedocs/readthedocs.org
2020
.. _Gitter: https://gitter.im/rtfd/readthedocs.org
2121
.. _#readthedocs: irc://irc.freenode.net/readthedocs
2222

@@ -81,11 +81,11 @@ command will be run immediately and will inform you of the changes and errors.
8181
linting changes would be a great help to making this possible.
8282

8383

84-
.. _Feature: https://github.com/rtfd/readthedocs.org/issues?direction=desc&labels=Feature&page=1&sort=updated&state=open
85-
.. _Improvement: https://github.com/rtfd/readthedocs.org/issues?q=is%3Aopen+is%3Aissue+label%3AImprovement
86-
.. _Accepted: https://github.com/rtfd/readthedocs.org/issues?q=is%3Aopen+is%3Aissue+label%3AAccepted
87-
.. _Good First Issue: https://github.com/rtfd/readthedocs.org/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22
88-
.. _Sprintable: https://github.com/rtfd/readthedocs.org/issues?q=is%3Aopen+is%3Aissue+label%3ASprintable
84+
.. _Feature: https://github.com/readthedocs/readthedocs.org/issues?direction=desc&labels=Feature&page=1&sort=updated&state=open
85+
.. _Improvement: https://github.com/readthedocs/readthedocs.org/issues?q=is%3Aopen+is%3Aissue+label%3AImprovement
86+
.. _Accepted: https://github.com/readthedocs/readthedocs.org/issues?q=is%3Aopen+is%3Aissue+label%3AAccepted
87+
.. _Good First Issue: https://github.com/readthedocs/readthedocs.org/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22
88+
.. _Sprintable: https://github.com/readthedocs/readthedocs.org/issues?q=is%3Aopen+is%3Aissue+label%3ASprintable
8989
.. _contribution-guide.org: http://www.contribution-guide.org/#submitting-bugs
9090

9191
.. _pre-commit: https://github.com/pre-commit/pre-commit
@@ -251,7 +251,7 @@ label. The reported issue …
251251
After we finished the initial triaging of new tickets, no ticket should be left
252252
without a label.
253253

254-
.. _list of untriaged tickets: https://github.com/rtfd/readthedocs.org/issues?q=is:issue+is:open+no:label
254+
.. _list of untriaged tickets: https://github.com/readthedocs/readthedocs.org/issues?q=is:issue+is:open+no:label
255255

256256
Additional labels for categorization
257257
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -281,22 +281,22 @@ Helpful links for triaging
281281
Here is a list of links for contributors that look for work:
282282

283283
- `Untriaged tickets
284-
<https://github.com/rtfd/readthedocs.org/issues?q=is:issue+is:open+no:label>`_:
284+
<https://github.com/readthedocs/readthedocs.org/issues?q=is:issue+is:open+no:label>`_:
285285
Go and triage them!
286286
- `Tickets labelled with Needed: more information
287-
<https://github.com/rtfd/readthedocs.org/issues?utf8=✓&q=is:open+is:issue+label:"Needed:+more+information">`_:
287+
<https://github.com/readthedocs/readthedocs.org/issues?utf8=✓&q=is:open+is:issue+label:"Needed:+more+information">`_:
288288
Come back to these tickets once in a while and close those that did not get
289289
any new information from the reporter. If new information is available, go
290290
and re-triage the ticket.
291291
- `Tickets labelled with Operations
292-
<https://github.com/rtfd/readthedocs.org/issues?q=is:open+is:issue+label:Operations>`_:
292+
<https://github.com/readthedocs/readthedocs.org/issues?q=is:open+is:issue+label:Operations>`_:
293293
These tickets are for contributors who have access to the servers.
294294
- `Tickets labelled with Support
295-
<https://github.com/rtfd/readthedocs.org/issues?q=is:open+is:issue+label:Support>`_:
295+
<https://github.com/readthedocs/readthedocs.org/issues?q=is:open+is:issue+label:Support>`_:
296296
Experienced contributors or community members with a broad knowledge about
297297
the project should handle those.
298298
- `Tickets labelled with Needed: design decision
299-
<https://github.com/rtfd/readthedocs.org/issues?q=is:open+is:issue+label:"Needed:+design+decision">`_:
299+
<https://github.com/readthedocs/readthedocs.org/issues?q=is:open+is:issue+label:"Needed:+design+decision">`_:
300300
Project leaders must take actions on these tickets. Otherwise no other
301301
contributor can go forward on them.
302302

‎docs/custom_domains.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ FAQ <https://support.cloudflare.com/hc/en-us/articles/115000310832-Certification
8080

8181
For more details, see this `previous issue`_.
8282

83-
.. _previous issue: https://github.com/rtfd/readthedocs.org/issues/4395
83+
.. _previous issue: https://github.com/readthedocs/readthedocs.org/issues/4395
8484

8585

8686
Proxy SSL

‎docs/custom_installs/customization.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ Example ``base.html`` in your template overrides::
3838
You can of course override any block in the template. If there is something that you would like to be able to customize, but isn't currently in a block, please `submit an issue`_.
3939

4040

41-
.. _submit an issue: https://github.com/rtfd/readthedocs.org/issues?sort=created&state=open
41+
.. _submit an issue: https://github.com/readthedocs/readthedocs.org/issues?sort=created&state=open

‎docs/custom_installs/local_rtd_vm.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ To host your documentation on a local RTD installation, set it up in your VM:
4343

4444
mkdir checkouts
4545
cd checkouts
46-
git clone https://github.com/rtfd/readthedocs.org.git
46+
git clone https://github.com/readthedocs/readthedocs.org.git
4747
cd readthedocs.org
4848
sudo pip install -r requirements.txt
4949

‎docs/development/buildenvironments.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ image -- see `Configuration`_.
3737

3838
.. _`Docker`: http://docker.com
3939
.. _`Docker Hub repository`: https://hub.docker.com/r/readthedocs/build/
40-
.. _`container image repo`: https://github.com/rtfd/readthedocs-docker-images
40+
.. _`container image repo`: https://github.com/readthedocs/readthedocs-docker-images
4141

4242
Configuration
4343
-------------

‎docs/development/design.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,5 @@ Brand Guidelines
4747

4848
Find our branding guidelines in our guidelines documentation: https://read-the-docs-guidelines.readthedocs-hosted.com.
4949

50-
.. _Read the Docs GitHub project: https://github.com/rtfd/readthedocs.org/pulls
50+
.. _Read the Docs GitHub project: https://github.com/readthedocs/readthedocs.org/pulls
5151

‎docs/development/design/in-doc-search-ui.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -174,10 +174,10 @@ Open Questions
174174
* Should we go for edge ngrams or completion suggester?
175175

176176

177-
.. _issue tracker: https://github.com/rtfd/readthedocs.org/issues
177+
.. _issue tracker: https://github.com/readthedocs/readthedocs.org/issues
178178
.. _Elasticsearch: https://www.elastic.co/products/elasticsearch
179179
.. _querySelector(): https://developer.mozilla.org/en-US/docs/Web/API/Document/querySelector
180180
.. _document.createElement(): https://developer.mozilla.org/en-US/docs/Web/API/Document/createElement
181181
.. _node.removeChild(): https://developer.mozilla.org/en-US/docs/Web/API/Node/removeChild
182-
.. _here: https://github.com/rtfd/readthedocs.org/blob/9ca5858e859dea0759d913e8db70a623d62d6a16/readthedocs/doc_builder/templates/doc_builder/conf.py.tmpl#L135-L142
183-
.. _404 extension : https://github.com/rtfd/sphinx-notfound-page
182+
.. _here: https://github.com/readthedocs/readthedocs.org/blob/9ca5858e859dea0759d913e8db70a623d62d6a16/readthedocs/doc_builder/templates/doc_builder/conf.py.tmpl#L135-L142
183+
.. _404 extension : https://github.com/readthedocs/sphinx-notfound-page

‎docs/development/design/pr-builder.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,5 +149,5 @@ Related Issues
149149
- `Add travis-ci style pull request builder`_
150150

151151

152-
.. _Autobuild Docs for Pull Requests: https://github.com/rtfd/readthedocs.org/issues/5684
153-
.. _Add travis-ci style pull request builder: https://github.com/rtfd/readthedocs.org/issues/1340
152+
.. _Autobuild Docs for Pull Requests: https://github.com/readthedocs/readthedocs.org/issues/5684
153+
.. _Add travis-ci style pull request builder: https://github.com/readthedocs/readthedocs.org/issues/1340

‎docs/development/design/theme-context.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This extra context can be used to build some awesome features in your own theme.
1212
This design document details future features that are **not yet implemented**.
1313
To discuss this document, please get in touch in the `issue tracker`_.
1414

15-
.. _issue tracker: https://github.com/rtfd/readthedocs.org/issues
15+
.. _issue tracker: https://github.com/readthedocs/readthedocs.org/issues
1616

1717
.. note::
1818

@@ -28,7 +28,7 @@ Note that this dictionary is injected under the main key `readthedocs`:
2828

2929

3030
.. This context comes from ``readthedocs.doc_builder.backends.sphinx.BaseSphinx.get_config_params`` class.
31-
The source code is at, https://github.com/rtfd/readthedocs.org/blob/0c547f47fb9dffbeb17e4e9ccf205a10caf31189/readthedocs/doc_builder/backends/sphinx.py#L65
31+
The source code is at, https://github.com/readthedocs/readthedocs.org/blob/0c547f47fb9dffbeb17e4e9ccf205a10caf31189/readthedocs/doc_builder/backends/sphinx.py#L65
3232
3333
.. code:: python
3434

‎docs/development/design/yaml-file.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -148,13 +148,13 @@ Dependencies
148148
------------
149149

150150
Current repository which contains the code related to the configuration file:
151-
https://github.com/rtfd/readthedocs-build
151+
https://github.com/readthedocs/readthedocs-build
152152

153153
Footnotes
154154
---------
155155

156-
.. [#privacy-level] https://github.com/rtfd/readthedocs.org/issues/2663
157-
.. [#project-description] https://github.com/rtfd/readthedocs.org/issues/3689
156+
.. [#privacy-level] https://github.com/readthedocs/readthedocs.org/issues/2663
157+
.. [#project-description] https://github.com/readthedocs/readthedocs.org/issues/3689
158158
.. [#yaml-spec] http://yaml.org/spec/1.2/spec.html
159-
.. [#specversioning] https://github.com/rtfd/readthedocs.org/issues/3806
160-
.. [#one-checkout] https://github.com/rtfd/readthedocs.org/issues/1375
159+
.. [#specversioning] https://github.com/readthedocs/readthedocs.org/issues/3806
160+
.. [#one-checkout] https://github.com/readthedocs/readthedocs.org/issues/1375

‎docs/development/i18n.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ help pages <http://help.transifex.com/features/client/>`_.
302302

303303
For the Read the Docs community site, we use a `fabric script`_ to follow this process:
304304

305-
.. _fabric script: https://github.com/rtfd/readthedocs.org/blob/master/fabfile.py
305+
.. _fabric script: https://github.com/readthedocs/readthedocs.org/blob/master/fabfile.py
306306

307307
#. Update files and push sources (English) to Transifex:
308308

‎docs/development/install.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Get and run Read the Docs
9292

9393
Clone the repository somewhere on your disk and enter to the repository::
9494

95-
git clone --recurse-submodules https://github.com/rtfd/readthedocs.org.git
95+
git clone --recurse-submodules https://github.com/readthedocs/readthedocs.org.git
9696
cd readthedocs.org
9797

9898
Create a virtual environment and activate it::

‎docs/development/issue-labels.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Overview of issue labels
44
Here is a full list of labels that we use in the `GitHub issue tracker`_ and
55
what they stand for.
66

7-
.. _GitHub issue tracker: https://github.com/rtfd/readthedocs.org/issues
7+
.. _GitHub issue tracker: https://github.com/readthedocs/readthedocs.org/issues
88

99
*Accepted*
1010
Issues with this label are issues that the core team has accepted on to the

‎docs/development/search.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Indexing
5252
^^^^^^^^
5353
All the Sphinx documents are indexed into Elasticsearch after the build is successful.
5454
Currently, we do not index MkDocs documents to elasticsearch, but
55-
`any kind of help is welcome <https://github.com/rtfd/readthedocs.org/issues/1088>`_.
55+
`any kind of help is welcome <https://github.com/readthedocs/readthedocs.org/issues/1088>`_.
5656

5757
How we index documentations
5858
~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -103,7 +103,7 @@ As per requirements of `django-elasticsearch-dsl`_, it is stored in the
103103

104104
.. _Elasticsearch: https://www.elastic.co/products/elasticsearch
105105
.. _Elasticsearch 6.3: https://www.elastic.co/guide/en/elasticsearch/reference/6.3/index.html
106-
.. _GitHub Repository: https://github.com/rtfd/readthedocs.org/tree/master/readthedocs/search
106+
.. _GitHub Repository: https://github.com/readthedocs/readthedocs.org/tree/master/readthedocs/search
107107
.. _the Elasticsearch document: https://www.elastic.co/guide/en/elasticsearch/guide/current/document.html
108108
.. _django-elasticsearch-dsl: https://github.com/sabricot/django-elasticsearch-dsl
109109
.. _elasticsearch-dsl: http://elasticsearch-dsl.readthedocs.io/en/latest/

‎docs/development/tests.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@ Continuous Integration
5454

5555
The RTD test suite is exercised by Travis CI on every push to our repo at
5656
GitHub. You can check out the current build status:
57-
https://travis-ci.org/rtfd/readthedocs.org
57+
https://travis-ci.org/readthedocs/readthedocs.org

‎docs/faq.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ We think that our theme is badass, and better than the default for many reasons.
166166
I want to use the Read the Docs theme locally
167167
---------------------------------------------
168168

169-
There is a repository for that: https://github.com/rtfd/sphinx_rtd_theme.
169+
There is a repository for that: https://github.com/readthedocs/sphinx_rtd_theme.
170170
Simply follow the instructions in the README.
171171

172172
Image scaling doesn't work in my documentation
@@ -242,7 +242,7 @@ file* field.
242242
What commit of Read the Docs is in production?
243243
----------------------------------------------
244244

245-
We deploy readthedocs.org from the `rel` branch in our GitHub repository. You can see the latest commits that have been deployed by looking on GitHub: https://github.com/rtfd/readthedocs.org/commits/rel
245+
We deploy readthedocs.org from the `rel` branch in our GitHub repository. You can see the latest commits that have been deployed by looking on GitHub: https://github.com/readthedocs/readthedocs.org/commits/rel
246246

247247

248248
How can I avoid search results having a deprecated version of my docs?

‎docs/gsoc.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,8 @@ This would include:
109109

110110
More info here:
111111

112-
* https://github.com/rtfd/readthedocs.org/issues/1340
113-
* https://github.com/rtfd/readthedocs.org/issues/2465
112+
* https://github.com/readthedocs/readthedocs.org/issues/1340
113+
* https://github.com/readthedocs/readthedocs.org/issues/2465
114114

115115

116116
Build a new Sphinx theme
@@ -141,9 +141,9 @@ This project would include:
141141
* Write a plugin to allow us to have more control over the build process (`#4924`_)
142142
* Support search (`#1088`_)
143143

144-
.. _#1939: https://github.com/rtfd/readthedocs.org/issues/1939
145-
.. _#4924: https://github.com/rtfd/readthedocs.org/issues/4924
146-
.. _#1088: https://github.com/rtfd/readthedocs.org/issues/1088
144+
.. _#1939: https://github.com/readthedocs/readthedocs.org/issues/1939
145+
.. _#4924: https://github.com/readthedocs/readthedocs.org/issues/4924
146+
.. _#1088: https://github.com/readthedocs/readthedocs.org/issues/1088
147147

148148
Integrated Redirects
149149
~~~~~~~~~~~~~~~~~~~~
@@ -200,8 +200,8 @@ Looking through `these issues`_ is a good place to start.
200200
You might also look through our `milestones`_ on GitHub,
201201
which provide outlines on the larger tasks that we're hoping to accomplish.
202202

203-
.. _these issues: https://github.com/rtfd/readthedocs.org/issues?direction=desc&labels=Feature&page=1&sort=updated&state=open
204-
.. _milestones: https://github.com/rtfd/readthedocs.org/milestones
203+
.. _these issues: https://github.com/readthedocs/readthedocs.org/issues?direction=desc&labels=Feature&page=1&sort=updated&state=open
204+
.. _milestones: https://github.com/readthedocs/readthedocs.org/milestones
205205

206206
Thanks
207207
------

‎docs/guides/build-using-too-many-resources.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ in the Docker image used to build your docs. You can check the updated list of p
5151
To use these pre-installed libraries and avoid consuming time re-downloading/compiling them,
5252
you can use the :ref:`config-file/v2:python.system_packages` option to have access to them.
5353

54-
.. _Docker image repository: https://github.com/rtfd/readthedocs-docker-images
54+
.. _Docker image repository: https://github.com/readthedocs/readthedocs-docker-images
5555

5656
Requests more resources
5757
-----------------------

‎docs/guides/conda.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ we can't safely install it as a normal dependency into the normal Python virtual
3333
.. warning:: Installing conda into a virtualenv will override the ``activate`` script,
3434
making it so you can't properly activate that virtualenv anymore.
3535

36-
.. _issue: https://github.com/rtfd/readthedocs.org/issues
36+
.. _issue: https://github.com/readthedocs/readthedocs.org/issues
3737
.. _Clinical Graphics: https://www.clinicalgraphics.com/

‎docs/guides/feature-flags.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ By default, these flags are disabled for every project.
77
A separate request can be made by opening an issue on our `github`_ to enable
88
or disable one or more of these featured flags for a particular project.
99

10-
.. _github: https://github.com/rtfd/readthedocs.org
10+
.. _github: https://github.com/readthedocs/readthedocs.org
1111

1212
Available Flags
1313
---------------

‎docs/guides/mkdocs-old-versions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Keep Building Docs With Old Version Of MkDocs
33

44
Recent changes to ``mkdocs`` forced us to `upgrade the default version installed`_ by Read the Docs and this may be a breaking change for your documentation.
55

6-
.. _upgrade the default version installed: https://github.com/rtfd/readthedocs.org/pull/4041
6+
.. _upgrade the default version installed: https://github.com/readthedocs/readthedocs.org/pull/4041
77

88
You should check that your docs continue building in any of these cases:
99

‎docs/open-source-philosophy.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Read the Docs Open Source Philosophy
22
-------------------------------------
33

44
Read the Docs is Open Source software.
5-
We have `licensed <https://github.com/rtfd/readthedocs.org/blob/master/LICENSE>`_ the code base as MIT,
5+
We have `licensed <https://github.com/readthedocs/readthedocs.org/blob/master/LICENSE>`_ the code base as MIT,
66
which provides almost no restrictions on the use of the code.
77

88
However,

‎docs/roadmap.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -80,21 +80,21 @@ In addition to the point release milestones currently established, our current
8080
roadmap priorities also include:
8181

8282
Admin UX
83-
https://github.com/rtfd/readthedocs.org/milestone/16
83+
https://github.com/readthedocs/readthedocs.org/milestone/16
8484

8585
Search Improvements
86-
https://github.com/rtfd/readthedocs.org/milestone/23
86+
https://github.com/readthedocs/readthedocs.org/milestone/23
8787

8888
YAML File Completion
89-
https://github.com/rtfd/readthedocs.org/milestone/28
89+
https://github.com/readthedocs/readthedocs.org/milestone/28
9090

9191
There are also several milestones that are explicitly *not* a priority for the
9292
core team:
9393

9494
Cleanup
95-
https://github.com/rtfd/readthedocs.org/milestone/10
95+
https://github.com/readthedocs/readthedocs.org/milestone/10
9696

9797
Refactoring
98-
https://github.com/rtfd/readthedocs.org/milestone/34
98+
https://github.com/readthedocs/readthedocs.org/milestone/34
9999

100100
Core team will not be focusing their time on these milestones in development.

‎docs/support.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,6 @@ You can contact us at hello@readthedocs.com to learn more,
6363
or read more at https://readthedocs.com/services/#open-source-support.
6464

6565
.. _Stack Overflow: http://stackoverflow.com/questions/tagged/read-the-docs
66-
.. _Github Issue Tracker: https://github.com/rtfd/readthedocs.org/issues
66+
.. _Github Issue Tracker: https://github.com/readthedocs/readthedocs.org/issues
6767
.. _Gold: https://readthedocs.org/accounts/gold/
6868
.. _Ethical Ads: https://docs.readthedocs.io/en/latest/ethical-advertising.html

‎media/humans.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ Awesome Contributors
3131
* Dag Odenhall
3232
* Jacob Burch
3333

34-
For a list of all the contributions: https://github.com/rtfd/readthedocs.org/contributors
34+
For a list of all the contributions: https://github.com/readthedocs/readthedocs.org/contributors

‎readthedocs/search/tests/data/docs/story.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"title": "Philosophy",
88
"sections": [
99
{
10-
"content": "\nRead the Docs is Open Source software.\nWe have <a class=\"reference external\" href=\"https://github.com/rtfd/readthedocs.org/blob/master/LICENSE\">licensed</a> the code base as MIT,\nwhich provides almost no restrictions on the use of the code.\n\nHowever,\nas a project there are things that we care about more than others.\nWe built Read the Docs to support in the Open Source community.\nThe code is open for people to contribute to,\nso that they may build features into <a class=\"reference external\" href=\"https://readthedocs.org\">https://readthedocs.org</a> that they want.\nWe also believe sharing the code openly is a valuable learning tool,\nespecially for demonsrating how to collaborate and maintain an enormous website.\n",
10+
"content": "\nRead the Docs is Open Source software.\nWe have <a class=\"reference external\" href=\"https://github.com/readthedocs/readthedocs.org/blob/master/LICENSE\">licensed</a> the code base as MIT,\nwhich provides almost no restrictions on the use of the code.\n\nHowever,\nas a project there are things that we care about more than others.\nWe built Read the Docs to support in the Open Source community.\nThe code is open for people to contribute to,\nso that they may build features into <a class=\"reference external\" href=\"https://readthedocs.org\">https://readthedocs.org</a> that they want.\nWe also believe sharing the code openly is a valuable learning tool,\nespecially for demonsrating how to collaborate and maintain an enormous website.\n",
1111
"id": "read-the-docs-open-source-philosophy",
1212
"title": "Read the Docs Open Source Philosophy"
1313
},

‎readthedocs/templates/support.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
or read more at https://readthedocs.com/services/#open-source-support.
6666

6767
.. _Stack Overflow: http://stackoverflow.com/questions/tagged/read-the-docs
68-
.. _Github Issue Tracker: https://github.com/rtfd/readthedocs.org/issues
68+
.. _Github Issue Tracker: https://github.com/readthedocs/readthedocs.org/issues
6969
.. _Gold: https://readthedocs.org/accounts/gold/
7070
.. _Ethical Ads: https://docs.readthedocs.io/page/advertising/ethical-advertising.html
7171

0 commit comments

Comments
 (0)
Please sign in to comment.