Skip to content

Commit

Permalink
fix: add links to z_bytes example
Browse files Browse the repository at this point in the history
  • Loading branch information
wyfo committed Oct 9, 2024
1 parent 0dfc440 commit 805ccb3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion content/docs/migration_1.0/Python.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ sample = subscriber.recv()
my_string = sample.payload.to_string()
```

You can look at a full set of examples in `examples/z_bytes.py`.
You can look at a full set of examples in [`examples/z_bytes.py`](https://github.com/eclipse-zenoh/zenoh-python/blob/1.0.0-beta.4/examples/z_bytes.py).

## Serialization

Expand Down
2 changes: 1 addition & 1 deletion content/docs/migration_1.0/Rust.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ let zbytes: ZBytes = sample.payload();
let raw_bytes: Cow<[u8]> = zbytes.as_bytes();
```

You can look at a full set of examples in `examples/examples/z_bytes.rs`.
You can look at a full set of examples in [`examples/examples/z_bytes.rs`](https://github.com/eclipse-zenoh/zenoh/blob/1.0.0-beta.4/examples/examples/z_bytes.rs).

## Serialization

Expand Down

0 comments on commit 805ccb3

Please sign in to comment.