File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ Key Store
48
48
If your SSL/TLS configuration requires a client certificate to connect,
49
49
generate a secure private key and provide the client certificate bundled
50
50
with the intermediate authority certificate. You can use ``openssl`` to
51
- generate a :wikipedia:`pkcs12 </ PKCS_12>` file to store this information
51
+ generate a :wikipedia:`pkcs12 <PKCS_12>` file to store this information
52
52
in your key store using the following command:
53
53
54
54
.. code-block:: none
Original file line number Diff line number Diff line change @@ -29,8 +29,8 @@ Update Configuration Settings
29
29
30
30
- Replace any keys that were used to specify per-topic and collection
31
31
overrides that contain the ``mongodb.collection`` prefix with the
32
- equivalent key in `Topic-Specific Configuration Settings
33
- <https://github.com/mongodb/mongo-kafka/blob/master/docs/sink.md# topic-specific-configuration-settings>`_ .
32
+ equivalent key in :ref: `Topic-Specific Configuration Settings
33
+ <topic-specific-configuration>` .
34
34
35
35
.. _custom-class-changes:
36
36
Original file line number Diff line number Diff line change @@ -244,7 +244,7 @@ Custom Pipeline Example
244
244
-----------------------
245
245
246
246
You can use the ``pipeline`` configuration setting to define a custom
247
- :manual:`aggregation pipeline <reference/operator/aggregation-pipeline/>`
247
+ :manual:`aggregation pipeline </ reference/operator/aggregation-pipeline/>`
248
248
to filter or modify the change events output. In this example, we set the
249
249
``pipeline`` configuration to observe only insert change events:
250
250
You can’t perform that action at this time.
0 commit comments