Browse Source

Update docs/developers/Building_iOS.md

Co-authored-by: Andrey Filipenkov <[email protected]>
Emmanuel Ferdman 1 year ago
parent
commit
dc3a677f14
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/developers/Building_iOS.md

+ 1 - 1
docs/developers/Building_iOS.md

@@ -18,7 +18,7 @@ git clone --recurse-submodules https://github.com/vcmi/vcmi.git
 
 There are 2 ways to get prebuilt dependencies:
 
-- [Conan package manager](./Conan.md) - recommended. Note that the link points to the cutting-edge state in `develop` branch, for the latest release check the same document in the [master branch](./Conan.md).
+- [Conan package manager](./Conan.md) - recommended. Note that the link points to the state of the current branch, for the latest release check the same document in the [master branch](https://github.com/vcmi/vcmi/blob/master/docs/developers/Сonan.md).
 - [legacy manually built libraries](https://github.com/vcmi/vcmi-ios-deps) - can be used if you have Xcode 11/12 or to build for simulator / armv7 device
 
 ## Configuring project