Skip to content

Commit e615891

Browse files
committed
change url
1 parent 2421f3e commit e615891

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

docusaurus.config.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ const config = {
1515
favicon: 'img/favicon.ico',
1616

1717
// Set the production url of your site here
18-
url: 'https://chromebook-hacks.github.io',
18+
url: 'https://chromebook-hacking.github.io',
1919
// Set the /<baseUrl>/ pathname under which your site is served
2020
// For GitHub pages deployment, it is often '/<projectName>/'
2121
baseUrl: '/', // temporary
2222

2323
// GitHub pages deployment config.
2424
// If you aren't using GitHub pages, you don't need these.
25-
organizationName: 'chromebook-hacks', // Usually your GitHub org/user name.
26-
projectName: 'chromebook-hacks.github.io', // Usually your repo name.
25+
organizationName: 'chromebook-hacking', // Usually your GitHub org/user name.
26+
projectName: 'chromebook-hacking.github.io', // Usually your repo name.
2727

2828
onBrokenLinks: 'ignore',
2929
onBrokenMarkdownLinks: 'warn',
@@ -81,7 +81,7 @@ const config = {
8181
},
8282
{to: '/faq', label: 'FAQ', position: 'left'},
8383
{
84-
href: 'https://github.com/chromebook-hacks/chromebook-hacks.github.io',
84+
href: 'https://github.com/chromebook-hacking/chromebook-hacking.github.io',
8585
label: 'GitHub',
8686
position: 'right',
8787
},

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "chromebook-hacks-rewrite",
2+
"name": "chromebook-hacking-rewrite",
33
"version": "0.0.0",
44
"private": true,
55
"scripts": {

0 commit comments

Comments
 (0)