Skip to content

Commit c572385

Browse files
authored
fixes (#378)
* fixes * typo * feedback
1 parent e6de7fb commit c572385

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

config/redirects

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ raw: ${prefix}/ -> ${base}/current/
66
raw: ${prefix}/stable -> ${base}/current/
77

88
[*-master]: ${prefix}/${version}/fundamentals/versioned-api/ -> ${base}/${version}/fundamentals/stable-api/
9-
[v4.7-*]: ${prefix}/${version}/fundamentals/csfle -> ${base}/${version}/fundamentals/encrypt-fields
9+
[v4.7-*]: ${prefix}/${version}/fundamentals/csfle -> ${base}/${version}/fundamentals/encrypt-fields/
10+
[*-v4.6]: ${prefix}/${version}/fundamentals/encrypt-fields -> ${base}/${version}/fundamentals/csfle/

source/fundamentals/encrypt-fields.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@ uniquely.
4545

4646
The MongoDB manual contains detailed information on the following {+qe+} topics:
4747

48-
- Begin a working {+qe+} example with the :v6.0:`queryable-encryption quick start </core/queryable-encryption/quick-start>`.
49-
- Learn how to use {+qe+} in the :v6.0:`queryable-encryption fundamentals </core/queryable-encryption/fundamentals>`.
50-
- Learn how to integrate your {+qe+} implementation with a KMS in the :v6.0:`queryable-encryption tutorials </core/queryable-encryption/tutorials>`.
51-
- Learn {+qe+} concepts in the :v6.0:`queryable-encryption reference </core/queryable-encryption/reference>`.
48+
- To get started, see the :v6.0:`{+qe+} Quick Start </core/queryable-encryption/quick-start>`.
49+
- To learn how to use {+qe+}, see the :v6.0:`{+qe+} Fundamentals </core/queryable-encryption/fundamentals>`.
50+
- To learn how to integrate your implementation with a KMS, see the {+qe+} :v6.0:`{+qe+} Tutorials </core/queryable-encryption/tutorials>`.
51+
- To learn {+qe+} concepts, see the :v6.0:`{+qe+} Reference </core/queryable-encryption/reference>`.
5252

5353
{+csfle-long+}
5454
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -63,8 +63,8 @@ is susceptible to recovery using :wikipedia:`frequency analysis <Frequency_analy
6363

6464
The MongoDB manual contains detailed information on the following {+csfle-short+} topics:
6565

66-
- Begin a working {+csfle-short+} example with the :v6.0:`{+csfle-short+} quick start </core/csfle/quick-start>`.
67-
- Learn how to use {+csfle-short+} in the :v6.0:`{+csfle-short+} fundamentals </core/csfle/fundamentals>`.
68-
- Learn how to integrate your {+csfle-short+} implementation with a KMS in the :v6.0:`{+csfle-short+} tutorials </core/csfle/tutorials>`.
69-
- Learn {+csfle-short+} concepts in the :v6.0:`{+csfle-short+} reference </core/csfle/reference>`.
66+
- To get started, see the :v6.0:`{+csfle-short+} Quick Start </core/csfle/quick-start>`.
67+
- To learn how to use {+csfle-short+}, see the :v6.0:`{+csfle-short+} Fundamentals </core/csfle/fundamentals>`.
68+
- To learn how to integrate your {+csfle-short+} implementation with a KMS, see the :v6.0:`{+csfle-short+} Tutorials </core/csfle/tutorials>`.
69+
- To learn :{+csfle-short+} concepts, see the :v6.0:`{+csfle-short+} Reference </core/csfle/reference>`.
7070

0 commit comments

Comments
 (0)