[Scummvm-git-logs] scummvm branch-2-5 -> 029e3fe637914fe7c3f902fa9ba364132ee386d7
sev-
noreply at scummvm.org
Tue Nov 16 10:41:34 UTC 2021
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
029e3fe637 DOCS: Fix iOS branch version in the docs
Commit: 029e3fe637914fe7c3f902fa9ba364132ee386d7
https://github.com/scummvm/scummvm/commit/029e3fe637914fe7c3f902fa9ba364132ee386d7
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2021-11-16T11:40:43+01:00
Commit Message:
DOCS: Fix iOS branch version in the docs
In general, we'd better rewrite this part and drop hard-coded version branch
Changed paths:
doc/docportal/other_platforms/ios.rst
diff --git a/doc/docportal/other_platforms/ios.rst b/doc/docportal/other_platforms/ios.rst
index 0c2e92bb89..02bd67e5ed 100644
--- a/doc/docportal/other_platforms/ios.rst
+++ b/doc/docportal/other_platforms/ios.rst
@@ -33,7 +33,7 @@ The first step is to download the repository containing the code required to bui
.. code-block:: bash
- git clone --depth 1 -b branch-2-2-0 https://github.com/scummvm/scummvm.git
+ git clone --depth 1 -b branch-2-5-0 https://github.com/scummvm/scummvm.git
.. tip::
More information about the Scummvm-git-logs
mailing list