diff options
-rw-r--r-- | doc/tutorial/hello-world.org | 6 | ||||
-rw-r--r-- | doc/tutorial/target-file-glob-tree.org | 2 | ||||
-rw-r--r-- | doc/tutorial/third-party-software.org | 6 |
3 files changed, 7 insertions, 7 deletions
diff --git a/doc/tutorial/hello-world.org b/doc/tutorial/hello-world.org index 9a680b30..342eaf82 100644 --- a/doc/tutorial/hello-world.org +++ b/doc/tutorial/hello-world.org @@ -29,7 +29,7 @@ in the workspace root: { "repository": { "type": "git" , "branch": "master" - , "commit": "886c7b680928276d7f925d30fc206ca27d9a97d1" + , "commit": "123d8b03bf2440052626151c14c54abce2726e6f" , "repository": "https://github.com/just-buildsystem/rules-cc.git" , "subdir": "rules" } @@ -45,7 +45,7 @@ in the workspace root: In that configuration, two repositories are defined: 1. The ~"rules-cc"~ repository located in the subdirectory ~rules~ of - [[https://github.com/just-buildsystem/rules-cc/tree/886c7b680928276d7f925d30fc206ca27d9a97d1][just-buildsystem/rules-cc:886c7b680928276d7f925d30fc206ca27d9a97d1]], + [[https://github.com/just-buildsystem/rules-cc/tree/123d8b03bf2440052626151c14c54abce2726e6f][just-buildsystem/rules-cc:123d8b03bf2440052626151c14c54abce2726e6f]], which contains the high-level concepts for building C/C++ binaries and libraries. @@ -214,7 +214,7 @@ following content: { "repository": { "type": "git" , "branch": "master" - , "commit": "886c7b680928276d7f925d30fc206ca27d9a97d1" + , "commit": "123d8b03bf2440052626151c14c54abce2726e6f" , "repository": "https://github.com/just-buildsystem/rules-cc.git" , "subdir": "rules" } diff --git a/doc/tutorial/target-file-glob-tree.org b/doc/tutorial/target-file-glob-tree.org index 84e6465b..58e9c725 100644 --- a/doc/tutorial/target-file-glob-tree.org +++ b/doc/tutorial/target-file-glob-tree.org @@ -35,7 +35,7 @@ with the following content. { "repository": { "type": "git" , "branch": "master" - , "commit": "886c7b680928276d7f925d30fc206ca27d9a97d1" + , "commit": "123d8b03bf2440052626151c14c54abce2726e6f" , "repository": "https://github.com/just-buildsystem/rules-cc.git" , "subdir": "rules" } diff --git a/doc/tutorial/third-party-software.org b/doc/tutorial/third-party-software.org index 4d06cecc..d1712cc8 100644 --- a/doc/tutorial/third-party-software.org +++ b/doc/tutorial/third-party-software.org @@ -142,7 +142,7 @@ therefore need to introduce an additional binding ~"format"~ for it: { "repository": { "type": "git" , "branch": "master" - , "commit": "886c7b680928276d7f925d30fc206ca27d9a97d1" + , "commit": "123d8b03bf2440052626151c14c54abce2726e6f" , "repository": "https://github.com/just-buildsystem/rules-cc.git" , "subdir": "rules" } @@ -262,7 +262,7 @@ those ~"type":"file"~ repositories the pragma ~"to_git"~ must be set for them in { "repository": { "type": "git" , "branch": "master" - , "commit": "886c7b680928276d7f925d30fc206ca27d9a97d1" + , "commit": "123d8b03bf2440052626151c14c54abce2726e6f" , "repository": "https://github.com/just-buildsystem/rules-cc.git" , "subdir": "rules" } @@ -372,7 +372,7 @@ defines the overlay ~"common-targets-layer"~, which is used by ~"fmtlib"~ and { "repository": { "type": "git" , "branch": "master" - , "commit": "886c7b680928276d7f925d30fc206ca27d9a97d1" + , "commit": "123d8b03bf2440052626151c14c54abce2726e6f" , "repository": "https://github.com/just-buildsystem/rules-cc.git" , "subdir": "rules" } |