mirror of
https://github.com/roc-lang/roc.git
synced 2025-07-24 06:55:15 +00:00
simplify format
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
This commit is contained in:
parent
5ccd3c884d
commit
46920d3c08
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ pub fn generate_docs_html(filenames: Vec<PathBuf>) {
|
|||
}
|
||||
|
||||
fn sidebar_link_url(module: &ModuleDocumentation) -> String {
|
||||
let url = format!("{baseUrl}{moduleName}/", baseUrl = base_url(), moduleName = module.name.as_str());
|
||||
let url = format!("{}{}/", base_url(), module.name.as_str());
|
||||
url
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue