Skip to content

Commit

Permalink
Merge pull request #349 from ZettaScaleLabs/fix/readme-syntax
Browse files Browse the repository at this point in the history
fix: corrected the syntax of links in README.md
  • Loading branch information
YuanYuYuan authored Dec 23, 2024
2 parents 964b64d + 4d00436 commit c72215e
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit c72215e

Please sign in to comment.