Skip to content

Commit 571d62a

Browse files
author
Dave
authored
DOCSP-20658 BACKPORT (#526)
1 parent 7ecb298 commit 571d62a

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
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/audit-message.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ associated ``param`` details and the ``result`` values, if any.
298298

299299
- Collection is created.
300300

301-
- :ref:`View <3.4-reference-views>` is created, with the view
301+
- :ref:`View <views-landing-page>` is created, with the view
302302
name logged in the ``ns`` field.
303303

304304
.. include:: /includes/collection-audit-event.rst
@@ -420,7 +420,7 @@ associated ``param`` details and the ``result`` values, if any.
420420

421421
- Collection is dropped.
422422

423-
- :ref:`View <3.4-reference-views>` is dropped, with the view
423+
- :ref:`View <views-landing-page>` is dropped, with the view
424424
name logged in the ``ns`` field.
425425

426426
.. include:: /includes/collection-audit-event.rst

source/reference/command/create.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@ Specify Collation
518518
~~~~~~~~~~~~~~~~~
519519

520520
You can specify :ref:`collation <collation>` at the collection or
521-
:ref:`view <3.4-reference-views>` level. For example, the following
521+
:ref:`view <views-landing-page>` level. For example, the following
522522
operation creates a collection, specifying a collation for the
523523
collection (See :ref:`collation-document-fields` for descriptions of
524524
the collation fields):

source/reference/method/db.createCollection.txt

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

553553
You can specify :ref:`collation <collation>` at the collection or
554-
:ref:`view <3.4-reference-views>` level. For example, the following
554+
:ref:`view <views-landing-page>` level. For example, the following
555555
operation creates a collection, specifying a collation for the
556556
collection (See :ref:`collation-document-fields` for descriptions of
557557
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)