8000 Fix broken Transaction link (#786) · fede1024/rust-rdkafka@eb4270c · GitHub
[go: up one dir, main page]

Skip to content

Commit eb4270c

Browse files
authored
Fix broken Transaction link (#786)
1 parent a8d089d commit eb4270c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ EOS is useful in read-process-write scenarios that require messages to be
129129
processed exactly once.
130130

131131
To learn more about using transactions in rust-rdkafka, see the
132-
[Transactions](producer-transactions) section of the producer documentation.
132+
[Transactions][producer-transactions] section of the producer documentation.
133133

134134
### Users
135135

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
//! processed exactly once.
122122
//!
123123
//! To learn more about using transactions in rust-rdkafka, see the
124-
//! [Transactions](producer-transactions) section of the producer documentation.
124+
//! [Transactions][producer-transactions] section of the producer documentation.
125125
//!
126126
//! ### Users
127127
//!

0 commit comments

Comments
 (0)
0