Skip to content

Commit b7ed099

Browse files
Update broken links in reference documentation.
Original Pull Request: #4267
1 parent 7e2e546 commit b7ed099

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/asciidoc/preface.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ NoSQL stores have taken the storage world by storm. It is a vast domain with a p
3131
The starting point for learning about MongoDB is https://www.mongodb.org/[www.mongodb.org]. Here is a list of other useful resources:
3232

3333
* The https://docs.mongodb.org/manual/[manual] introduces MongoDB and contains links to getting started guides, reference documentation, and tutorials.
34-
* The https://try.mongodb.org/[online shell] provides a convenient way to interact with a MongoDB instance in combination with the online https://docs.mongodb.org/manual/tutorial/getting-started/[tutorial.]
34+
* Visit https://learn.mongodb.com/[MongoDB University] for free training material and online courses.
3535
* MongoDB https://docs.mongodb.org/ecosystem/drivers/java/[Java Language Center].
3636
* Several https://www.mongodb.org/books[books] you can purchase.
3737
* Karl Seguin's online book: https://openmymind.net/mongodb.pdf[The Little MongoDB Book].

src/main/asciidoc/reference/mongodb.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ For most tasks, you should use `MongoTemplate` or the Repository support, which
2020
[[mongodb-getting-started]]
2121
== Getting Started
2222

23-
An easy way to bootstrap setting up a working environment is to create a Spring-based project in https://spring.io/tools/sts[STS].
23+
An easy way to bootstrap setting up a working environment is to create a Spring-based project in https://spring.io/tools/[STS].
2424

2525
First, you need to set up a running MongoDB server. Refer to the https://docs.mongodb.org/manual/core/introduction/[MongoDB Quick Start guide] for an explanation on how to startup a MongoDB instance. Once installed, starting MongoDB is typically a matter of running the following command: `${MONGO_HOME}/bin/mongod`
2626

0 commit comments

Comments
 (0)