Skip to content

Commit 33ee249

Browse files
committed
use org name in links
1 parent 74d84ad commit 33ee249

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ rather than the "Getting Started" and "Guides" pages.
2222

2323
- Clone the repos. Make sure they're in the same folder.
2424
- git clone https://github.com/ProjectIgnis/scrapiyard
25-
- git clone https://github.com/that-hatter/scrapi-book
25+
- git clone https://github.com/ProjectIgnis/scrapi-book
2626

2727
> NOTE: For now, it's important that they're in the same folder for `book` to find the doc files.
2828
> Later, there will be an option to specify the local directory or remote repo of scrapiyard.

docs/.vitepress/config.mts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ export default defineConfig({
7070
},
7171

7272
socialLinks: [
73-
{ icon: 'github', link: 'https://github.com/that-hatter/scrapi-book' },
73+
{ icon: 'github', link: 'https://github.com/ProjectIgnis/scrapi-book' },
7474
{
7575
icon: 'discord',
7676
link: 'https://discord.com/channels/170601678658076672/208066323429720064',
@@ -87,7 +87,7 @@ export default defineConfig({
8787
0,
8888
-3
8989
)}.yml`
90-
: `https://github.com/that-hattter/scrapi-book/edit/master/docs/${filePath}`,
90+
: `https://github.com/ProjectIgnis/scrapi-book/edit/master/docs/${filePath}`,
9191
},
9292
},
9393
});

0 commit comments

Comments
 (0)