Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,9 @@ params:
# Developer relevant links. These will show up on right side of footer and in the community page if you have one.
developer:
- name: GitHub
url: 'https://github.com/kubernetes/community'
url: 'https://github.com/kubernetes/contributor-site'
icon: fab fa-github
desc: Home of the Kubernetes Community!
desc: Source code for the Kubernetes Contributor Site!
- name: Slack
url: 'https://slack.k8s.io'
icon: fab fa-slack
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/kubernetes-sigs/contributor-site.git"
"url": "git+https://github.com/kubernetes/contributor-site.git"
},
"author": "The Kubernetes Authors",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/kubernetes-sigs/contributor-site/issues"
"url": "https://github.com/kubernetes/contributor-site/issues"
},
"homepage": "https://github.com/kubernetes-sigs/contributor-site#readme",
"homepage": "https://github.com/kubernetes/contributor-site#readme",
"overrides": {
"@fortawesome/fontawesome-free": "^6.6.0"
}
Expand Down