Fix github links to pret's.

This commit is contained in:
luckytyphlosion 2021-05-27 16:20:13 -04:00 committed by GitHub
parent c723d980e7
commit 8b45c8e48a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -377,7 +377,7 @@ If this works, then proceed to [Installation](#installation). Otherwise, ask for
1. If pokeemerald is not already downloaded (some users may prefer to download pokeemerald via a git client like GitHub Desktop), run: 1. If pokeemerald is not already downloaded (some users may prefer to download pokeemerald via a git client like GitHub Desktop), run:
```bash ```bash
git clone https://github.com/luckytyphlosion/pokeemerald git clone https://github.com/pret/pokeemerald
``` ```
<details> <details>
@ -397,7 +397,7 @@ If this works, then proceed to [Installation](#installation). Otherwise, ask for
- If agbcc has **not been built before** in the folder where you chose to store pokeemerald, run the following commands to build and install it into pokeemerald: - If agbcc has **not been built before** in the folder where you chose to store pokeemerald, run the following commands to build and install it into pokeemerald:
```bash ```bash
git clone https://github.com/luckytyphlosion/agbcc git clone https://github.com/pret/agbcc
cd agbcc cd agbcc
./build.sh ./build.sh
./install.sh ../pokeemerald ./install.sh ../pokeemerald