Skip to content

Commit 5fb782f

Browse files
authored
Merge pull request #144 from NYU-RTS/s-sajid-ali-patch-1
Update docusaurus.config.ts after repo name change
2 parents 60332c3 + 4d2d9a9 commit 5fb782f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docusaurus.config.ts

Lines changed: 2 additions & 2 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",

0 commit comments

Comments
 (0)