Skip to content

Commit 474d49b

Browse files
TobbeDavidLemayian
andauthored
docs(links): fix links to redwoodjs/graphql repo (#12065)
Co-authored-by: David Lemayian <[email protected]>
1 parent d1a34de commit 474d49b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

docs/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Deployment URL: https://redwoodjs.com/docs
44

55
## Getting started
66

7-
Checkout this repo [(redwoodjs/redwood)](https://github.com/redwoodjs/redwood), `cd` into this directory (`docs`)
7+
Checkout this repo [(redwoodjs/redwood)](https://github.com/redwoodjs/graphql), `cd` into this directory (`docs`)
88

99
```
1010
yarn install
@@ -40,4 +40,4 @@ To update any images in the doc, first upload your screenshot into a comment tex
4040

4141
## Contributors
4242

43-
Redwood is amazing thanks to a wonderful [community of contributors](https://github.com/redwoodjs/redwood/blob/main/README.md#contributors).
43+
Redwood is amazing thanks to a wonderful [community of contributors](https://github.com/redwoodjs/graphql/blob/main/README.md#contributors).

docs/docusaurus.config.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)