Skip to content

Commit 0b601c3

Browse files
DOCSP-20359: update urls for subdomain consolidation
1 parent 9d13496 commit 0b601c3

File tree

7 files changed

+18
-18
lines changed

7 files changed

+18
-18
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ USER=$(shell whoami)
2525
STAGING_URL="https://docs-mongodborg-staging.corp.mongodb.com"
2626
STAGING_BUCKET=docs-mongodb-org-staging
2727

28-
PRODUCTION_URL="https://docs.mongodb.com"
28+
PRODUCTION_URL="https://www.mongodb.com/docs"
2929
PRODUCTION_BUCKET=docs-compass-prod
3030

3131
PROJECT=charts

conf.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,11 +81,11 @@
8181
extlinks = {
8282
'issue': ('https://jira.mongodb.org/browse/%s', ''),
8383
'manual': ('http://docs.mongodb.org/manual%s', ''),
84-
'v0.10': ('https://docs.mongodb.com/charts/v0.10%s', ''),
84+
'v0.10': ('https://www.mongodb.com/docs/charts/v0.10%s', ''),
8585
'atlas': ('https://docs.atlas.mongodb.com%s', ''),
86-
'stitch': ('https://docs.mongodb.com/stitch%s', ''),
87-
'onprem': ('https://docs.mongodb.com/charts/onprem%s', ''),
88-
'compass': ('https://docs.mongodb.com/compass/master%s', ''),
86+
'stitch': ('https://www.mongodb.com/docs/stitch%s', ''),
87+
'onprem': ('https://www.mongodb.com/docs/charts/onprem%s', ''),
88+
'compass': ('https://www.mongodb.com/docs/compass/master%s', ''),
8989
'wikipedia' : ('https://en.wikipedia.org/wiki%s', ''),
9090
'mvn' : ('https://mvnrepository.com/artifact%s',''),
9191
'npmjs' : ('https://www.npmjs.com/package%s',''),

config/build_conf.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ git:
66
project:
77
name: 'charts'
88
tag: 'charts'
9-
url: 'https://docs.mongodb.com/charts'
9+
url: 'https://www.mongodb.com/docs/charts'
1010
title: 'Charts Manual'
1111
branched: true
1212
version:

config/intersphinx.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ url: https://docs.python.org/2/
44
path: python2.inv
55
---
66
name: mongodb
7-
url: https://docs.mongodb.com/manual/
7+
url: https://www.mongodb.com/docs/manual/
88
path: mongodb.inv
99
...

snooty.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "charts"
22
title = "MongoDB Charts"
33

4-
intersphinx = ["https://docs.mongodb.com/manual/objects.inv",
4+
intersphinx = ["https://www.mongodb.com/docs/manual/objects.inv",
55
"https://docs.atlas.mongodb.com/objects.inv"]
66

77
toc_landing_pages = ["/installation", "/dashboards", "/data-sources",

source/aggregation-pipeline-generation.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ option in the Chart Builder's ellipsis dropdown on the top right.
1818

1919
The pipeline constructed by |charts| consists of the following segments in the following order:
2020

21-
1. `Data Source Pipeline <https://docs.mongodb.com/charts/saas/data-source-pipeline/>`_
22-
#. `Dashboard Filters <https://docs.mongodb.com/charts/saas/dashboard-filtering/#filter-dashboards-by-field-values>`_
23-
#. `Query Bar <https://docs.mongodb.com/charts/saas/filter-chart-results/#filter-your-data-using-the-query-bar>`_
24-
#. `Embedding Filters <https://docs.mongodb.com/charts/saas/embedded-chart-options/#embedded-chart-options>`_
25-
#. `Lookup Fields <https://docs.mongodb.com/charts/saas/add-lookup-field/>`_
26-
#. `Calculated Fields <https://docs.mongodb.com/charts/saas/calculated-fields/>`_
27-
#. `Chart Filter Pane <https://docs.mongodb.com/charts/saas/filter-chart-results/#create-filters-for-your-data>`_
28-
#. `Encoding <https://docs.mongodb.com/charts/saas/encoding-channels/>`_
29-
#. `Sorting & Limiting <https://docs.mongodb.com/charts/saas/bin-data/#sort-data>`_
21+
1. :ref:`data-sources-pipeline`
22+
#. :ref:`filter-dashboards`
23+
#. :ref:`query-bar`
24+
#. :ref:`embedded-chart-options`
25+
#. :ref:`add-lookup-field`
26+
#. :ref:`calculated-fields`
27+
#. :ref:`charts-filter-documents`
28+
#. :ref:`encoding-channels`
29+
#. :ref:`charts-sort-data`
3030
#. Maximum Document limit
3131

3232
.. note::

source/view-export-chart-data.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ To use the pipeline in other MongoDB tools, such as
8484
:guilabel:`Aggregation Pipeline` modal.
8585

8686
To learn how Charts constructs aggregation pipelines,
87-
see `Overview of Aggregation Pipeline Generation <https://docs.mongodb.com/charts/current/view-export-chart-data/aggregation-pipeline-generation>`_.
87+
see :ref:`aggregation-pipeline-generation`.
8888

8989
.. _get-chart-data:
9090

0 commit comments

Comments
 (0)