Skip to content

Commit ea814f4

Browse files
committed
Update org links
1 parent d332904 commit ea814f4

2 files changed

Lines changed: 18 additions & 18 deletions

File tree

README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ ClubSuite Core ist die Basis-App für alle ClubSuite-Module. Sie bietet:
2828

2929
```bash
3030
cd /path/to/nextcloud/apps
31-
git clone https://github.com/clubsuite/clubsuite-core.git
31+
git clone https://github.com/ClubSuite-for-Nextcloud/clubsuite-core.git
3232
cd clubsuite-core
3333
composer install --no-dev
3434
npm ci && npm run build
@@ -73,25 +73,25 @@ Diese App implementiert die Nextcloud Privacy API (`IPersonalDataProvider`):
7373

7474
| Modul | Beschreibung |
7575
|-------|--------------|
76-
| [clubsuite-applications](https://github.com/clubsuite/clubsuite-applications) | Mitgliedsanträge |
77-
| [clubsuite-finance](https://github.com/clubsuite/clubsuite-finance) | Kassenbuch |
78-
| [clubsuite-sepa](https://github.com/clubsuite/clubsuite-sepa) | SEPA-Lastschriften |
79-
| [clubsuite-meetings](https://github.com/clubsuite/clubsuite-meetings) | Sitzungen & Protokolle |
80-
| [clubsuite-inventory](https://github.com/clubsuite/clubsuite-inventory) | Inventar & Ausleihe |
81-
| [clubsuite-scores](https://github.com/clubsuite/clubsuite-scores) | Notenverwaltung |
82-
| [clubsuite-documents](https://github.com/clubsuite/clubsuite-documents) | Dokumenten-Workflows |
83-
| [clubsuite-newsletter](https://github.com/clubsuite/clubsuite-newsletter) | Newsletter |
84-
| [clubsuite-stats](https://github.com/clubsuite/clubsuite-stats) | Statistiken |
85-
| [clubsuite-training](https://github.com/clubsuite/clubsuite-training) | Trainingsplanung |
86-
| [clubsuite-donations](https://github.com/clubsuite/clubsuite-donations) | Spendenverwaltung |
76+
| [clubsuite-applications](https://github.com/ClubSuite-for-Nextcloud/clubsuite-applications) | Mitgliedsanträge |
77+
| [clubsuite-finance](https://github.com/ClubSuite-for-Nextcloud/clubsuite-finance) | Kassenbuch |
78+
| [clubsuite-sepa](https://github.com/ClubSuite-for-Nextcloud/clubsuite-sepa) | SEPA-Lastschriften |
79+
| [clubsuite-meetings](https://github.com/ClubSuite-for-Nextcloud/clubsuite-meetings) | Sitzungen & Protokolle |
80+
| [clubsuite-inventory](https://github.com/ClubSuite-for-Nextcloud/clubsuite-inventory) | Inventar & Ausleihe |
81+
| [clubsuite-scores](https://github.com/ClubSuite-for-Nextcloud/clubsuite-scores) | Notenverwaltung |
82+
| [clubsuite-documents](https://github.com/ClubSuite-for-Nextcloud/clubsuite-documents) | Dokumenten-Workflows |
83+
| [clubsuite-newsletter](https://github.com/ClubSuite-for-Nextcloud/clubsuite-newsletter) | Newsletter |
84+
| [clubsuite-stats](https://github.com/ClubSuite-for-Nextcloud/clubsuite-stats) | Statistiken |
85+
| [clubsuite-training](https://github.com/ClubSuite-for-Nextcloud/clubsuite-training) | Trainingsplanung |
86+
| [clubsuite-donations](https://github.com/ClubSuite-for-Nextcloud/clubsuite-donations) | Spendenverwaltung |
8787

8888
## 📄 Lizenz
8989

9090
AGPL v3 – Siehe [LICENSE](LICENSE)
9191

9292
## 🐛 Bugs & Feature Requests
9393

94-
Bitte erstellen Sie ein [Issue](https://github.com/clubsuite/clubsuite-core/issues) auf GitHub.
94+
Bitte erstellen Sie ein [Issue](https://github.com/ClubSuite-for-Nextcloud/clubsuite-core/issues) auf GitHub.
9595

9696
---
9797

appinfo/info.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ Dies ist die Basis-App für alle ClubSuite-Module. Installieren Sie zusätzliche
2121
<author>Stefan Schulz</author>
2222
<namespace>ClubSuiteCore</namespace>
2323
<category>organization</category>
24-
<website>https://github.com/clubsuite/clubsuite-core</website>
25-
<bugs>https://github.com/clubsuite/clubsuite-core/issues</bugs>
26-
<repository type="git">https://github.com/clubsuite/clubsuite-core.git</repository>
27-
<screenshot>https://raw.githubusercontent.com/clubsuite/clubsuite-core/main/screenshots/members.png</screenshot>
28-
<screenshot>https://raw.githubusercontent.com/clubsuite/clubsuite-core/main/screenshots/dashboard.png</screenshot>
24+
<website>https://github.com/ClubSuite-for-Nextcloud/clubsuite-core</website>
25+
<bugs>https://github.com/ClubSuite-for-Nextcloud/clubsuite-core/issues</bugs>
26+
<repository type="git">https://github.com/ClubSuite-for-Nextcloud/clubsuite-core.git</repository>
27+
<screenshot>https://raw.githubusercontent.com/ClubSuite-for-Nextcloud/clubsuite-core/main/screenshots/members.png</screenshot>
28+
<screenshot>https://raw.githubusercontent.com/ClubSuite-for-Nextcloud/clubsuite-core/main/screenshots/dashboard.png</screenshot>
2929
<dependencies>
3030
<nextcloud min-version="28" max-version="32" />
3131
<php min-version="8.1" max-version="8.3" />

0 commit comments

Comments
 (0)