Skip to content

Commit 224db3c

Browse files
zxqfd555Manul from Pathway
authored andcommitted
fix links in the nats connector docs (#9484)
GitOrigin-RevId: c47f03016ab7e3e0bd42a69afc7819fbd314b891
1 parent 9cd8048 commit 224db3c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/pathway/io/nats/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def read(
7373
where the path follows the
7474
`JSON Pointer (RFC 6901) <https://www.rfc-editor.org/rfc/rfc6901>`_.
7575
jetstream_stream_name: if specified, the
76-
`JetStream <https://docs.nats.io/nats-concepts/jetstream>_` extension is used.
76+
`JetStream <https://docs.nats.io/nats-concepts/jetstream>`_ extension is used.
7777
In this case, the specified stream will be used.
7878
durable_consumer_name: the name of the durable pull consumer to use with JetStream.
7979
If not specified, the consumer will be created automatically with default
@@ -260,7 +260,7 @@ def write(
260260
of a single column of the string type.
261261
delimiter: field delimiter to be used in case of delimiter-separated values format.
262262
jetstream_stream_name: if specified, the
263-
`JetStream <https://docs.nats.io/nats-concepts/jetstream>_` extension is used.
263+
`JetStream <https://docs.nats.io/nats-concepts/jetstream>`_ extension is used.
264264
In this case, the specified stream will be used.
265265
value: reference to the column that should be used as a payload in
266266
the produced message in ``"plaintext"`` or ``"raw"`` format. It can be deduced

0 commit comments

Comments
 (0)