Skip to content

Commit

Permalink
Update documentation link for role mining export.
Browse files Browse the repository at this point in the history
  • Loading branch information
tchrapovic committed May 25, 2023
1 parent 15e18c2 commit 6552f78
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,8 @@ protected void onInitialize() {
label.setEscapeModelStrings(true);
add(label);

ExternalLink externalLink = new ExternalLink(ID_LINK_DOCUMENTATION, "https://docs.evolveum.com/");
ExternalLink externalLink = new ExternalLink(ID_LINK_DOCUMENTATION,
"https://docs.evolveum.com/midpoint/reference/roles-policies/mining/anonymous-data-export/");
externalLink.add(AttributeModifier.append("target", "_blank"));
externalLink.setBody(createStringResource("roleMiningExportPanel.documentation.link"));

Expand Down

0 comments on commit 6552f78

Please sign in to comment.