summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorOliver Reiche <oliver.reiche@huawei.com>2023-06-12 12:24:01 +0200
committerOliver Reiche <oliver.reiche@huawei.com>2023-06-12 12:24:01 +0200
commit82e6e8523bc0e5bd5b241a2c6fa1434d38f21183 (patch)
tree1c049891c98121ac67bf8f73978ef072acc7a242 /README.md
parent1e4ec9debd4278f0cd6f7f57b930996881b81366 (diff)
downloadrules-cc-82e6e8523bc0e5bd5b241a2c6fa1434d38f21183.tar.gz
Update derived files
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 67277eb..125c0ee 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@ this feature is used.
Alternatively, the `rules-cc` repository can be added manually to
your `repos.json`.
-~~~json
+~~~jsonc
...
, "rules-cc":
{ "repository":
@@ -37,14 +37,14 @@ Importing this way, `protoc` and `grpc_cpp_plugin` will be taken
from the host system. To change the binary names or to bring your
own proto toolchain, add a corresponding `target_root` layer (and
provide the needed binding, if your target files refer to other
-reposistories containing the toolchain).
+repositories containing the toolchain).
## Consume and being consumed by CMake Libraries
For interoperability with CMake projects, see
-- [consume CMake libraries](./doc/consume-cmake-libraries.org)
-- [being consumed by CMake](./doc/being-consumed-by-cmake.org)
+- [consume CMake libraries](./doc/consume-cmake-libraries.md)
+- [being consumed by CMake](./doc/being-consumed-by-cmake.md)
## Rule Documentation