update links to main branch and remove remaning gogs links

Signed-off-by: Adphi <philippe.adrien.nousse@gmail.com>
This commit is contained in:
Adphi
2023-08-22 12:33:17 +02:00
parent bd74348fde
commit 66c823195c
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -2,7 +2,7 @@
### A web terminal for admins to launch Nextcloud's occ commands ### A web terminal for admins to launch Nextcloud's occ commands
![occweb](https://git.adphi.net/Adphi/OCCWeb/raw/master/appinfo/screenshot.png) ![occweb](https://github.com/Adphi/OCCWeb/raw/main/appinfo/screenshot.png)
## ⚠️ Deprecated ⚠️ ## ⚠️ Deprecated ⚠️
@@ -21,4 +21,4 @@ So if your instance is pretty big, commands like `occ files:scan` will time out
- Do not use `occ maintenance:mode --on`, obvious... - Do not use `occ maintenance:mode --on`, obvious...
## TODOs: ## TODOs:
See [open issues](https://git.adphi.net/Adphi/OCCWeb/issues) See [open issues](https://github.com/Adphi/occweb/issues)
+1 -1
View File
@@ -13,7 +13,7 @@
<website>https://github.com/adphi/occweb</website> <website>https://github.com/adphi/occweb</website>
<bugs>https://github.com/adphi/occweb/issues</bugs> <bugs>https://github.com/adphi/occweb/issues</bugs>
<repository>https://github.com/adphi/occweb</repository> <repository>https://github.com/adphi/occweb</repository>
<screenshot>https://github.com/adphi/occweb/raw/master/appinfo/screenshot.png</screenshot> <screenshot>https://github.com/adphi/occweb/raw/main/appinfo/screenshot.png</screenshot>
<dependencies> <dependencies>
<nextcloud min-version="19" max-version="27"/> <nextcloud min-version="19" max-version="27"/>
</dependencies> </dependencies>