Skip to content

Commit

Permalink
Fix uri renarde description.
Browse files Browse the repository at this point in the history
Signed-off-by: azerr <azerr@redhat.com>
  • Loading branch information
angelozerr authored and fbricon committed Jun 1, 2023
1 parent 3b75180 commit 8db8556
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qute.jdt/com.redhat.qute.jdt/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<!-- Data model providers for Quarkus Renarde -->
<extension point="com.redhat.qute.jdt.dataModelProviders">
<provider namespaces="uri,uriabs"
description="If you want a URI to an endpoint in a Qute view, you can use the `uri` and `uriabs` namespace with a call to the endpoint you want to point to."
description="In order to generate the URI to an endpoint, in a Qute view, you can use the `uri` and `uriabs` namespace with a call to the endpoint you want to point to."
url="https://github.com/quarkiverse/quarkus-renarde/blob/main/docs/modules/ROOT/pages/index.adoc#obtaining-a-uri-in-qute-views"
class="com.redhat.qute.jdt.internal.extensions.renarde.UriNamespaceResolverSupport" />
</extension>
Expand Down

0 comments on commit 8db8556

Please sign in to comment.