Skip to content

Commit ebe4589

Browse files
authored
Update doc URLs from readthedocs.org/com to app.readthedocs.org/com (#12251)
This is on all instances, I didn't want to tune and content otherwise. There are a few sections we can return to here, this update was just the first step. - Refs #12127 <!-- readthedocs-preview docs start --> --- :books: Documentation previews :books: - User's documentation (`docs`): https://docs--12251.org.readthedocs.build/12251/ <!-- readthedocs-preview docs end --> <!-- readthedocs-preview dev start --> - Developer's documentation (`dev`): https://dev--12251.org.readthedocs.build/12251/ <!-- readthedocs-preview dev end -->
1 parent f11eb50 commit ebe4589

35 files changed

+184
-184
lines changed

README.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ and can pull Git_ repositories.
1313
Then we build documentation and host it for you.
1414
Think of it as *Continuous Documentation*, or Docs as Code.
1515

16-
.. _Read the docs: https://readthedocs.org/
16+
.. _Read the docs: https://app.readthedocs.org/
1717
.. _Sphinx: http://www.sphinx-doc.org/
1818
.. _reStructuredText: http://www.sphinx-doc.org/en/master/usage/restructuredtext/basics.html
1919
.. _Git: http://git-scm.com/
@@ -23,9 +23,9 @@ Think of it as *Continuous Documentation*, or Docs as Code.
2323
Documentation for Read the Docs
2424
-------------------------------
2525

26-
You will find complete documentation for setting up your project at `the Read the Docs site`_.
26+
You will find complete documentation for setting up your project in `the Read the Docs documentation`_.
2727

28-
.. _the Read the Docs site: https://docs.readthedocs.io/
28+
.. _the Read the Docs documentation: https://docs.readthedocs.com/
2929

3030
Get in touch
3131
------------
@@ -62,7 +62,7 @@ By the end of this quickstart, you will have a new project automatically updated
6262
:alt: build status
6363
:target: https://circleci.com/gh/readthedocs/readthedocs.org
6464

65-
.. |docs| image:: https://readthedocs.org/projects/docs/badge/?version=latest
65+
.. |docs| image:: https://app.readthedocs.org/projects/docs/badge/?version=latest
6666
:alt: Documentation Status
6767
:scale: 100%
6868
:target: https://docs.readthedocs.io/en/latest/?badge=latest
@@ -75,6 +75,6 @@ By the end of this quickstart, you will have a new project automatically updated
7575
License
7676
-------
7777

78-
`MIT`_ © 2010 Read the Docs, Inc. & contributors
78+
`MIT`_ © 2025 Read the Docs, Inc. & contributors
7979

8080
.. _MIT: LICENSE

docs/dev/design/embed-api.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ This is the list of endpoints to be implemented in APIv3:
8484

8585
.. code:: bash
8686
87-
$ curl https://readthedocs.org/api/v3/embed/?url=https://docs.readthedocs.io/en/latest/development/install.html#set-up-your-environment
87+
$ curl https://app.readthedocs.org/api/v3/embed/?url=https://docs.readthedocs.io/en/latest/development/install.html#set-up-your-environment
8888
8989
**Example response**:
9090

@@ -121,7 +121,7 @@ This is the list of endpoints to be implemented in APIv3:
121121

122122
.. code:: bash
123123
124-
$ curl https://readthedocs.org/api/v3/embed/metadata/?url=https://docs.readthedocs.io/en/latest/development/install.html
124+
$ curl https://app.readthedocs.org/api/v3/embed/metadata/?url=https://docs.readthedocs.io/en/latest/development/install.html
125125
126126
**Example response**:
127127

docs/dev/design/new-search-api.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ But also, re-using the current serializers shouldn't be a problem either.
195195
"role": "http:post",
196196
"name": "/api/v3/projects/",
197197
"id": "post--api-v3-projects-",
198-
"content": "Import a project under authenticated user. Example request: BashPython$ curl \\ -X POST \\ -H \"Authorization: Token <token>\" https://readthedocs.org/api/v3/projects/ \\ -H \"Content-Type: application/json\" \\ -d @body.json import requests import json URL = 'https://readthedocs.org/api/v3/projects/' TOKEN = '<token>' HEADERS = {'Authorization': f'token {TOKEN}'} data = json.load(open('body.json', 'rb')) response = requests.post( URL, json=data, headers=HEADERS, ) print(response.json()) The content of body.json is like, { \"name\": \"Test Project\", \"repository\": { \"url\": \"https://github.com/readthedocs/template\", \"type\": \"git\" }, \"homepage\": \"http://template.readthedocs.io/\", \"programming_language\": \"py\", \"language\": \"es\" } Example response: See Project details Note Read the Docs for Business, also accepts",
198+
"content": "Import a project under authenticated user. Example request: BashPython$ curl \\ -X POST \\ -H \"Authorization: Token <token>\" https://app.readthedocs.org/api/v3/projects/ \\ -H \"Content-Type: application/json\" \\ -d @body.json import requests import json URL = 'https://app.readthedocs.org/api/v3/projects/' TOKEN = '<token>' HEADERS = {'Authorization': f'token {TOKEN}'} data = json.load(open('body.json', 'rb')) response = requests.post( URL, json=data, headers=HEADERS, ) print(response.json()) The content of body.json is like, { \"name\": \"Test Project\", \"repository\": { \"url\": \"https://github.com/readthedocs/template\", \"type\": \"git\" }, \"homepage\": \"http://template.readthedocs.io/\", \"programming_language\": \"py\", \"language\": \"es\" } Example response: See Project details Note Read the Docs for Business, also accepts",
199199
"highlights": {
200200
"name": [],
201201
"content": [

docs/dev/design/theme-context.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Note that this dictionary is injected under the main key `readthedocs`:
4545
"downloads": {"pdf": str, "htmlzip": str, "epub": str},
4646
"links": [
4747
{
48-
"href": "https://readthedocs.org/api/v2/version/{id}/",
48+
"href": "https://app.readthedocs.org/api/v2/version/{id}/",
4949
"rel": "self",
5050
}
5151
],
@@ -67,15 +67,15 @@ Note that this dictionary is injected under the main key `readthedocs`:
6767
"canonical_url": str,
6868
"links": [
6969
{
70-
"href": "https://readthedocs.org/api/v2/project/{id}/",
70+
"href": "https://app.readthedocs.org/api/v2/project/{id}/",
7171
"rel": "self",
7272
}
7373
],
7474
}
7575
],
7676
"links": [
7777
{
78-
"href": "https://readthedocs.org/api/v2/project/{id}/",
78+
"href": "https://app.readthedocs.org/api/v2/project/{id}/",
7979
"rel": "self",
8080
}
8181
],

docs/development/design/flyout-redesign.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,11 @@ Overlap with existing API endpoints
5252
-----------------------------------
5353

5454
There is already significant overlap between the APIv2 ``footer_html`` call
55-
with the existing APIv3 for a project (eg. ``https://readthedocs.org/api/v3/projects/docs/``).
55+
with the existing APIv3 for a project (eg. ``https://app.readthedocs.org/api/v3/projects/docs/``).
5656
The project API already returns much of the data we want,
5757
but some things like other active versions, translations, and downloads would require additional API calls or options.
5858
These options already partially implemented via the `DRF Flex Fields <https://pypi.org/project/drf-flex-fields/>`_ module
59-
(eg. ``https://readthedocs.org/api/v3/projects/docs/?expand=active_versions``).
59+
(eg. ``https://app.readthedocs.org/api/v3/projects/docs/?expand=active_versions``).
6060
Currently, there are separate API endpoints for translations and downloads,
6161
but ideally all the data needed to generate a version selector would be available from a single API.
6262

docs/user/about/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This allows us to **focus 100% on our users**.
88

99
We have two main sources of revenue:
1010

11-
* |com_brand| - where we `provide <https://readthedocs.com>`__ a valuable paid service to companies.
11+
* |com_brand| - where we `provide <https://app.readthedocs.com>`__ a valuable paid service to companies.
1212
* |org_brand| - where we provide a free service to the open source community, funded via :doc:`/advertising/ethical-advertising`.
1313

1414
We believe that having both paying customers and ethical advertising is the best way to create a sustainable platform for our users.

docs/user/addons.rst

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -219,9 +219,9 @@ The ``event.detail.data()`` object contains all the Addons configuration, includ
219219
},
220220
"success": true,
221221
"urls": {
222-
"build": "https://readthedocs.org/projects/docs/builds/26773762/",
223-
"project": "https://readthedocs.org/projects/docs/",
224-
"version": "https://readthedocs.org/projects/docs/version/stable/edit/"
222+
"build": "https://app.readthedocs.org/projects/docs/builds/26773762/",
223+
"project": "https://app.readthedocs.org/projects/docs/",
224+
"version": "https://app.readthedocs.org/projects/docs/version/stable/edit/"
225225
},
226226
"version": "stable"
227227
}
@@ -262,11 +262,11 @@ The ``event.detail.data()`` object contains all the Addons configuration, includ
262262
],
263263
"translation_of": null,
264264
"urls": {
265-
"builds": "https://readthedocs.org/projects/docs/builds/",
265+
"builds": "https://app.readthedocs.org/projects/docs/builds/",
266266
"documentation": "https://docs.readthedocs.io/en/stable/",
267267
"downloads": null,
268-
"home": "https://readthedocs.org/projects/docs/",
269-
"versions": "https://readthedocs.org/projects/docs/versions/"
268+
"home": "https://app.readthedocs.org/projects/docs/",
269+
"versions": "https://app.readthedocs.org/projects/docs/versions/"
270270
},
271271
"users": [
272272
{
@@ -316,7 +316,7 @@ The ``event.detail.data()`` object contains all the Addons configuration, includ
316316
"type": "tag",
317317
"urls": {
318318
"dashboard": {
319-
"edit": "https://readthedocs.org/projects/docs/version/stable/edit/"
319+
"edit": "https://app.readthedocs.org/projects/docs/version/stable/edit/"
320320
},
321321
"documentation": "https://docs.readthedocs.io/en/stable/",
322322
"vcs": "https://github.com/readthedocs/readthedocs.org/tree/11.18.0/"
@@ -341,7 +341,7 @@ The ``event.detail.data()`` object contains all the Addons configuration, includ
341341
"type": "tag",
342342
"urls": {
343343
"dashboard": {
344-
"edit": "https://readthedocs.org/projects/docs/version/stable/edit/"
344+
"edit": "https://app.readthedocs.org/projects/docs/version/stable/edit/"
345345
},
346346
"documentation": "https://docs.readthedocs.io/en/stable/",
347347
"vcs": "https://github.com/readthedocs/readthedocs.org/tree/11.18.0/"

docs/user/advertising/ad-blocking.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,14 @@ or simply the **Read the Docs Ads list**.
5252
Going ad-free
5353
-------------
5454

55-
`Gold members <https://readthedocs.org/accounts/gold/>`_
55+
`Gold members <https://app.readthedocs.org/accounts/gold/>`_
5656
may completely remove advertising for all visitors to their projects.
5757
Thank you for supporting Read the Docs.
5858

5959
.. note::
6060

6161
Previously, Gold members or
62-
`Supporters <https://readthedocs.org/sustainability/#donations>`_
62+
`Supporters <https://app.readthedocs.org/sustainability/#donations>`_
6363
were provided an ad-free reading experience across all projects on Read the Docs while logged-in.
6464
However, the cross-site cookies needed to make that work are no longer supported by major browsers outside of Chrome,
6565
and this feature has been removed.

docs/user/advertising/ethical-advertising.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,12 +158,12 @@ Opting out
158158

159159
We have added multiple ways to opt out of the advertising on Read the Docs.
160160

161-
1. `Gold members <https://readthedocs.org/accounts/gold/>`_
161+
1. `Gold members <https://app.readthedocs.org/accounts/gold/>`_
162162
may remove advertising from their projects for all visitors.
163163

164164
2. You can opt out of seeing paid advertisements on documentation pages:
165165

166-
* Go to the drop down user menu in the top right of the Read the Docs dashboard and clicking :guilabel:`Settings` (https://readthedocs.org/accounts/edit/).
166+
* Go to the drop down user menu in the top right of the Read the Docs dashboard and clicking :guilabel:`Settings` (https://app.readthedocs.org/accounts/edit/).
167167
* On the :guilabel:`Advertising` tab, you can deselect **See paid advertising**.
168168

169169
You will still see :ref:`community ads <advertising/ethical-advertising:Community Ads>`

docs/user/advertising/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ although you will still see :ref:`community ads <advertising/ethical-advertising
2828
For businesses looking to remove advertising,
2929
please consider :doc:`Read the Docs for Business </commercial/index>`.
3030

31-
.. _Gold members: https://readthedocs.org/accounts/gold/
31+
.. _Gold members: https://app.readthedocs.org/accounts/gold/
3232

3333
.. toctree::
3434
:maxdepth: 2

0 commit comments

Comments
 (0)