Skip to content

Commit

Permalink
fix(gatsby-plugin-canonical-urls): fix typo in "How to use" section (…
Browse files Browse the repository at this point in the history
…http -> https) (#12366)

## Description

`siteUrl` includes `https` but the sample generated tag has `http` … looks like a minor typo

## Related Issues

(none)
  • Loading branch information
bryndyment authored and wardpeet committed Mar 11, 2019
1 parent 3cb3cb2 commit 56f7c2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-canonical-urls/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ With the above configuration, the plugin will add to the head of every HTML page
a `rel=canonical` e.g.

```html
<link rel="canonical" href="http://www.example.com/about-us/" />
<link rel="canonical" href="https://www.example.com/about-us/" />
```

0 comments on commit 56f7c2c

Please sign in to comment.