File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 142
142
'dl' : ('http://www.mongodb.com/download-center/%s?tck=docs_compass' ,'' ),
143
143
'atlas' : ('http://docs.atlas.mongodb.com%s' , '' ),
144
144
'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' , '' )
146
146
}
147
147
148
148
intersphinx_mapping = {}
Original file line number Diff line number Diff line change @@ -163,6 +163,6 @@ Import and Export Data from the Command Line
163
163
--------------------------------------------
164
164
165
165
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>`.
You can’t perform that action at this time.
0 commit comments