From a7646c85398277ee7a3ff6d66da6503e6c25e97b Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Wed, 23 Oct 2024 14:22:28 +0200 Subject: Update rules reference in tutorial --- doc/tutorial/hello-world.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/tutorial/hello-world.md') diff --git a/doc/tutorial/hello-world.md b/doc/tutorial/hello-world.md index 5786c4d5..b700252d 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": "22777343f1cfdda9880c61516be22fdfa595a569" + , "commit": "b8ae7e38c0c51467ead55361362a0fd0da3666d5" , "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:22777343f1cfdda9880c61516be22fdfa595a569](https://github.com/just-buildsystem/rules-cc/tree/22777343f1cfdda9880c61516be22fdfa595a569), + [just-buildsystem/rules-cc:b8ae7e38c0c51467ead55361362a0fd0da3666d5](https://github.com/just-buildsystem/rules-cc/tree/b8ae7e38c0c51467ead55361362a0fd0da3666d5), 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": "22777343f1cfdda9880c61516be22fdfa595a569" + , "commit": "b8ae7e38c0c51467ead55361362a0fd0da3666d5" , "repository": "https://github.com/just-buildsystem/rules-cc.git" , "subdir": "rules" } -- cgit v1.2.3