Skip to content
This repository has been archived by the owner on Oct 14, 2022. It is now read-only.

Commit

Permalink
typo: missing ?v=
Browse files Browse the repository at this point in the history
Missing ?v=
  • Loading branch information
hmajid2301 committed Dec 23, 2021
1 parent 21c24c4 commit 27f38cc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 34. Gatsby edit button/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ cover_image: "images/cover.jpg"

In this article, we will look at how we can add an "edit post" button, to your Gatsby blog. When this button is clicked it will take the user to your markdown file, on github/gitlab that was used to generate the blog post they are currently viewing.

`youtube: https://www.youtube.com/watch?rALo_BzGKs8`
`youtube: https://www.youtube.com/watch?v=rALo_BzGKs8`

## Setup

Expand Down
2 changes: 1 addition & 1 deletion 35. Gatsby source git/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ rebuild:portfolio-site:

You will want to turn `5f5e9c4f495aebe573c39aef` into a CI/CD variable, else anyone can force a rebuild of your site.

`youtube: https://www.youtube.com/watch?7KRihyulbTQ`
`youtube: https://www.youtube.com/watch?v=7KRihyulbTQ`

That's it, we learnt how we can manage our markdown articles in a separate repo to our Gatsby blog! We went over how we
can also automate the rebuild of our site using Gitlab CI and Netlify.
Expand Down
2 changes: 1 addition & 1 deletion 38. ToC in Gatsby/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ take you directly to that heading.
It's a nice little feature to have on your blog, which makes it easier for users to navigate and find the information
they are looking for.

`youtube: https://www.youtube.com/watch?YrUeiD4YO5E`
`youtube: https://www.youtube.com/watch?v=YrUeiD4YO5E`

## Prerequisite

Expand Down

0 comments on commit 27f38cc

Please sign in to comment.