From b8463962334e0b30cfb7f72019b627d118f20d6a Mon Sep 17 00:00:00 2001 From: Eric Ratliff Date: Sat, 14 Sep 2024 23:10:11 -0500 Subject: [PATCH] Updated repository links to Codeberg - Replaced GitHub links with Codeberg URLs in build_and_run.md. - Reflects the move from GitHub to Codeberg for project hosting. --- build_and_run.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 ```