Skip to content

Commit 48e413e

Browse files
author
Dave
authored
DOCSP-20658 BACKPORT (#523)
1 parent 989574e commit 48e413e

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
@@ -399,7 +399,7 @@ Specify Collation
399399
~~~~~~~~~~~~~~~~~
400400

401401
You can specify :ref:`collation <collation>` at the collection or
402-
:ref:`view <3.4-reference-views>` level. For example, the following
402+
:ref:`view <views-landing-page>` level. For example, the following
403403
operation creates a collection, specifying a collation for the
404404
collection (See :ref:`collation-document-fields` for descriptions of
405405
the collation fields):

source/reference/method/db.createCollection.txt

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

452452
You can specify :ref:`collation <collation>` at the collection or
453-
:ref:`view <3.4-reference-views>` level. For example, the following
453+
:ref:`view <views-landing-page>` level. For example, the following
454454
operation creates a collection, specifying a collation for the
455455
collection (See :ref:`collation-document-fields` for descriptions of
456456
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
@@ -1118,7 +1118,7 @@ introduces:
11181118

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

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

11231123
Security Enhancement
11241124
--------------------

0 commit comments

Comments
 (0)