From e680242c1b184bb89b5b58a55c42c40438547e59 Mon Sep 17 00:00:00 2001 From: NicOudart Date: Mon, 22 Apr 2024 10:00:02 +0200 Subject: [PATCH] Fix the URL of the website in mkdocs.yml. --- mkdocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkdocs.yml b/mkdocs.yml index 854c2d2..97cf621 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,7 +1,7 @@ --- # Project Information site_name: "PyBWE" -site_url: "https://noudart.github.io/PyBWE" +site_url: "https://nicoudart.github.io/PyBWE" site_author: "Nicolas OUDART" site_description: "Python tools for Bandwidth Extrapolation of radar signals"