From f3a1be330d774cef78826149a092b12e1879ea87 Mon Sep 17 00:00:00 2001 From: Artem Konev Date: Thu, 24 Aug 2023 09:42:30 +0100 Subject: [PATCH] update woke config URL The repo that contains it has moved: https://github.com/canonical/Inclusive-naming/ --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 901e0ff8..08bfca16 100644 --- a/Makefile +++ b/Makefile @@ -98,7 +98,7 @@ linkcheck: install woke: type woke >/dev/null 2>&1 || { sudo snap install woke; } - woke *.rst **/*.rst -c https://github.com/canonical-web-and-design/Inclusive-naming/raw/main/config.yml + woke *.rst **/*.rst -c https://github.com/canonical/Inclusive-naming/raw/main/config.yml .PHONY: woke