From 4d00436ceedbf6dd77f9197b29c85917da4690c9 Mon Sep 17 00:00:00 2001 From: yuanyuyuan Date: Mon, 23 Dec 2024 16:21:58 +0800 Subject: [PATCH] fix: corrected the syntax of links in README.md --- README.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 79a2965..fac5068 100644 --- a/README.md +++ b/README.md @@ -183,14 +183,14 @@ Below are the steps to include [zenoh-cpp] into CMake project. See also [example The documentation is on [zenoh-cpp.readthedocs.io]. Instruction how to build documentation locally is at [docs/README.md]. -- [rust-lang](https://www.rust-lang.org) -- [zenoh](https://github.com/eclipse-zenoh/zenoh) -- [zenoh-c](https://github.com/eclipse-zenoh/zenoh-c) -- [zenoh-cpp](https://github.com/eclipse-zenoh/zenoh-cpp) -- [zenoh-pico](https://github.com/eclipse-zenoh/zenoh-pico) -- [zenoh.hxx](https://github.com/eclipse-zenoh/zenoh-cpp/blob/main/include/zenoh.hxx) -- [add_subdirectory](https://cmake.org/cmake/help/latest/command/add_subdirectory.html) -- [find_package](https://cmake.org/cmake/help/latest/command/find_package.html) -- [FetchContent](https://cmake.org/cmake/help/latest/module/FetchContent.html) -- [zenoh-cpp.readthedocs.io](https://zenoh-cpp.readthedocs.io) -- [docs/README.md](https://github.com/eclipse-zenoh/zenoh-cpp/blob/main/docs/README.md) +[rust-lang](https://www.rust-lang.org) +[zenoh](https://github.com/eclipse-zenoh/zenoh) +[zenoh-c](https://github.com/eclipse-zenoh/zenoh-c) +[zenoh-cpp](https://github.com/eclipse-zenoh/zenoh-cpp) +[zenoh-pico](https://github.com/eclipse-zenoh/zenoh-pico) +[zenoh.hxx](https://github.com/eclipse-zenoh/zenoh-cpp/blob/main/include/zenoh.hxx) +[add_subdirectory](https://cmake.org/cmake/help/latest/command/add_subdirectory.html) +[find_package](https://cmake.org/cmake/help/latest/command/find_package.html) +[FetchContent](https://cmake.org/cmake/help/latest/module/FetchContent.html) +[zenoh-cpp.readthedocs.io](https://zenoh-cpp.readthedocs.io) +[docs/README.md](https://github.com/eclipse-zenoh/zenoh-cpp/blob/main/docs/README.md)