summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorOliver Reiche <oliver.reiche@huawei.com>2023-06-01 13:36:32 +0200
committerOliver Reiche <oliver.reiche@huawei.com>2023-06-12 16:29:05 +0200
commitb66a7359fbbff35af630c88c56598bbc06b393e1 (patch)
treed866802c4b44c13cbd90f9919cc7fc472091be0c /README.md
parent144b2c619f28c91663936cd445251ca28af45f88 (diff)
downloadjustbuild-b66a7359fbbff35af630c88c56598bbc06b393e1.tar.gz
doc: Convert orgmode files to markdown
Diffstat (limited to 'README.md')
-rw-r--r--README.md36
1 files changed, 18 insertions, 18 deletions
diff --git a/README.md b/README.md
index 46fc78e4..bd0938c4 100644
--- a/README.md
+++ b/README.md
@@ -15,25 +15,25 @@ taken from user-defined rules described by functional expressions.
[installation guide](INSTALL.md).
* Tutorial
- - [Getting Started](doc/tutorial/getting-started.org)
- - [Hello World](doc/tutorial/hello-world.org)
- - [Third party dependencies](doc/tutorial/third-party-software.org)
- - [Tests](doc/tutorial/tests.org)
- - [Targets versus `FILE`, `GLOB`, and `TREE`](doc/tutorial/target-file-glob-tree.org)
- - [Ensuring reproducibility](doc/tutorial/rebuild.org)
- - [Using protobuf](doc/tutorial/proto.org)
+ - [Getting Started](doc/tutorial/getting-started.md)
+ - [Hello World](doc/tutorial/hello-world.md)
+ - [Third party dependencies](doc/tutorial/third-party-software.md)
+ - [Tests](doc/tutorial/tests.md)
+ - [Targets versus `FILE`, `GLOB`, and `TREE`](doc/tutorial/target-file-glob-tree.md)
+ - [Ensuring reproducibility](doc/tutorial/rebuild.md)
+ - [Using protobuf](doc/tutorial/proto.md)
- [How to create a single-node remote execution service](doc/tutorial/just-execute.org)
## Documentation
-- [Overview](doc/concepts/overview.org)
-- [Build Configurations](doc/concepts/configuration.org)
-- [Multi-Repository Builds](doc/concepts/multi-repo.org)
-- [Expression Language](doc/concepts/expressions.org)
-- [Built-in Rules](doc/concepts/built-in-rules.org)
-- [User-Defined Rules](doc/concepts/rules.org)
-- [Documentation Strings](doc/concepts/doc-strings.org)
-- [Cache Pragma and Testing](doc/concepts/cache-pragma.org)
-- [Anonymous Targets](doc/concepts/anonymous-targets.org)
-- [Target-Level Caching](doc/concepts/target-cache.org)
-- [Garbage Collection](doc/concepts/garbage.org)
+- [Overview](doc/concepts/overview.md)
+- [Build Configurations](doc/concepts/configuration.md)
+- [Multi-Repository Builds](doc/concepts/multi-repo.md)
+- [Expression Language](doc/concepts/expressions.md)
+- [Built-in Rules](doc/concepts/built-in-rules.md)
+- [User-Defined Rules](doc/concepts/rules.md)
+- [Documentation Strings](doc/concepts/doc-strings.md)
+- [Cache Pragma and Testing](doc/concepts/cache-pragma.md)
+- [Anonymous Targets](doc/concepts/anonymous-targets.md)
+- [Target-Level Caching](doc/concepts/target-cache.md)
+- [Garbage Collection](doc/concepts/garbage.md)