doc: Fix a regression that added another space in the URL.

This will break some existing links, but oh well, it isn't the first
time and some websites cannot render URLs with spaces in them. This
means external references to some of the input doc are currently
impossible.
This commit is contained in:
Emmanuel Lepage-Vallee 2019-12-30 23:13:25 -08:00 committed by Emmanuel Lepage Vallee
parent 31e0a3e67b
commit 46026ccc2e
1 changed files with 1 additions and 1 deletions

View File

@ -418,7 +418,7 @@ sort_modules=true
-- Add more project level (left side index) types. -- Add more project level (left side index) types.
new_type("coreclassmod", "Core_components" , true) new_type("coreclassmod", "Core_components" , true)
new_type("inputmodule" , "Input handling" , true) new_type("inputmodule" , "Input_handling" , true)
new_type("ruleslib" , "Declarative_rules", true) new_type("ruleslib" , "Declarative_rules", true)
new_type("widgetmod" , "Widgets" , true) new_type("widgetmod" , "Widgets" , true)
new_type("containermod", "Widget_containers", true) new_type("containermod", "Widget_containers", true)