Skip to content

Commit

Permalink
Fix broken link (should be absolute instead of relative). (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
brettle authored Nov 17, 2024
1 parent f83ba84 commit 2a07a6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/docs/introduction/web-standards.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ And would be used like this:
<x-card title="My Title" thumbnail="/path/to/image.png"></x-card>
```

> Greenwood promotes Web Components not only as a great way to add sprinkles of JavaScript to an otherwise static site, but also for [static templating through prerendering](docs/reference/rendering-strategies/#prerendering) with all the power and expressiveness of JavaScript as well as completely [full-stack web components](/guides/tutorials/full-stack-web-components/).
> Greenwood promotes Web Components not only as a great way to add sprinkles of JavaScript to an otherwise static site, but also for [static templating through prerendering](/docs/reference/rendering-strategies/#prerendering) with all the power and expressiveness of JavaScript as well as completely [full-stack web components](/guides/tutorials/full-stack-web-components/).
## Fetch (and Friends)

Expand Down

0 comments on commit 2a07a6b

Please sign in to comment.