diff --git a/Development-Setup.md b/Development-Setup.md index 432e261..c9be507 100644 --- a/Development-Setup.md +++ b/Development-Setup.md @@ -35,9 +35,9 @@ You can build and run sway directly without installing it. A subproject allows t ```sh # Clone repositories -git clone git@github.com:swaywm/sway.git +git clone https://github.com/swaywm/sway.git cd sway -git clone git@github.com:swaywm/wlroots.git subprojects/wlroots +git clone https://gitlab.freedesktop.org/wlroots/wlroots.git subprojects/wlroots # Build sway and wlroots meson build/ @@ -102,7 +102,7 @@ Execute `source ~/.profile` to update the variables for your current terminal se ## Compiling You're now ready to compile wlroots, which is the Wayland compositor library used by sway. -* Clone the [`wlroots`](https://github.com/swaywm/wlroots) repository with git +* Clone the [`wlroots`](https://gitlab.freedesktop.org/wlroots/wlroots/) repository with git * Execute `meson build`, which will create the `build` directory * Execute `ninja -C build` to build * Execute `sudo ninja -C build install` to install