summaryrefslogtreecommitdiff
path: root/doc/tutorial
diff options
context:
space:
mode:
authorPaul Cristian Sarbu <paul.cristian.sarbu@huawei.com>2025-03-05 15:18:22 +0100
committerPaul Cristian Sarbu <paul.cristian.sarbu@huawei.com>2025-03-06 13:39:51 +0100
commit91b9a0412c9e91f620a187354bfcc45df4b74279 (patch)
tree51a75bfd304b7a597ca7d3c4628ec38f9c16d397 /doc/tutorial
parent67c892bae9cfd0ed9f481cb4a0c718340b85d11c (diff)
downloadjustbuild-91b9a0412c9e91f620a187354bfcc45df4b74279.tar.gz
tutorial: Consistently use the fmtlib release tag
...instead of using the master branch.
Diffstat (limited to 'doc/tutorial')
-rw-r--r--doc/tutorial/just-serve.md2
-rw-r--r--doc/tutorial/third-party-software.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/tutorial/just-serve.md b/doc/tutorial/just-serve.md
index 54f4506c..d31bde29 100644
--- a/doc/tutorial/just-serve.md
+++ b/doc/tutorial/just-serve.md
@@ -321,7 +321,7 @@ Our `repos.json` at this stage reads:
, "fmtlib":
{ "repository":
{ "type": "git"
- , "branch": "master"
+ , "branch": "8.1.1"
, "commit": "b6f4ceaed0a0a24ccf575fab6c56dd50ccf6f1a9"
, "repository": "https://github.com/fmtlib/fmt.git"
}
diff --git a/doc/tutorial/third-party-software.md b/doc/tutorial/third-party-software.md
index c2c068d4..7496d7df 100644
--- a/doc/tutorial/third-party-software.md
+++ b/doc/tutorial/third-party-software.md
@@ -301,7 +301,7 @@ be set for them in `repos.json`:
, "fmtlib":
{ "repository":
{ "type": "git"
- , "branch": "master"
+ , "branch": "8.1.1"
, "commit": "b6f4ceaed0a0a24ccf575fab6c56dd50ccf6f1a9"
, "repository": "https://github.com/fmtlib/fmt.git"
}