Skip to content

Commit

Permalink
fix file inclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
daleiz committed Jan 8, 2024
1 parent ccf7398 commit c099733
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/develop/receive/consume.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,9 @@ that users would have consumers from different clients.

::: code-group

<<< @/../../examples/java/app/src/main/java/docs/code/examples/ConsumeDataSharedExample.java [Java]
<<< @/../examples/java/app/src/main/java/docs/code/examples/ConsumeDataSharedExample.java [Java]

<<< @/../../examples/go/examples/ExampleConsumerGroup.go [Go]
<<< @/../examples/go/examples/ExampleConsumerGroup.go [Go]

:::

Expand Down

0 comments on commit c099733

Please sign in to comment.