summaryrefslogtreecommitdiff
path: root/doc/tutorial/hello-world.md
diff options
context:
space:
mode:
authorKlaus Aehlig <klaus.aehlig@huawei.com>2025-02-17 11:30:59 +0100
committerKlaus Aehlig <klaus.aehlig@huawei.com>2025-02-17 13:55:21 +0100
commitf174823c4c079b5666247f6a5989fa37fee8c345 (patch)
tree10a0c737aa3d968288b79e651f38a7672bf0a73c /doc/tutorial/hello-world.md
parent4ad224fdc83ba535e66a95b32c8c44900faa86c6 (diff)
downloadjustbuild-f174823c4c079b5666247f6a5989fa37fee8c345.tar.gz
tutorial: update reference to rules-cc
Diffstat (limited to 'doc/tutorial/hello-world.md')
-rw-r--r--doc/tutorial/hello-world.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/tutorial/hello-world.md b/doc/tutorial/hello-world.md
index afd8629f..efffcfe3 100644
--- a/doc/tutorial/hello-world.md
+++ b/doc/tutorial/hello-world.md
@@ -30,7 +30,7 @@ Second, we also need to create the multi-repository configuration
{ "repository":
{ "type": "git"
, "branch": "master"
- , "commit": "b8ae7e38c0c51467ead55361362a0fd0da3666d5"
+ , "commit": "3a5f0f0f50c59495ffc3b198df59e6edb8416450"
, "repository": "https://github.com/just-buildsystem/rules-cc.git"
, "subdir": "rules"
}
@@ -46,7 +46,7 @@ Second, we also need to create the multi-repository configuration
In that configuration, two repositories are defined:
1. The `"rules-cc"` repository located in the subdirectory `rules` of
- [just-buildsystem/rules-cc:b8ae7e38c0c51467ead55361362a0fd0da3666d5](https://github.com/just-buildsystem/rules-cc/tree/b8ae7e38c0c51467ead55361362a0fd0da3666d5),
+ [just-buildsystem/rules-cc:3a5f0f0f50c59495ffc3b198df59e6edb8416450](https://github.com/just-buildsystem/rules-cc/tree/3a5f0f0f50c59495ffc3b198df59e6edb8416450),
which contains the high-level concepts for building C/C++ binaries
and libraries.
@@ -228,7 +228,7 @@ the following content:
{ "repository":
{ "type": "git"
, "branch": "master"
- , "commit": "b8ae7e38c0c51467ead55361362a0fd0da3666d5"
+ , "commit": "3a5f0f0f50c59495ffc3b198df59e6edb8416450"
, "repository": "https://github.com/just-buildsystem/rules-cc.git"
, "subdir": "rules"
}