Skip to content

Commit 11ecd9d

Browse files
author
Dave
authored
DOCSP-20658 BACKPORT (#524)
1 parent fdfb466 commit 11ecd9d

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

source/core/views.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.. _3.4-reference-views:
1+
.. _views-landing-page:
22

33
=====
44
Views

source/includes/extracts-create-cmd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ content: |
2626
2727
:authaction:`createCollection` on the database
2828
29-
* - Create a :ref:`view <3.4-reference-views>`
29+
* - Create a :ref:`view <views-landing-page>`
3030
3131
- :authaction:`createCollection` on the database.
3232

source/reference/command/create.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ Specify Collation
417417
~~~~~~~~~~~~~~~~~
418418

419419
You can specify :ref:`collation <collation>` at the collection or
420-
:ref:`view <3.4-reference-views>` level. For example, the following
420+
:ref:`view <views-landing-page>` level. For example, the following
421421
operation creates a collection, specifying a collation for the
422422
collection (See :ref:`collation-document-fields` for descriptions of
423423
the collation fields):

source/reference/method/db.createCollection.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@ Specify Collation
456456
.. include:: /includes/extracts/collation-versionadded.rst
457457

458458
You can specify :ref:`collation <collation>` at the collection or
459-
:ref:`view <3.4-reference-views>` level. For example, the following
459+
:ref:`view <views-landing-page>` level. For example, the following
460460
operation creates a collection, specifying a collation for the
461461
collection (See :ref:`collation-document-fields` for descriptions of
462462
the collation fields):

source/reference/security-client-side-encryption-limitations.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ encrypted fields.
4343
Views
4444
-----
4545

46-
Queries against :ref:`views <3.4-reference-views>` on collections
46+
Queries against :ref:`views <views-landing-page>` on collections
4747
containing client-side field level encrypted values may return
4848
unexpected or incorrect results if either the underlying view
4949
aggregation pipeline *or* the query references encrypted fields. If

source/release-notes/3.4.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1117,7 +1117,7 @@ introduces:
11171117

11181118
db.createView(<view>, <source>, <pipeline>, <collation>)
11191119

1120-
For more information on creating views, see :ref:`3.4-reference-views`.
1120+
For more information on creating views, see :ref:`views-landing-page`.
11211121

11221122
Security Enhancement
11231123
--------------------

0 commit comments

Comments
 (0)