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.
Files changed (2) hide show
  1. package/hdoc-validate.js +1 -1
  2. 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(".internal.hornbill.com")) {
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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hdoc-tools",
3
- "version": "0.29.2",
3
+ "version": "0.29.3",
4
4
  "description": "Hornbill HDocBook Development Support Tool",
5
5
  "main": "hdoc.js",
6
6
  "bin": {