@@ -49,7 +49,7 @@ const config: Config = {
4949 logo : {
5050 alt : 'RedwoodJS pinecone logo' ,
5151 src : 'https://d33wubrfki0l68.cloudfront.net/72b0d56596a981835c18946d6c4f8a968b08e694/82254/images/logo.svg' ,
52- href : 'https:// docs.redwoodjs.com /' ,
52+ href : '/ docs/' ,
5353 target : '_self' ,
5454 } ,
5555 items : [
@@ -58,7 +58,7 @@ const config: Config = {
5858 position : 'left' ,
5959 } ,
6060 {
61- href : 'https://github.com/redwoodjs/redwood ' ,
61+ href : 'https://github.com/redwoodjs/graphql ' ,
6262 position : 'right' ,
6363 className : 'github-logo' ,
6464 'aria-label' : 'GitHub repository' ,
@@ -106,7 +106,7 @@ const config: Config = {
106106 } ,
107107 {
108108 label : 'GitHub' ,
109- href : 'https://github.com/redwoodjs/redwood ' ,
109+ href : 'https://github.com/redwoodjs/graphql ' ,
110110 } ,
111111 ] ,
112112 } ,
@@ -121,7 +121,7 @@ const config: Config = {
121121 docs : {
122122 sidebarPath : require . resolve ( './sidebars.js' ) ,
123123 // ? — blob? tree?
124- editUrl : 'https://github.com/redwoodjs/redwood /blob/main/docs' , // base path for repo edit pages
124+ editUrl : 'https://github.com/redwoodjs/graphql /blob/main/docs' , // base path for repo edit pages
125125 editCurrentVersion : true ,
126126 remarkPlugins : [ autoImportTabs , fileExtSwitcher ] ,
127127 versions : {
0 commit comments