Actions
Defect #9064
closedBroken internal links in export wiki to html
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Wiki
Target version:
-
Start date:
2011-08-16
Due date:
% Done:
0%
Estimated time:
Resolution:
Duplicate
Affected version:
Description
Example:
page "Test" 
h1. Test (see [[Test#Configuration|configuration]]) h2. Configuration To configure view use these methods:
Export to HTML:
<h1 >Test<a href="#Test" class="wiki-anchor">¶</a></h1> <p>(see <a href="configuration.html" class="wiki-page">configuration</a>)</p> <a name="Configuration"></a> <h2 >Configuration<a href="#Configuration" class="wiki-anchor">¶</a></h2> <p>To configure view use these methods:</p>
But expected result should contain
<a href="#Configuration" class="wiki-page">
instead of
<a href="configuration.html" class="wiki-page">
Related issues
      
      Updated by Etienne Massip about 14 years ago
      
    
    - Target version set to Candidate for next minor release
 
Indeed.
      
      Updated by Etienne Massip about 14 years ago
      
    
    - Status changed from New to Closed
 - Target version deleted (
Candidate for next minor release) - Resolution set to Duplicate
 
Closed as duplicate of #3276.
Actions