Currently links starting with ../ do not work (even if they do not leave the documentation directory). E.g., for the link on http://en.cppreference.com/w/cpp/keyword/asm, (devdocs--path-expand "../language/asm" "keyword/asm") should return language/asm instead of keyword/../language/asm.
I use the following as a workaround, but there is likely a better way to fix this.
Currently links starting with
../
do not work (even if they do not leave the documentation directory). E.g., for the link on http://en.cppreference.com/w/cpp/keyword/asm,(devdocs--path-expand "../language/asm" "keyword/asm")
should returnlanguage/asm
instead ofkeyword/../language/asm
.I use the following as a workaround, but there is likely a better way to fix this.