[dev] fix: Change github links to codeberg (#339)
Reviewed-on: https://codeberg.org/freesewing/freesewing/pulls/339 Reviewed-by: Joost De Cock <joostdecock@noreply.codeberg.org>
This commit is contained in:
commit
0dc985594d
1 changed files with 5 additions and 5 deletions
|
@ -22,17 +22,17 @@ This is the recommended way for (aspiring) FreeSewing contributors
|
|||
### TL;DR
|
||||
|
||||
```bash
|
||||
git clone https://github.com/freesewing/freesewing
|
||||
git clone https://codeberg.org/freesewing/freesewing.git
|
||||
cd freesewing
|
||||
yarn kickstart
|
||||
```
|
||||
|
||||
:::tip
|
||||
Even better: [clone your own
|
||||
fork](https://github.com/freesewing/freesewing/fork)
|
||||
fork](https://codeberg.org/freesewing/freesewing/fork)
|
||||
|
||||
```bash
|
||||
git clone https://github.com/your-username/freesewing
|
||||
git clone https://codeberg.org/your-username/freesewing.git
|
||||
cd freesewing
|
||||
yarn kickstart
|
||||
```
|
||||
|
@ -72,7 +72,7 @@ npm install yarn --global
|
|||
#### Fork our repository
|
||||
|
||||
You'll want to fork our repository. This way you have your own copy where you can make
|
||||
all the changes you want. To do so, visit https://github.com/freesewing/freesewing/fork
|
||||
all the changes you want. To do so, visit https://codeberg.org/freesewing/freesewing/fork
|
||||
|
||||
#### Clone the forked repository
|
||||
|
||||
|
@ -82,7 +82,7 @@ Now that you have your very own fork, it's time to clone it locally.
|
|||
git clone <url to your fork>
|
||||
```
|
||||
|
||||
Make sure to use the URL to your own fork, typically `https://github.com/your-username/freesewing` but
|
||||
Make sure to use the URL to your own fork, typically `https://codeberg.org/your-username/freesewing.git` but
|
||||
obviously with your real username rather than `your-username`.
|
||||
|
||||
#### Install dependencies
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue