Skip to content

Commit

Permalink
test: fix link url
Browse files Browse the repository at this point in the history
  • Loading branch information
mcollovati committed Aug 31, 2024
1 parent f869f69 commit 20c0c1a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ protected void addLinks() {
new Element("p"),
// external
ElementFactory.createDiv("external"),
createRouterLink("http://example.net/"));
createRouterLink("https://example.net/"));
}

private Element createRouterLink(String target) {
Expand Down

0 comments on commit 20c0c1a

Please sign in to comment.