Skip to content

Commit

Permalink
Update README.md - use relative links to files
Browse files Browse the repository at this point in the history
  • Loading branch information
Mi-La authored Jan 22, 2024
1 parent b1f568c commit 424b877
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compiler/extensions/cpp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Although newer C++ compilers are not tested, they should work as well as long as

## Using Zserio CMake Helper

Zserio provides [`zserio_compiler.cmake`](https://github.com/ndsev/zserio/blob/master/cmake/zserio_compiler_cmake) helper, which defines custom function `zserio_generate_cpp`.
Zserio provides [`zserio_compiler.cmake`](../../../cmake/zserio_compiler.cmake) helper, which defines custom function `zserio_generate_cpp`.
This function can be used for automatic generation of C++ sources from zserio schemas.

#### Prerequisites
Expand Down Expand Up @@ -162,7 +162,7 @@ The following describes features which minimize the risk of Zserio C++ runtime l

#### Clang-tidy Usage

Clang-tidy tool is run using [this configuration](https://github.com/ndsev/zserio/blob/master/compiler/extensions/cpp/runtime/ClangTidyConfig.txt).
Clang-tidy tool is run using [this configuration](runtime/ClangTidyConfig.txt).
The clang-tidy report from the latest C++ runtime library is available [here](https://zserio.org/doc/runtime/latest/cpp/clang-tidy/clang-tidy-report.txt).

Due to compatibility and functional safety considerations, zserio is constrained to utilize the C++11 standard.
Expand Down

0 comments on commit 424b877

Please sign in to comment.