diff --git a/build_and_run.md b/build_and_run.md index 7eac012..f2d6c6d 100644 --- a/build_and_run.md +++ b/build_and_run.md @@ -22,7 +22,7 @@ sudo pacman -S jdk17-openjdk maven git ## 2. Clone the Repository and Build ```bash -git clone https://github.com/eric-waveletsolutions/filterview.git +git clone https://codeberg.org/eratliff/filterview.git cd filterview ./mvnw clean install ``` @@ -55,7 +55,7 @@ sudo apt install openjdk-17-jdk maven git ### 2. Clone the Repository and Build ```bash -git clone https://github.com/eric-waveletsolutions/filterview.git +git clone https://codeberg.org/eratliff/filterview.git cd filterview ./mvnw clean install ``` @@ -89,7 +89,7 @@ firefox target/apidocs/index.html Open the terminal (or Git Bash) and run: ```bash -git clone https://github.com/eric-waveletsolutions/filterview.git +git clone https://codeberg.org/eratliff/filterview.git cd filterview mvnw.cmd clean install ```