From 96227fc857aae4b9ff948d8a8504730f6e1ff800 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=AE=B8=E8=BD=B2?= Date: Sun, 15 Oct 2023 11:05:49 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 中文/项目文档/IDEology文档/IDEology设计文档.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/中文/项目文档/IDEology文档/IDEology设计文档.md b/中文/项目文档/IDEology文档/IDEology设计文档.md index 18b42d9..3336598 100644 --- a/中文/项目文档/IDEology文档/IDEology设计文档.md +++ b/中文/项目文档/IDEology文档/IDEology设计文档.md @@ -27,7 +27,7 @@ ## 架构设计 IDEology 采用微内核架构,主要分为[用户模块](#用户模块) -、核心模块、IMC和微内核。 +、[核心模块](#核心模块)、[IMC](#imc)和[微内核](#微内核)。 ![IDEology 架构图](img/IDEology架构图.svg)