hdoc-tools 0.29.2 → 0.29.3
Sign up to get free protection for your applications and to get access to all the features.
- package/hdoc-validate.js +1 -1
- package/package.json +1 -1
package/hdoc-validate.js
CHANGED
@@ -498,7 +498,7 @@ const e = require("express");
|
|
498
498
|
}
|
499
499
|
|
500
500
|
// Skip internal.hornbill.com link validation if run outside of the Hornbill network
|
501
|
-
if (links[i].toLowerCase().includes("
|
501
|
+
if (links[i].toLowerCase().includes("internal.hornbill.com")) {
|
502
502
|
// DNS lookup internal docs endpoint
|
503
503
|
const hostname = 'docs-internal.hornbill.com';
|
504
504
|
let on_int_net = false;
|