From 8d695dba011e2b0f0516b642253429c9d298c02d Mon Sep 17 00:00:00 2001 From: Simon Cheung Date: Mon, 1 Aug 2022 17:26:59 +0800 Subject: [PATCH] Update config.toml --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 06afdb15b..06ed89b43 100644 --- a/config.toml +++ b/config.toml @@ -150,7 +150,7 @@ version = "0.13" url_latest_version = "https://example.com" # Repository configuration (URLs for in-page links to opening issues and suggesting changes) -github_repo = "https://github.com/apache/incubator-hugegraph" +github_repo = "https://github.com/apache/incubator-hugegraph-doc" # An optional link to a related project repo. For example, the sibling repository where your product code lives. github_project_repo = "https://github.com/apache/incubator-hugegraph"