Testing version: 2.0 (10084)
What were you doing:
- Create
note1
with link[[note2/header]]
- Create
note2
with## header
- Follow link from
note1
to header innote2
: it works - Rename header in
note2
to## header_renamed
What feature did you use: internal links to headers
What happened: link wasn’t updated and partially broken now
What did you expect to happen:
-
[[note2/header]]
should be automatically changed to[[note2/header_renamed]]
- Just like
[[note2]]
link will change to[[note3]]
when you renamenote2
tonote3