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:
parent
31e0a3e67b
commit
46026ccc2e
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue