aboutsummaryrefslogtreecommitdiff
path: root/BUILD.md
diff options
context:
space:
mode:
authorSergio <42090377+SSUPII@users.noreply.github.com>2022-10-18 15:57:43 +0200
committerGitHub <noreply@github.com>2022-10-18 15:57:43 +0200
commit06d28c3eecb0c046e9680e5025e84c619c48db03 (patch)
treeb9c8ff150971c9b22fbcfdcf2edd3a36fdfb5df9 /BUILD.md
parent421522a61ad74750b83fc2f57f9d70cdb53ae73e (diff)
downloadPrismLauncher-06d28c3eecb0c046e9680e5025e84c619c48db03.tar.gz
PrismLauncher-06d28c3eecb0c046e9680e5025e84c619c48db03.tar.bz2
PrismLauncher-06d28c3eecb0c046e9680e5025e84c619c48db03.zip
Updated project naming
Signed-off-by: Sergio <42090377+SSUPII@users.noreply.github.com>
Diffstat (limited to 'BUILD.md')
-rw-r--r--BUILD.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/BUILD.md b/BUILD.md
index b4a89fea..8d70d1ed 100644
--- a/BUILD.md
+++ b/BUILD.md
@@ -2,13 +2,13 @@
Full build instructions will be available on [the website](https://prismlauncher.org/wiki/development/build-instructions/).
-If you would like to contribute or fix an issue with the Build instructions you will be able to do so [here](https://github.com/PlaceholderMC/website/blob/master/src/wiki/development/build-instructions.md).
+If you would like to contribute or fix an issue with the Build instructions you will be able to do so [here](https://github.com/PrismLauncher/website/blob/master/src/wiki/development/build-instructions.md).
<h2>Getting the source</h2>
Clone the source code using git, and grab all the submodules. This is generic for all platforms you want to build on.
```
-git clone --recursive https://github.com/PlaceholderMC/PrismLauncher
+git clone --recursive https://github.com/PrismLauncher/PrismLauncher
cd PrismLauncher
```