diff --git a/go.mod b/go.mod index af10b9e8f5..185f010331 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/google/docsy +module github.com/osrd-project/docsy go 1.12 diff --git a/package.json b/package.json index f7750fd7e0..3d8770ee57 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "docsy", "version": "0.8.1-dev.0-unreleased", - "repository": "github:google/docsy", + "repository": "github:osrd-project/docsy", "homepage": "https://www.docsy.dev", "license": "Apache-2.0", "scripts": { diff --git a/theme.toml b/theme.toml index 95960dd180..699a83156f 100644 --- a/theme.toml +++ b/theme.toml @@ -1,6 +1,6 @@ name = "Docsy" license = "Apache 2.0" -licenselink = "https://github.com/google/docsy/blob/main/LICENSE" +licenselink = "https://github.com/osrd-project/docsy/blob/main/LICENSE" description = "A Hugo theme for technical documentation sites" homepage = "https://docsy.dev" tags = ["documentation", "multilingual", "customizable", "responsive", "docs"]