mirror of
https://github.com/roc-lang/roc.git
synced 2024-11-10 10:02:38 +03:00
Links to different modules require relative href
This commit is contained in:
parent
9801de6be4
commit
6d00171cd7
@ -247,6 +247,7 @@ fn render_sidebar<'a, I: Iterator<Item = &'a ModuleDocumentation>>(modules: I) -
|
||||
|
||||
let href = {
|
||||
let mut href_buf = String::new();
|
||||
href_buf.push('/');
|
||||
href_buf.push_str(name);
|
||||
href_buf
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user