diff --git a/docs/flow.md b/docs/flow.md index c548b164d..dabcf2d84 100644 --- a/docs/flow.md +++ b/docs/flow.md @@ -68,6 +68,6 @@ In your GWT module, inherit from `org.jboss.elemento.Flow`: ```xml - + ``` diff --git a/docs/mathml.md b/docs/mathml.md index 488dea2e8..5967f1915 100644 --- a/docs/mathml.md +++ b/docs/mathml.md @@ -18,4 +18,4 @@ In your GWT module, inherit from `org.jboss.elemento.MathML`: ``` -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. diff --git a/docs/svg.md b/docs/svg.md index a525e9627..a8ff0217f 100644 --- a/docs/svg.md +++ b/docs/svg.md @@ -18,4 +18,4 @@ In your GWT module, inherit from `org.jboss.elemento.SVG`: ``` -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.