Skip to content

Commit

Permalink
Documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
hpehl committed Dec 2, 2024
1 parent a553aaa commit 0fe9e8e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/flow.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,6 @@ In your GWT module, inherit from `org.jboss.elemento.Flow`:

```xml
<module>
<inherits name="org.jboss.elemento.Logger"/>
<inherits name="org.jboss.elemento.Flow"/>
</module>
```
2 changes: 1 addition & 1 deletion docs/mathml.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ In your GWT module, inherit from `org.jboss.elemento.MathML`:
</module>
```

Finally, use the static methods in `org.jboss.elemento.mathml.MathML` to create MathML elements.
Finally, use the static methods in [`org.jboss.elemento.mathml.MathML`](https://hal.github.io/elemento/apidocs/org/jboss/elemento/mathml/MathML.html) to create MathML elements.
2 changes: 1 addition & 1 deletion docs/svg.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ In your GWT module, inherit from `org.jboss.elemento.SVG`:
</module>
```

Finally, use the static methods in `org.jboss.elemento.svg.SVG` to create SVG elements.
Finally, use the static methods in [`org.jboss.elemento.svg.SVG`](https://hal.github.io/elemento/apidocs/org/jboss/elemento/svg/SVG.html) to create SVG elements.

0 comments on commit 0fe9e8e

Please sign in to comment.