Skip to content

Commit 2d6635f

Browse files
LBLaurie Barth
LB
and
Laurie Barth
authored
Minor fixes for Multiple Themes Tutorial (#22495)
Co-authored-by: Laurie Barth <[email protected]>
1 parent 003129a commit 2d6635f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/tutorial/using-multiple-themes-together.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Using Multiple Themes Together
44

55
## What this tutorial covers
66

7-
This tutorial covers how to compose multiple themes into a final site using [gatsby-theme-blog](/packages/gatsby-theme-blog/), [gatsby-theme-notes](/packages/gatsby-theme-notes/) and [gatsby-mdx-embed](/packages/@pauliescanlon/gatsby-mdx-embed/) as examples. It will also cover the concept of component shadowing with [Theme-UI](docs/theme-ui/) for styling.
7+
This tutorial covers how to compose multiple themes into a final site using [gatsby-theme-blog](/packages/gatsby-theme-blog/), [gatsby-theme-notes](/packages/gatsby-theme-notes/) and [gatsby-mdx-embed](/packages/@pauliescanlon/gatsby-mdx-embed/) as examples. It will also cover the concept of component shadowing with [Theme-UI](/docs/theme-ui/) for styling.
88

99
## Prerequisites
1010

@@ -369,7 +369,7 @@ Your file structure should look like this:
369369

370370
4. Import the navigation menu and add it to the header:
371371

372-
> 💡 This code snippet is edited for length the [full component can be viewed on GitHub.](/examples/using-multiple-themes/src/gatsby-theme-blog/components/header.js)
372+
> 💡 This code snippet is edited for length the [full component can be viewed on GitHub.](https://github.com/gatsbyjs/gatsby/tree/master/examples/using-multiple-themes/src/gatsby-theme-blog/components/header.js)
373373
374374
```jsx:title=src/gatsby-theme-blog/components/header.js
375375
import React from "react"

0 commit comments

Comments
 (0)