From c72fdc7d534586e005a4fa4b4c9dfd92abb52ee2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philip=20Tamb=C3=A8?= <33310992+PhilipTamb@users.noreply.github.com> Date: Thu, 19 Oct 2023 16:10:26 +0200 Subject: [PATCH] Update README documentation links (#569) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7bde208d7a..9efe11dbdd 100644 --- a/README.md +++ b/README.md @@ -185,7 +185,7 @@ Note that the REST plugin is added to the configuration by the default value of **[REST plugin](https://zenoh.io/docs/manual/plugin-http/)** (exposing a REST API): This plugin converts GET and PUT REST requests into Zenoh gets and puts respectively. -**[Storages plugin](https://zenoh.io/docs/manual/plugin-storages/)** (managing [backends and storages](https://zenoh.io/docs/manual/backends/)) +**[Storages plugin](https://zenoh.io/docs/manual/plugin-storage-manager/)** (managing [backends and storages](https://zenoh.io/docs/manual/plugin-storage-manager/#backends-and-volumes)) This plugin allows you to easily define storages. These will store key-value pairs they subscribed to, and send the most recent ones when queried. Check out [DEFAULT_CONFIG.json5](DEFAULT_CONFIG.json5) for info on how to configure them. -------------------------------