瀏覽代碼

docs: update reference to Conan

Signed-off-by: Emmanuel Ferdman <[email protected]>
Emmanuel Ferdman 1 年之前
父節點
當前提交
970a4c5b4c
共有 3 個文件被更改,包括 4 次插入4 次删除
  1. 2 2
      docs/developers/Building_Android.md
  2. 1 1
      docs/developers/Building_iOS.md
  3. 1 1
      docs/developers/Building_macOS.md

+ 2 - 2
docs/developers/Building_Android.md

@@ -26,8 +26,8 @@ git clone --recurse-submodules https://github.com/vcmi/vcmi.git
 
 ## Obtaining dependencies
 
-We use Conan package manager to build/consume dependencies, find detailed usage instructions [here](https://github.com/vcmi/vcmi/tree/develop/docs/conan.md). 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](https://github.com/vcmi/vcmi/tree/master/docs/conan.md).
+We use Conan package manager to build/consume dependencies, find detailed usage instructions [here](./Conan.md). 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).
 
 On the step where you need to replace **PROFILE**, choose:
 - `android-32` to build for 32-bit architecture (armeabi-v7a)

+ 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](https://github.com/vcmi/vcmi/tree/develop/docs/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 (https://github.com/vcmi/vcmi/tree/master/docs/conan.md).
+- [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).
 - [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

+ 1 - 1
docs/developers/Building_macOS.md

@@ -23,7 +23,7 @@ There're 2 ways to get dependencies automatically.
 
 ## Conan package manager
 
-Please find detailed instructions in [VCMI repository](https://github.com/vcmi/vcmi/tree/develop/docs/conan.md). 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](https://github.com/vcmi/vcmi/tree/master/docs/conan.md).
+Please find detailed instructions in [VCMI repository](./Conan.md). 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).
 
 On the step where you need to replace **PROFILE**, choose: