View Single Post
Old 03-09-2016, 03:39 AM   #2
Doitsu
Grand Sorcerer
Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.
 
Doitsu's Avatar
 
Posts: 5,582
Karma: 22735033
Join Date: Dec 2010
Device: Kindle PW2
I just tested your files with Sigil 0.9.3 on my Windows machine and I wasn't able to reproduce your results.

The links in 0-3-contents.html are changed from:

Code:
<ol>
  <li><a href="../Text/1.html#hello-world">Chapter 1 – Hello world</a></li>
  <li><a href="../Text/1.html#goodbye-world">Chapter 2 – Goodbye world</a></li>
</ol>
to:

Code:
<ol>
  <li><a href="../Text/1.html#hello-world">Chapter 1 – Hello world</a></li>
  <li><a href="../Text/1_0001.html#goodbye-world">Chapter 2 – Goodbye world</a></li>
</ol>
and the report tool doesn't report any broken links.

However, I occasionally experienced broken links after file splitting with older Sigil versions, but I never could figure out what caused the problem.
Attached Thumbnails
Click image for larger version

Name:	LinkReport.jpg
Views:	209
Size:	19.8 KB
ID:	146993  
Doitsu is offline   Reply With Quote