Skip to content

Commit 67df44d

Browse files
authored
(DOCSP-13118) Fix dbtool links (#310)
1 parent 0eb70c4 commit 67df44d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@
142142
'dl': ('http://www.mongodb.com/download-center/%s?tck=docs_compass',''),
143143
'atlas': ('http://docs.atlas.mongodb.com%s', ''),
144144
'guides': ('https://docs.mongodb.com/guides%s', ''),
145-
'db-tools': ('https://docs.mongodb.com/database-tools%s', '')
145+
'dbtools': ('https://docs.mongodb.com/database-tools%s', '')
146146
}
147147

148148
intersphinx_mapping = {}

source/import-export.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,6 @@ Import and Export Data from the Command Line
163163
--------------------------------------------
164164

165165
To import and export data from the command line, you can use MongoDB's
166-
:db-tools:`Database Tools </>`. See
167-
:db-tools:`mongoimport </mongoimport>` and
168-
:db-tools:`mongoexport </mongoexport>`.
166+
:dbtools:`Database Tools </>`. See
167+
:dbtools:`mongoimport </mongoimport>` and
168+
:dbtools:`mongoexport </mongoexport>`.

0 commit comments

Comments
 (0)