Skip to content

Commit eb35cd2

Browse files
authored
Merge pull request #580 from zyxkad/patch-1
Fix GUIDELINE link in PULL_REQUEST_TEMPLATE.md
2 parents e62beee + 5c7f5ed commit eb35cd2

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
**PLEASE READ THE [GUIDELINES](https://github.com/SirEndii/AdvancedPeripherals/blob/1.20.1/CONTRIBUTING.md) BEFORE MAKING A CONTRIBUTION**
1+
**PLEASE READ THE [GUIDELINES](https://github.com/SirEndii/AdvancedPeripherals/blob/dev/1.20.1/CONTRIBUTING.md) BEFORE MAKING A CONTRIBUTION**
22

33

44
* **Please check if the PR fulfills these requirements**

CONTRIBUTING.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -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)