Skip to content

Commit c79a3ee

Browse files
committed
wip:
1 parent c2636b0 commit c79a3ee

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

source/php-frameworks/drupal.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Drupal MongoDB Integration
99
:values: tutorial
1010

1111
.. meta::
12-
:keywords: php framework, code example, CMS, web app, authentication
12+
:keywords: php framework, CMS, web app, authentication, Atlas
1313

1414
.. contents:: On this page
1515
:local:
@@ -45,7 +45,7 @@ MongoDB supports eliminates the need for complicated table joins and
4545
thus increases data retrieval speed, enhancing user experience with
4646
components such as personalized dashboards and dynamic content feeds.
4747

48-
When you use MongoDB as your site's database, Drupal stores entity
48+
When you use MongoDB Atlas as your site's database, Drupal stores entity
4949
instances as JSON objects that contain all revisions, translations, and
5050
field data. This flexible data structure decreases latency and allows
5151
Drupal to support personalized, user-focused experiences.
@@ -87,7 +87,7 @@ This tutorial demonstrates how to perform the following steps:
8787
#. Installing the following components:
8888

8989
- Apache web server
90-
- MongoDB PHP Extension
90+
- `MongoDB PHP extension <https://php.net/mongodb>`__
9191
- Drupal web server
9292
- Drupal core patch
9393

source/php-frameworks/symfony.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,9 +124,9 @@ Atlas documentation.
124124
Install MongoDB Extension
125125
~~~~~~~~~~~~~~~~~~~~~~~~~
126126

127-
To learn more about installing the MongoDB extension, see `Installing the Extension
128-
<https://www.mongodb.com/docs/php-library/current/tutorial/install-php-library/#installing-the-extension>`__
129-
in the PHP Library Manual.
127+
To learn more about installing the MongoDB extension, see the `Get
128+
Started with the PHP Library
129+
<https://www.mongodb.com/docs/php-library/current/get-started/#download-and-install>`__ tutorial.
130130

131131
Initialize a Symfony Project
132132
~~~~~~~~~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)