Skip to content

Commit 7baa549

Browse files
author
Dave
authored
DOCSP-20658 BACKPORT (#527)
* DOCSP-20658 BACKPORT * DOCSP-20658 BACKPORT
1 parent 1138f3c commit 7baa549

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
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
@@ -407,7 +407,7 @@ Specify Collation
407407
~~~~~~~~~~~~~~~~~
408408

409409
You can specify :ref:`collation <collation>` at the collection or
410-
:ref:`view <3.4-reference-views>` level. For example, the following
410+
:ref:`view <views-landing-page>` level. For example, the following
411411
operation creates a collection, specifying a collation for the
412412
collection (See :ref:`collation-document-fields` for descriptions of
413413
the collation fields):

source/reference/method/db.createCollection.txt

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

481481
You can specify :ref:`collation <collation>` at the collection or
482-
:ref:`view <3.4-reference-views>` level. For example, the following
482+
:ref:`view <views-landing-page>` level. For example, the following
483483
operation creates a collection, specifying a collation for the
484484
collection (See :ref:`collation-document-fields` for descriptions of
485485
the collation fields):

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)