Skip to content

Commit b66c2e4

Browse files
committed
updates for site merge
1 parent 8878a48 commit b66c2e4

File tree

4 files changed

+13
-11
lines changed

4 files changed

+13
-11
lines changed

conf-sitemap.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<site
3-
base_url="http://docs.mongodb.org/v2.2/"
3+
base_url="http://docs.mongodb.com/v2.2/"
44
store_into="build/v2.2/sitemap.xml.gz"
55
verbose="1"
66
>
77

88
<directory
99
path="build/public/v2.2/"
10-
url="http://docs.mongodb.org/v2.2/"
10+
url="http://docs.mongodb.com/v2.2/"
1111
default_file="index.html"
1212
/>
1313
<filter action="drop" type="wildcard" pattern="*~" />

conf.py

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -66,15 +66,16 @@ def has(self, *args):
6666
pygments_style = 'sphinx'
6767

6868
extlinks = {
69-
'hardlink' : ( 'http://docs.mongodb.org/{0}/%s'.format(conf.git.branches.current), ''),
69+
'hardlink' : ( 'http://docs.mongodb.com/{0}/%s'.format(conf.git.branches.current), ''),
7070
'issue': ('https://jira.mongodb.org/browse/%s', '' ),
71-
'api': ('http://api.mongodb.org/%s', ''),
72-
'manual': ('http://docs.mongodb.org/manual%s', ''),
73-
'ecosystem': ('http://docs.mongodb.org/ecosystem%s', ''),
74-
'meta-driver': ('http://docs.mongodb.org/meta-driver/latest%s', ''),
75-
'mms': ('https://mms.mongodb.com/help%s', ''),
76-
'mms-hosted': ('https://mms.mongodb.org/help-hosted%s', ''),
77-
'about': ('http://www.mongodb.org/about%s', '')
71+
'api': ('https://api.mongodb.com/%s', ''),
72+
'gettingstarted': ('https://docs.mongodb.com/getting-started%s', ''),
73+
'manual': ('https://docs.mongodb.org/manual%s', ''),
74+
'ecosystem': ('https://docs.mongodb.com/ecosystem%s', ''),
75+
'mms-docs': ('https://docs.cloud.mongodb.com%s', ''),
76+
'mms-home': ('https://cloud.mongodb.com%s', ''),
77+
'opsmgr': ('https://docs.opsmanager.mongodb.com/current%s', ''),
78+
'products': ('https://www.mongodb.com/products%s', '')
7879
}
7980

8081
## add `extlinks` for each published version.

config/build_conf.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ git:
55
project:
66
name: 'manual'
77
tag: 'manual'
8-
url: 'http://docs.mongodb.org'
8+
url: 'https://docs.mongodb.com'
99
title: 'MongoDB Manual'
1010
branched: true
1111
siteroot: true

source/faq/sharding.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -387,6 +387,7 @@ Consider the following error message:
387387

388388
.. code-block:: none
389389

390+
390391
ERROR: moveChunk commit failed: version is at <n>|<nn> instead of <N>|<NN>" and "ERROR: TERMINATING"
391392

392393
:program:`mongod` issues this message if, during a :ref:`chunk

0 commit comments

Comments
 (0)