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 c41498c commit ac47322
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 @@ -39,9 +39,9 @@ acknowledged one at a time, as shown in the example below.

::: code-group

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

<<< @/examples/go/examples/ExampleConsumer.go [Go]
@snippet examples/go/examples/ExampleConsumer.go [Go]

@snippet examples/py/snippets/guides.py common subscribe-records

Expand Down

0 comments on commit ac47322

Please sign in to comment.