diff options
author | Oliver Reiche <oliver.reiche@huawei.com> | 2023-06-02 10:14:39 +0200 |
---|---|---|
committer | Oliver Reiche <oliver.reiche@huawei.com> | 2023-06-12 12:18:41 +0200 |
commit | 9ce21fcde4a46c5bc1fa9adafd343812426e3962 (patch) | |
tree | 9882fd108ce63a71cfb0e7594a045070f3235af2 /etc | |
parent | 3a902b7adedd380972c64d9a3c152e40b0dd302a (diff) | |
download | rules-cc-9ce21fcde4a46c5bc1fa9adafd343812426e3962.tar.gz |
doc: Convert docs to markdown
Diffstat (limited to 'etc')
-rw-r--r-- | etc/README.template.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/README.template.md b/etc/README.template.md index 98fed9a..b5891cf 100644 --- a/etc/README.template.md +++ b/etc/README.template.md @@ -43,8 +43,8 @@ reposistories containing the toolchain). 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 |