LightGuard / asciidoc-splitter

A splitter utility for helping create modular docs from chapter files.
BSD 2-Clause "Simplified" License
8 stars 8 forks source link

Wrong include reference #65

Closed handreyrc closed 4 years ago

handreyrc commented 4 years ago

After processing the Assembly includes are pointing to wrong path and file. Actual: path /titles-enterprise/kogito-creating-running/master.adoc // Assembly includes include::doc-content/kogito-docs/src/main/asciidoc/creating-running/chap-kogito-creating-running.adoc[]

Expected: path /titles-enterprise/kogito-creating-running/master.adoc // Assembly includes include::assemblies/assembly-chap-kogito-creating-running.adoc[]