mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 06:14:46 +00:00
Fix relative fragments for DocDef
This commit is contained in:
parent
f263b0dba7
commit
235a68d332
1 changed files with 1 additions and 1 deletions
|
@ -150,7 +150,7 @@ fn render_main_content(
|
|||
if should_render_entry {
|
||||
match entry {
|
||||
DocEntry::DocDef(doc_def) => {
|
||||
let mut href = base_href();
|
||||
let mut href = String::new();
|
||||
href.push('#');
|
||||
href.push_str(doc_def.name.as_str());
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue