From a4936c963c17237f33ea8d1417aba00c41704bb8 Mon Sep 17 00:00:00 2001 From: Uli Schlachter Date: Wed, 17 Jan 2018 03:15:49 +0100 Subject: [PATCH] Fix 'creating new widgets' link (#2157) This was broken ever since it was introduced in commit b1e69dba8c606cb. Yay. :-( Fixes: https://github.com/awesomeWM/awesome/issues/1373#issuecomment-357891791 Signed-off-by: Uli Schlachter --- lib/wibox/widget/base.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/wibox/widget/base.lua b/lib/wibox/widget/base.lua index 168d0d53..80853c72 100644 --- a/lib/wibox/widget/base.lua +++ b/lib/wibox/widget/base.lua @@ -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.