From 3147b35b7a657e8d5f9c6a68751190921bc77795 Mon Sep 17 00:00:00 2001 From: Yan_yan Date: Mon, 2 Nov 2020 16:36:41 +0800 Subject: [PATCH] modify the jump inside page under kernel/int.md --- docs/doc/kernel/int.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/doc/kernel/int.md b/docs/doc/kernel/int.md index d23deee..9661dc8 100644 --- a/docs/doc/kernel/int.md +++ b/docs/doc/kernel/int.md @@ -9,7 +9,7 @@ * [中断处理机制](#riscv_int_process) * [中断服务程序](#riscv_int_service) * [中断处理流程](#riscv_int_process2) - * [中断函数接口](#riscv_int_api) +* [中断函数接口](#riscv_int_api) * [使用场景](#situation)