Skip to content

Commit 2a07a6b

Browse files
authored
Fix broken link (should be absolute instead of relative). (#134)
1 parent f83ba84 commit 2a07a6b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/docs/introduction/web-standards.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ And would be used like this:
8080
<x-card title="My Title" thumbnail="/path/to/image.png"></x-card>
8181
```
8282

83-
> 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/).
83+
> 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/).
8484
8585
## Fetch (and Friends)
8686

0 commit comments

Comments
 (0)