Skip to content

Commit

Permalink
fix broken link in import JSX plugin README (#1129)
Browse files Browse the repository at this point in the history
  • Loading branch information
thescientist13 committed Aug 3, 2023
1 parent 613b54f commit 60ac921
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/plugin-import-jsx/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export default {
}
```

This will then allow you to use `import` to include [WCC]() compatible JSX rendering Web Components.
This will then allow you to use `import` to include [WCC](https://merry-caramel-524e61.netlify.app/docs/#jsx) compatible JSX rendering Web Components.
```js
export default class FooterComponent extends HTMLElement {
connectedCallback() {
Expand Down

0 comments on commit 60ac921

Please sign in to comment.