Skip to content

Commit 167bda9

Browse files
authored
Documentation - Fix link paths in HEMTT instructions (#941)
1 parent dddeb13 commit 167bda9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/wiki/development/building.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,10 @@ Otherwise navigate to `tools` folder in command line.
6363
cd <path-to-cloned-repository>/tools
6464
```
6565

66-
Create the following links manually. First, create `x` folder in your Arma 3 directory. Then run the following command as admin, replacing the text in brackets with the appropriate paths:
66+
Create the following link manually. First, create a folder called `idi` in your Arma 3 directory. Then run the following command as admin, replacing the text in brackets with the appropriate paths:
6767

6868
```bat
69-
mklink /J "[Arma 3 installation folder]\x\cba" "[location of the ACRE2 project]"
69+
mklink /J "[Arma 3 installation folder]\idi\acre" "[location of the ACRE2 project]"
7070
```
7171

7272
### Create a Test Build

0 commit comments

Comments
 (0)