Skip to content

Commit

Permalink
Fix Client Widget link
Browse files Browse the repository at this point in the history
  • Loading branch information
melloware committed Sep 26, 2024
1 parent 29ab2e2 commit 83ebf13
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
</ui:fragment>
<ui:fragment rendered="#{not empty widgetLink}">
<a class="documentation-link"
href="https://primefaces.github.io/primefaces/jsdocs/classes/src_primefaces.primefaces.widget.#{widgetLink}.html#{not empty widgetLinkHash ? '#'.concat(widgetLinkHash) : ''}"
href="https://primefaces.github.io/primefaces/jsdocs/classes/src_Primefaces.Primefaces.widget.#{widgetLink}.html#{not empty widgetLinkHash ? '#'.concat(widgetLinkHash) : ''}"
target="_blank">
<i class="pi pi-external-link"></i>
<span>CLIENT API</span>
Expand Down

0 comments on commit 83ebf13

Please # to comment.