Skip to content

Commit 82b1da4

Browse files
committed
chore: update repo from cewert to jellyrock org
1 parent 41d7e29 commit 82b1da4

5 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Checkout jellyrock
2121
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
2222
with:
23-
repository: cewert/jellyrock
23+
repository: jellyrock/jellyrock
2424
path: jellyrock
2525
ref: main
2626
- name: Build code docs

.github/workflows/update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Checkout jellyrock
2222
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
2323
with:
24-
repository: cewert/jellyrock
24+
repository: jellyrock/jellyrock
2525
path: jellyrock
2626
ref: main
2727
- name: Build code docs

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
[![Code Documentation](https://img.shields.io/badge/Code%20Documentation-purple)](https://cewert.github.io/jellyrock-code-docs/)
44

5-
Automatically generated code documentation for the [JellyRock](https://github.com/cewert/jellyrock) Roku app.
5+
Automatically generated code documentation for the [JellyRock](https://github.com/jellyrock/jellyrock) Roku app.
66

77
## Build
88

99
``` bash
10-
git clone https://github.com/cewert/jellyrock-code-docs.git
10+
git clone https://github.com/jellyrock/api-docs.git
1111
cd jellyrock-code-docs
1212
npm install
1313
npm run build

jsdoc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"menu": [
3030
{
3131
"title": "Source",
32-
"link": "https://github.com/cewert/jellyrock-code-docs",
32+
"link": "https://github.com/jellyrock/api-docs",
3333
"target": "_blank",
3434
"class": "external-link",
3535
"id": "github-link"

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
"rimraf": "6.1.2"
1212
},
1313
"scripts": {
14-
"build": "rimraf jellyrock && git clone https://github.com/cewert/jellyrock.git && jsdoc -c jsdoc.json -d docs --readme homepage.md",
14+
"build": "rimraf jellyrock && git clone https://github.com/jellyrock/jellyrock.git && jsdoc -c jsdoc.json -d docs --readme homepage.md",
1515
"cleanup": "rimraf jellyrock"
1616
},
1717
"repository": {
1818
"type": "git",
19-
"url": "git+https://github.com/cewert/jellyrock-code-docs.git"
19+
"url": "git+https://github.com/jellyrock/api-docs.git"
2020
},
2121
"keywords": [
2222
"jellyrock",
@@ -25,7 +25,7 @@
2525
"author": "Charles Ewert",
2626
"license": "GPL-2.0",
2727
"bugs": {
28-
"url": "https://github.com/cewert/jellyrock-code-docs/issues"
28+
"url": "https://github.com/jellyrock/api-docs/issues"
2929
},
30-
"homepage": "https://github.com/cewert/jellyrock-code-docs#readme"
30+
"homepage": "https://github.com/jellyrock/api-docs#readme"
3131
}

0 commit comments

Comments
 (0)