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:
@@ -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
|
||||
```
|
||||
|
Reference in New Issue
Block a user