Skip to content

Commit 4d2d9a9

Browse files
authored
Update docusaurus.config.ts after repo name change
1 parent cee80fb commit 4d2d9a9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docusaurus.config.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ const config: Config = {
5252
{
5353
docs: {
5454
sidebarPath: "./sidebars.ts",
55-
editUrl: "https://github.com/NYU-ITS/rts-docs-dev/blob/main/",
55+
editUrl: "https://github.com/NYU-ITS/rts-docs/blob/main/",
5656
},
5757
blog: {
5858
showReadingTime: true,
@@ -61,7 +61,7 @@ const config: Config = {
6161
xslt: true,
6262
},
6363
// Remove this to remove the "edit this page" links.
64-
editUrl: "https://github.com/NYU-ITS/rts-docs-dev/blob/main/",
64+
editUrl: "https://github.com/NYU-ITS/rts-docs/blob/main/",
6565
// Useful options to enforce blogging best practices
6666
onInlineTags: "warn",
6767
onInlineAuthors: "warn",
@@ -167,7 +167,7 @@ const config: Config = {
167167
},
168168
{
169169
label: "GitHub",
170-
href: "https://github.com/NYU-ITS/rts-docs-dev",
170+
href: "https://github.com/NYU-ITS/rts-docs",
171171
},
172172
],
173173
},

0 commit comments

Comments
 (0)