parent
ee998fee66
commit
5c6df3d26e
2 changed files with 3 additions and 2 deletions
|
@ -17,7 +17,7 @@ public class ExternalLinksTest {
|
||||||
List<LinkUtils.InvalidLink> invalidLinks = LinkUtils.getInstance().findInvalidLinks(guide);
|
List<LinkUtils.InvalidLink> invalidLinks = LinkUtils.getInstance().findInvalidLinks(guide);
|
||||||
if (!invalidLinks.isEmpty()) {
|
if (!invalidLinks.isEmpty()) {
|
||||||
StringBuilder sb = new StringBuilder();
|
StringBuilder sb = new StringBuilder();
|
||||||
sb.append("Broken links (" + invalidLinks.size() + "):");
|
sb.append("Broken links (" + invalidLinks.size() + ") in guide '" + guideName + "': ");
|
||||||
|
|
||||||
for (LinkUtils.InvalidLink l : invalidLinks) {
|
for (LinkUtils.InvalidLink l : invalidLinks) {
|
||||||
sb.append("\n\t\t- " + l.getLink() + " (" + l.getError() + ")");
|
sb.append("\n\t\t- " + l.getLink() + " (" + l.getError() + ")");
|
||||||
|
|
|
@ -8,10 +8,11 @@ https://apps.dev.microsoft.com/?mkt=en-us&deeplink=/appList/create/sapi&referrer
|
||||||
/wiki/spaces/ops4j/pages/5046828/Pax Web Extender - Whiteboard
|
/wiki/spaces/ops4j/pages/5046828/Pax Web Extender - Whiteboard
|
||||||
/wiki/spaces/ops4j/pages/5046828/Pax Web Extender - Whiteboard
|
/wiki/spaces/ops4j/pages/5046828/Pax Web Extender - Whiteboard
|
||||||
https://nodejs.org/en/
|
https://nodejs.org/en/
|
||||||
|
https://nodejs.org/en
|
||||||
|
/en/
|
||||||
http://docs.openshift.com/container-platform/*
|
http://docs.openshift.com/container-platform/*
|
||||||
https://access.redhat.com/documentation/en/red-hat-jboss-middleware-for-openshift/3/single/openshift-primer/
|
https://access.redhat.com/documentation/en/red-hat-jboss-middleware-for-openshift/3/single/openshift-primer/
|
||||||
https://access.redhat.com/login?redirectTo=https://access.redhat.com/terms-based-registry
|
https://access.redhat.com/login?redirectTo=https://access.redhat.com/terms-based-registry
|
||||||
https://sso.redhat.com/auth/*
|
https://sso.redhat.com/auth/*
|
||||||
REGEX:https://access.redhat.com/documentation/.*/index
|
REGEX:https://access.redhat.com/documentation/.*/index
|
||||||
https://nodejs.org/en
|
|
||||||
REGEX:/login\.jsp.+KEYCLOAK-[0-9]+.*
|
REGEX:/login\.jsp.+KEYCLOAK-[0-9]+.*
|
Loading…
Reference in a new issue