diff --git a/source/get-started.txt b/source/get-started.txt index 16cd76a0..ed15a445 100644 --- a/source/get-started.txt +++ b/source/get-started.txt @@ -43,6 +43,3 @@ MongoDB Atlas and interact with data. Follow this guide to connect a sample {+language+} application to a MongoDB Atlas deployment. If you prefer to connect to MongoDB using a different driver or programming language, see the :driver:`list of official MongoDB 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 984694a0..10c3f616 100644 --- a/source/get-started/connect-to-mongodb.txt +++ b/source/get-started/connect-to-mongodb.txt @@ -78,9 +78,6 @@ the sample data, and prints out the result. .. include:: /includes/get-started/quickstart-troubleshoot.rst -.. button:: Next Steps - :uri: /get-started/next-steps/ - .. TODO add after output .. tip:: Data Classes .. .. To learn more about using data classes to store and retrieve data, diff --git a/source/get-started/create-a-connection-string.txt b/source/get-started/create-a-connection-string.txt index 0218bf57..be132969 100644 --- a/source/get-started/create-a-connection-string.txt +++ b/source/get-started/create-a-connection-string.txt @@ -58,6 +58,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 2f67f10e..974cdd8a 100644 --- a/source/get-started/create-a-deployment.txt +++ b/source/get-started/create-a-deployment.txt @@ -28,5 +28,3 @@ in your database. .. include:: /includes/get-started/quickstart-troubleshoot.rst -.. button:: Next: Create a Connection String - :uri: /get-started/create-a-connection-string/ diff --git a/source/get-started/download-and-install.txt b/source/get-started/download-and-install.txt index 0163f3c2..8eb916c7 100644 --- a/source/get-started/download-and-install.txt +++ b/source/get-started/download-and-install.txt @@ -82,5 +82,3 @@ and the driver dependencies installed. .. include:: /includes/get-started/quickstart-troubleshoot.rst -.. button:: Next: Create a MongoDB Deployment - :uri: /get-started/create-a-deployment/