This is an automated email from the ASF dual-hosted git repository.
zstan pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git
The following commit(s) were added to refs/heads/main by this push:
new b87721b0c7 IGNITE-20734 Fixed a link to cli doc (#2750)
b87721b0c7 is described below
commit b87721b0c750573781666da876ca2b8858aad238
Author: IgGusev <[email protected]>
AuthorDate: Wed Oct 25 15:19:04 2023 +0400
IGNITE-20734 Fixed a link to cli doc (#2750)
---
examples/README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/examples/README.md b/examples/README.md
index c629a24bde..39f9004d80 100644
--- a/examples/README.md
+++ b/examples/README.md
@@ -14,6 +14,6 @@ The following examples are included:
* `PersistentPageMemoryStorageExample` - demonstrates the usage of the
PageMemory storage engine configured with a persistent data region.
* `RocksDbStorageExample` - demonstrates the usage of the RocksDB storage
engine.
-Before running the examples, read about
[cli](https://ignite.apache.org/docs/3.0.0-alpha/ignite-cli-tool).
+Before running the examples, read about
[cli](https://ignite.apache.org/docs/3.0.0-beta/ignite-cli-tool).
To run the examples, refer to their JavaDoc for instructions.