Fix 'creating new widgets' link (#2157)
This was broken ever since it was introduced in commit b1e69dba8c
.
Yay. :-(
Fixes: https://github.com/awesomeWM/awesome/issues/1373#issuecomment-357891791
Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
parent
c9bd787fd6
commit
a4936c963c
|
@ -614,7 +614,7 @@ end
|
|||
|
||||
--- Create an empty widget skeleton.
|
||||
--
|
||||
-- See [Creating new widgets](../documentation/04-new-widget.md.html).
|
||||
-- See [Creating new widgets](../documentation/04-new-widgets.md.html).
|
||||
-- @tparam[opt] widget proxy If this is set, the returned widget will be a
|
||||
-- proxy for this widget. It will be equivalent to this widget.
|
||||
-- This means it looks the same on the screen.
|
||||
|
|
Loading…
Reference in New Issue