diff --git a/source/get-started.txt b/source/get-started.txt index 6f6397d4..8aa88a9e 100644 --- a/source/get-started.txt +++ b/source/get-started.txt @@ -43,6 +43,3 @@ MongoDB Atlas. Follow this guide to connect a sample Python application to a MongoDB Atlas deployment. If you prefer to connect to MongoDB using a different driver or programming language, see our :driver:`list of official drivers <>`. - -.. button:: Next: Download and Install - :uri: /get-started/download-and-install/ diff --git a/source/get-started/connect-to-mongodb.txt b/source/get-started/connect-to-mongodb.txt index a69eaf8f..47125adf 100644 --- a/source/get-started/connect-to-mongodb.txt +++ b/source/get-started/connect-to-mongodb.txt @@ -53,6 +53,3 @@ uses the driver to connect to your MongoDB deployment, runs a query on the sample data, and prints out the result. .. include:: /includes/get-started/quickstart-troubleshoot.rst - -.. button:: Next Steps - :uri: /get-started/next-steps/ diff --git a/source/get-started/create-a-connection-string.txt b/source/get-started/create-a-connection-string.txt index 1c207fda..c936d8a0 100644 --- a/source/get-started/create-a-connection-string.txt +++ b/source/get-started/create-a-connection-string.txt @@ -60,6 +60,3 @@ After completing these steps, you have a connection string that contains your database username and password. .. include:: /includes/get-started/quickstart-troubleshoot.rst - -.. button:: Next: Connect to MongoDB - :uri: /get-started/connect-to-mongodb/ \ No newline at end of file diff --git a/source/get-started/create-a-deployment.txt b/source/get-started/create-a-deployment.txt index 7f1bba7b..69c9eb74 100644 --- a/source/get-started/create-a-deployment.txt +++ b/source/get-started/create-a-deployment.txt @@ -27,6 +27,3 @@ deployment on Atlas, database user credentials, and sample data loaded in your database. .. include:: /includes/get-started/quickstart-troubleshoot.rst - -.. button:: Next: Create a Connection String - :uri: /get-started/create-a-connection-string/ \ No newline at end of file diff --git a/source/get-started/download-and-install.txt b/source/get-started/download-and-install.txt index 8a1dcf37..429b5ab8 100644 --- a/source/get-started/download-and-install.txt +++ b/source/get-started/download-and-install.txt @@ -59,6 +59,3 @@ After you complete these steps, you have a new project directory and the driver dependencies installed. .. include:: /includes/get-started/quickstart-troubleshoot.rst - -.. button:: Next: Create a MongoDB Deployment - :uri: /get-started/create-a-deployment/