Perhaps this would make it a bit clear. My notebook structure is the
following:
FolderA
SectionA1
SectionA2
FolderB
SectionB1
SectionB2
This reflects the following directory structure:
MyNoteBook
FolderA
SectionA1.one
SectionA2.one
FolderB
SectionB1.one
SectionB2.one
I copied a PDF file into one of the pages of sectionA1, so the PDF is now
copied into MyNotebook\FolderA and my note shows a link to it
(file:MyFile.pdf). Then, I moved SectionA1 to FolderB. I would have
expected the PDF file to also be moved to MyNotebook\FolderB or at least the
link to the file in the page (file:MyFile.pdf) to be updated to the new
relative path (file:..\FolderA\MyFile.pdf).
What is happening is that once I move the section, the link to the PDF does
not work anymore.