From d8d8cbf6e085248e970fef2f3a047d27b195d64e Mon Sep 17 00:00:00 2001 From: Niels Lohmann Date: Mon, 7 Dec 2020 15:30:28 +0100 Subject: [PATCH] :hammer: fix site URL --- doc/mkdocs/mkdocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/mkdocs/mkdocs.yml b/doc/mkdocs/mkdocs.yml index 6feee1248..e1552d39b 100644 --- a/doc/mkdocs/mkdocs.yml +++ b/doc/mkdocs/mkdocs.yml @@ -1,7 +1,7 @@ # Project information site_name: JSON for Modern C++ site_author: Niels Lohmann -site_url: https://squidfunk.github.io/mkdocs-material/ +site_url: https://json.nlohmann.me/ # Repository repo_name: nlohmann/json