Skip to content

Commit b3e0c0c

Browse files
committed
update repository location
Signed-off-by: Matthew Fisher <[email protected]>
1 parent 2fde2f8 commit b3e0c0c

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# How to Contribute
22

3-
We'd love to see contributions from you. Please visit the [contribution section](https://github.com/spinkube/documentation/blob/f4e640e7093f737e634b2a43ee2220ca7760570c/content/en/docs/contribution-guidelines/_index.md) for more information about contributing to individual SpinKube projects and overarching documentation.
3+
We'd love to see contributions from you. Please visit the [contribution section](https://github.com/spinframework/spinkube-docs/blob/f4e640e7093f737e634b2a43ee2220ca7760570c/content/en/docs/contribution-guidelines/_index.md) for more information about contributing to individual SpinKube projects and overarching documentation.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# spinkube.dev
22

3-
![Status badge: Deploy to Github Pages](https://github.com/spinkube/documentation/actions/workflows/deploy.yaml/badge.svg)
3+
![Status badge: Deploy to Github Pages](https://github.com/spinframework/spinkube-docs/actions/workflows/deploy.yaml/badge.svg)
44

55
This project contains the source code for spinkube.dev.
66

content/en/docs/contrib/writing-documentation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ lightly-formatted plain-text documentation is transformed into HTML through a pr
3232

3333
If you want to run your own local Hugo server to preview your changes as you work:
3434

35-
1. Fork the [`spinkube/documentation`](https://github.com/spinkube/documentation) repository on
35+
1. Fork the [`spinframework/spinkube-docs`](https://github.com/spinframework/spinkube-docs) repository on
3636
GitHub.
3737
1. Clone your fork to your computer.
3838
1. Read the `README.md` file for instructions on how to build the site from source.
@@ -53,6 +53,6 @@ a shortcut for you:
5353
## Filing issues
5454

5555
If you've found a problem in the documentation, but you're not sure how to fix it yourself, please
56-
file an issue in the [documentation repository](https://github.com/spinkube/documentation/issues).
56+
file an issue in the [documentation repository](https://github.com/spinframework/spinkube-docs/issues).
5757
You can also file an issue about a specific page by clicking the **Create Issue** button in the top
5858
right-hand corner of the page.

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module github.com/spinkube/documentation
1+
module github.com/spinframework/spinkube-docs
22

33
go 1.22
44

hugo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ version = "0.0.0"
108108
url_latest_version = "https://spinkube.dev"
109109

110110
# Repository configuration (URLs for in-page links to opening issues and suggesting changes)
111-
github_repo = "https://github.com/spinkube/documentation"
111+
github_repo = "https://github.com/spinframework/spinkube-docs"
112112
# An optional link to a related project repo. For example, the sibling repository where your product code lives.
113113
github_project_repo = "https://github.com/spinkube/spin-operator"
114114

@@ -156,7 +156,7 @@ sidebar_search_disable = true
156156
enable = true
157157
# The responses that the user sees after clicking "yes" (the page was helpful) or "no" (the page was not helpful).
158158
yes = 'Glad to hear it!'
159-
no = 'Sorry to hear that. Please <a href="https://github.com/spinkube/documentation/issues/new">tell us how we can improve</a>.'
159+
no = 'Sorry to hear that. Please <a href="https://github.com/spinframework/spinkube-docs/issues/new">tell us how we can improve</a>.'
160160

161161
# Adds a reading time to the top of each doc.
162162
# If you want this feature, but occasionally need to remove the Reading time from a single page,

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
"version": "0.1.0",
44
"version.next": "0.1.1-dev.0-unreleased",
55
"description": "Documentation website for SpinKube projects",
6-
"repository": "github:spinkube/documentation",
6+
"repository": "github:spinframework/spinkube-docs",
77
"homepage": "https://spinkube.dev",
88
"author": "SpinKube maintainers",
99
"license": "Apache-2.0",
10-
"bugs": "https://github.com/spinkube/documentation/issues",
10+
"bugs": "https://github.com/spinframework/spinkube-docs/issues",
1111
"spelling": "cSpell:ignore HTMLTEST precheck postbuild -",
1212
"scripts": {
1313
"_build": "npm run _hugo-dev --",

0 commit comments

Comments
 (0)