Skip to content

Commit cc2299f

Browse files
authored
update some outdated link in CONTRIBUTING.md
1 parent 802b91c commit cc2299f

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

CONTRIBUTING.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Translations are managed through [crowdin], a service which allows anyone to con
2222

2323
## Setting up a development environment
2424

25-
**PLEASE READ If you want to add features or fix bugs that exist in multiple versions, please make the changes for the oldest fully supported versions, which you can find [here](https://docs.advanced-peripherals.de/#version-support). That would be 1.19.2 at the time the article was written.**
25+
**PLEASE READ If you want to add features or fix bugs that exist in multiple versions, please make the changes for the oldest fully supported versions, which you can find [here](https://docs.advanced-peripherals.de/#version-support). That would be 1.20.1 at the time the article was written.**
2626

2727
If you want to contribute to Advanced Peripherals, you'll need to set up a development environment. This can be a tedious process for first-time contributors, but it's worth it in the long run. This guide will walk you through the process of setting up a development environment.
2828

@@ -35,11 +35,11 @@ You can also download the [IntelliJ IDEA][idea] IDE, which is what we recommend
3535

3636
- Download AP's source code:
3737
```
38-
git clone https://github.com/SirEndii/AdvancedPeripherals
38+
git clone https://github.com/IntelligenceModding/AdvancedPeripherals
3939
cd AdvancedPeripherals
4040
```
4141
- If you're using IntelliJ IDEA, you can import the project by selecting `Get from version control` and then typing
42-
in the github repository url `https://github.com/SirEndii/AdvancedPeripherals/`.
42+
in the github repository url `https://github.com/IntelligenceModding/AdvancedPeripherals/`.
4343

4444
- Build AP with `./gradlew build` (or double clicking the build button in Intellij IDEA). This will be very slow the first time it runs, as it needs to download all the dependencies.
4545
- Subsequent builds will be much faster.
@@ -53,7 +53,7 @@ If you're having trouble setting up a development environment, [ask the communit
5353

5454
### Testing
5555
We currently do not have code tests for Advanced Peripherals.
56-
However, we currently work on adding tests to Advanced Peripherals. You can contribute to this by adding tests to the project on the [dev/tests](https://github.com/SirEndii/AdvancedPeripherals/tree/dev/tests) branch. If you want to contribute to this, please contact us on [discord][discord].
56+
However, we currently work on adding tests to Advanced Peripherals. You can contribute to this by adding tests to the project on the [dev/tests](https://github.com/IntelligenceModding/AdvancedPeripherals/tree/dev/tests) branch. If you want to contribute to this, please contact us on [discord][discord].
5757

5858

5959
## Writing documentation
@@ -63,10 +63,10 @@ Everything you need to know is stated in the readme of the documentation reposit
6363

6464

6565

66-
[new-issue]: https://github.com/SirEndii/AdvancedPeripherals/issues/new/choose "Create a new issue"
66+
[new-issue]: https://github.com/IntelligenceModding/AdvancedPeripherals/issues/new/choose "Create a new issue"
6767
[Adoptium]: https://adoptium.net/temurin/releases?version=17 "Download OpenJDK 17"
6868
[vsc]: https://code.visualstudio.com/ "Visual Studio Code"
69-
[docs-repo]: https://github.com/SirEndii/Advanced-Peripherals-Documentation "Advanced Peripherals Documentation Repository"
69+
[docs-repo]: https://github.com/IntelligenceModding/Advanced-Peripherals-Documentation "Advanced Peripherals Documentation Repository"
7070
[checkstyle]: https://checkstyle.org/
7171
[idea]: https://www.jetbrains.com/de-de/products/compare/?product=idea&product=idea-ce "IntelliJ IDEA Community Edition"
7272
[discord]: https://discord.intelligence-modding.de/ "Join the Discord"

0 commit comments

Comments
 (0)