Skip to content

Commit b1e70b6

Browse files
committed
xch-dev
1 parent d1eecef commit b1e70b6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docusaurus.config.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const config: Config = {
88
favicon: "img/favicon.ico",
99
url: "https://rue-lang.com",
1010
baseUrl: "/",
11-
organizationName: "Rigidity",
11+
organizationName: "xch-dev",
1212
projectName: "Rue",
1313
onBrokenLinks: "throw",
1414
onBrokenMarkdownLinks: "warn",
@@ -22,7 +22,7 @@ const config: Config = {
2222
{
2323
docs: {
2424
sidebarPath: "./sidebars.ts",
25-
editUrl: "https://github.com/rigidity/rue",
25+
editUrl: "https://github.com/xch-dev/rue",
2626
},
2727
blog: false,
2828
theme: {
@@ -49,7 +49,7 @@ const config: Config = {
4949
label: "Docs",
5050
},
5151
{
52-
href: "https://github.com/rigidity/rue",
52+
href: "https://github.com/xch-dev/rue",
5353
label: "GitHub",
5454
position: "right",
5555
},
@@ -81,7 +81,7 @@ const config: Config = {
8181
items: [
8282
{
8383
label: "GitHub",
84-
href: "https://github.com/rigidity/rue",
84+
href: "https://github.com/xch-dev/rue",
8585
},
8686
],
8787
},

0 commit comments

Comments
 (0)