Skip to content

Commit b9cba95

Browse files
committed
Merge remote-tracking branch 'Half-Life-Updated/master'
# Conflicts: # CHANGELOG.md # INSTALL.md # README.md
2 parents bae0d71 + b82a06f commit b9cba95

5 files changed

+152
-152
lines changed

BUILDING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@ Clone the repository. Since it uses submodules you will need to make sure they a
3939
The following git command will clone the repository with submodules into the directory `<current_dir>/halflife-unified-sdk`:
4040
```sh
4141
cd path/to/where/you/want/source/code
42-
git clone --recurse-submodules https://github.com/SamVanheer/halflife-unified-sdk.git
42+
git clone --recurse-submodules https://github.com/twhl-community/halflife-unified-sdk.git
4343
```
4444

4545
It is recommended to put the source code directory in a directory of its own:
4646
```sh
4747
cd path/to/directory/halflife-unified-sdk_dev
48-
git clone --recurse-submodules https://github.com/SamVanheer/halflife-unified-sdk.git
48+
git clone --recurse-submodules https://github.com/twhl-community/halflife-unified-sdk.git
4949
```
5050

5151
This makes it easier to group related directories and files together.

0 commit comments

Comments
 (0)