summaryrefslogtreecommitdiff
path: root/doc/tutorial/hello-world.md
diff options
context:
space:
mode:
authorKlaus Aehlig <klaus.aehlig@huawei.com>2024-09-10 11:30:21 +0200
committerKlaus Aehlig <klaus.aehlig@huawei.com>2024-09-11 17:35:33 +0200
commita91307d62f8aafd1abc2a5ff8d751b6ef2b594dd (patch)
tree6dc54dff1c7cd5dda4f982d08cfb1c5518bad744 /doc/tutorial/hello-world.md
parent8326a669825a3748d0f93a9d5b1607fa158226e2 (diff)
downloadjustbuild-a91307d62f8aafd1abc2a5ff8d751b6ef2b594dd.tar.gz
Update rules-cc commit in tutorial
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 317c0a63..5786c4d5 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": "0e9d13a761c878a647fde5a543946a02bf2c693d"
+ , "commit": "22777343f1cfdda9880c61516be22fdfa595a569"
, "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:0e9d13a761c878a647fde5a543946a02bf2c693d](https://github.com/just-buildsystem/rules-cc/tree/0e9d13a761c878a647fde5a543946a02bf2c693d),
+ [just-buildsystem/rules-cc:22777343f1cfdda9880c61516be22fdfa595a569](https://github.com/just-buildsystem/rules-cc/tree/22777343f1cfdda9880c61516be22fdfa595a569),
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": "0e9d13a761c878a647fde5a543946a02bf2c693d"
+ , "commit": "22777343f1cfdda9880c61516be22fdfa595a569"
, "repository": "https://github.com/just-buildsystem/rules-cc.git"
, "subdir": "rules"
}