Skip to content

Commit

Permalink
change go module path to osrd-project/docsy
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaswurtz committed Jan 27, 2024
1 parent d99b473 commit 72f3832
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/google/docsy
module github.com/osrd-project/docsy

go 1.12

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion theme.toml
Original file line number Diff line number Diff line change
@@ -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"]
Expand Down

0 comments on commit 72f3832

Please sign in to comment.