From 14e89b638b26b1660c25c7928eb0ba931ea2d59d Mon Sep 17 00:00:00 2001 From: Wu Clan Date: Wed, 20 Nov 2024 01:51:40 +0800 Subject: [PATCH] Update website and repository url --- mkdocs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index 01dfb9e..b732824 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,10 +1,10 @@ # yaml-language-server: $schema=https://squidfunk.github.io/mkdocs-material/schema.json site_name: SQLAlchemy CRUD Plus site_description: Asynchronous CRUD operations based on SQLAlChemy 2.0 -site_url: https://fastapi-practices.github.io/sqlalchemy-crud-plus +site_url: https://wu-clan.github.io/sqlalchemy-crud-plus site_author: Wu Clan repo_name: sqlalchemy-crud-plus -repo_url: https://github.com/fastapi-practices/sqlalchemy-crud-plus +repo_url: https://github.com/wu-clan/sqlalchemy-crud-plus nav: - Home: index.md - Installing: installing.md