The regex requires that the module directory is right under the course root (note the ^).
In addition, the regex uses incorrect module directory names. The names contain the parent directory too in the form _content_module01. That does not match real file paths.
Course directory structure:
Usually, the module directories are directly in the root of the course repository.
Links from chapter to another chapter are broken in the above course structure.
^
)._content_module01
. That does not match real file paths.