We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5459eca commit 3baca5bCopy full SHA for 3baca5b
1 file changed
CONTRIBUTING.md
@@ -1,11 +1,11 @@
1
# Contributing to Multitool++
2
Thank you for your interest in contributing to Multitool++! Here is how to get started:
3
## Forking the repository
4
-You can visit [this link](https://github.com/benja2998/multitoolplusplus/fork) to fork the repository.
+You can visit [this link](https://codeberg.org/multitoolplusplus/app/fork) to fork the repository.
5
## Making your first change
6
You may want to clone your fork locally:
7
```bash
8
-git clone https://github.com/<your_username>/multitoolplusplus # assuming you didn't change the name
+git clone https://codeberg.org/<your_username>/app # assuming you didn't change the name
9
```
10
Alternatively, you can edit files directly from the web interface.
11
0 commit comments