Skip to content

Commit

Permalink
update repo location
Browse files Browse the repository at this point in the history
  • Loading branch information
rezrah committed Nov 30, 2023
1 parent 75876ae commit 9c471a8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "nextocat-documentation",
"name": "nextocat",
"version": "0.0.1",
"description": "Documentation theme",
"scripts": {
Expand All @@ -9,14 +9,13 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/rezrah/nextocat.git"
"url": "git+https://github.com/primer/nextocat.git"
},
"author": "Reza Rahman @rezrah",
"license": "MIT",
"bugs": {
"url": "https://github.com/rezrah/nextocat/issues"
"url": "https://github.com/primer/nextocat/issues"
},
"homepage": "https://github.com/rezrah/nextocat#readme",
"homepage": "https://github.com/primer/nextocat#readme",
"dependencies": {
"@primer/octicons-react": "^19.8.0",
"eslint-config-next": "^14.0.3",
Expand Down
4 changes: 2 additions & 2 deletions theme.config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ export type ThemeConfig = {
}

const config: ThemeConfig = {
docsRepositoryBase: 'https://github.com/rezrah/nextocat',
docsRepositoryBase: 'https://github.com/primer/nextocat',
sidebarLinks: [
{
title: 'GitHub',
href: 'https://github.com/rezrah/nextocat',
href: 'https://github.com/primer/nextocat',
leadingIcon: RepoIcon,
},
{
Expand Down

0 comments on commit 9c471a8

Please sign in to comment.