From 660cc4fdcff873e10f4bf89ff4efa06f37c882cc Mon Sep 17 00:00:00 2001 From: Youjie Zheng Date: Sun, 10 Nov 2024 16:26:43 +0800 Subject: [PATCH] [doc] Update doc link --- Cargo.toml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 75231e3..942c640 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,9 +5,8 @@ edition = "2021" authors = ["Yuekai Jia "] description = "ARM Generic Interrupt Controller (GIC) register definitions and basic operations" license = "GPL-3.0-or-later OR Apache-2.0" -homepage = "https://github.com/rcore-os/arceos" -repository = "https://github.com/rcore-os/arceos/tree/main/crates/arm_gic" -documentation = "https://rcore-os.github.io/arceos/arm_gic/index.html" +repository = "https://github.com/Starry-OS/arm_gic" +documentation = "https://starry-os.github.io/arm_gic/arm_gic/index.html" keywords = ["Starry"] [dependencies]