Replace all repo URLs pointing to GitHub

This commit is contained in:
Tobi Schäfer 2025-03-01 19:35:12 +01:00
parent cbcdb22670
commit e37c4ad69b
Signed by: tobi
GPG key ID: 91FAE6FE2EBAC4C8
2 changed files with 3 additions and 3 deletions

View file

@ -2,7 +2,7 @@
## Helma Object Publisher
Antville needs Helma Object Publisher to be installed on the desired machine. If not already done so please [download Helma](https://github.com/antville/helma/releases) and follow the [installation instructions](https://github.com/antville/helma/#how-to-helma).
Antville needs Helma Object Publisher to be installed on the desired machine. If not already done so please [download Helma](https://code.host.antville.org/antville/helma/releases) and follow the [installation instructions](https://code.host.antville.org/antville/helma/#how-to-helma).
## SQL Database

View file

@ -14,7 +14,7 @@ There still could be bugs hidden in Antvilles source code. If you find one pl
## System Requirements
To run Antville you need [Helma Object Publisher](https://github.com/antville/helma) and a relational database software. We tested Antville with [PostgreSQL](https://postgresql.org) and [MySQL](https://mysql.com) [MariaDB](https://mariadb.com) should work, too.
To run Antville you need [Helma Object Publisher](https://code.host.antville.org/antville/helma) and a relational database software. We tested Antville with [PostgreSQL](https://postgresql.org) and [MySQL](https://mysql.com) [MariaDB](https://mariadb.com) should work, too.
To enable Antville sending notification e-mails you need access to an SMTP server.
@ -43,7 +43,7 @@ Antville is open-source, and we want to encourage you to change its code accordi
## About Helma Object Publisher
[Helma Object Publisher](https://github.com/antville/helma) is an open source project providing a powerful, fast and scriptable web application server written in Java.
[Helma Object Publisher](https://code.host.antville.org/antville/helma) is an open source project providing a powerful, fast and scriptable web application server written in Java.
Define HopObjects and map them to a relational database table. Create, change and delete HopObjects at your whim using a comfortable object-container model. Manual fiddling around with database code is not necessary.