diff options
-rw-r--r-- | lib/backbone/summary.js | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/backbone/summary.js b/lib/backbone/summary.js index 405c192..0d1d0d7 100644 --- a/lib/backbone/summary.js +++ b/lib/backbone/summary.js @@ -22,9 +22,6 @@ function TOCArticle(def, parent) { // ex: '1.0.0' this.level = def.level; - if (def.path && location.isExternal(def.path)) { - throw error.ParsingError(new Error('SUMMARY can only contains relative locations')); - } if (!def.title) { throw error.ParsingError(new Error('SUMMARY entries should have an non-empty title')); } |