From 03460087af098e7b596673406cb397bdfed4d4f6 Mon Sep 17 00:00:00 2001 From: Yuta Sato Date: Tue, 13 Jan 2026 07:01:24 +0000 Subject: [PATCH] Fixed site url --- mkdocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkdocs.yml b/mkdocs.yml index cea7b73..dc392c4 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,5 +1,5 @@ site_name: City2Graph -site_url: https://city2graph.net/ +site_url: https://city2graph.net/latest/ site_author: Yuta Sato site_description: Transform urban data into graphs for spatial analysis and Graph Neural Networks repo_url: https://github.com/c2g-dev/city2graph