diff options
-rw-r--r-- | doc/tutorial/just-serve.md | 2 | ||||
-rw-r--r-- | doc/tutorial/third-party-software.md | 2 |
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" } |