Project

General

Profile

Feature #18043

Updated by Toshi MARUYAMA over 9 years ago

To have links internal to a document, I have to tu do something like this: 

 <pre> 
 some text, see [[Pagename#Chapter2|Chapter2]] for more information. 

 [...] 

 h3. Chapter2 
 </pre> 

 It would be great if the link was: 

 <pre> 
 [[#Chapter2|Chapter2]] 
 </pre> 

 I think we should consider this as related to #10689, for internal links in exported PDF documents. 

 My environment: 

 <pre> 
 Environment: 
   Redmine version                  2.5.0.stable 
   Ruby version                     2.1.3-p242 (2014-09-19) [x86_64-linux-gnu] 
   Rails version                    3.2.17 
   Environment                      production 
   Database adapter                 Mysql2 
 SCM: 
   Subversion                       1.8.10 
   Mercurial                        3.1 
   Cvs                              1.12.13 
   Git                              2.1.0 
   Filesystem                      
 Redmine plugins: 
   no plugin installed 
 </pre>

Back