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.
This commit is contained in:
Eric Ratliff
2024-09-14 23:10:11 -05:00
parent 94b754c8b5
commit b846396233

View File

@@ -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
```