mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-07-03 03:57:14 -04:00
change module name
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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" >}}
|
||||
|
||||
Reference in New Issue
Block a user