From d41723fa5d02fe41199a2532731775550d198e3f Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Mon, 7 Dec 2020 19:37:30 +0200 Subject: [PATCH] theme.toml: Update link to Bootstrap docs With Bootstrap v5 beta 1 the docs have moved to the main domain. --- theme.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme.toml b/theme.toml index 44338d3..55d3eca 100644 --- a/theme.toml +++ b/theme.toml @@ -13,6 +13,6 @@ min_version = 0.55 [original] author = "mdo" - homepage = "https://v5.getbootstrap.com/docs/5.0/examples/blog/" + homepage = "https://getbootstrap.com/docs/5.0/examples/blog/" # vim: ts=2 sw=2 et