diff --git a/sites/dev/docs/tutorials/getting-started-linux/dev-setup/readme.mdx b/sites/dev/docs/tutorials/getting-started-linux/dev-setup/readme.mdx index 17933a6063e..9e4bff43dcf 100644 --- a/sites/dev/docs/tutorials/getting-started-linux/dev-setup/readme.mdx +++ b/sites/dev/docs/tutorials/getting-started-linux/dev-setup/readme.mdx @@ -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 ``` -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