change module name

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
This commit is contained in:
Jörn Friedrich Dreyer
2025-01-10 14:56:46 +01:00
parent 6cae0ba8f1
commit 8e028f17e9
995 changed files with 3044 additions and 3044 deletions

View File

@@ -26,7 +26,7 @@ func RenderTemplates() {
log.Fatal(err)
}
replacer := strings.NewReplacer(
"../../", "github.com/owncloud/ocis/v2/",
"../../", "github.com/opencloud-eu/opencloud/",
"/defaultconfig.go", "",
)
for i := range paths {

View File

@@ -10,7 +10,7 @@ import (
"text/template"
"time"
"github.com/owncloud/ocis/v2/ocis-pkg/markdown"
"github.com/opencloud-eu/opencloud/ocis-pkg/markdown"
)
var _configMarkdown = `{{< include file="services/_includes/%s-config-example.yaml" language="yaml" >}}