Skip to content

Commit 6a78b62

Browse files
committed
(docs) fixed dead links
1 parent 34eafdc commit 6a78b62

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/misc-app-ref/sysy-spec.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ SysY 语言中注释的规范与 C 语言一致, 如下:
140140

141141
## 语义约束
142142

143-
符合[文法定义](/misc-app-ref/sysy?id=%e6%96%87%e6%b3%95%e5%ae%9a%e4%b9%89)的程序集合是合法的 SysY 语言程序集合的超集. 下面, 我们进一步给出 SysY 语言的语义约束.
143+
符合[文法定义](/misc-app-ref/sysy-spec?id=%e6%96%87%e6%b3%95%e5%ae%9a%e4%b9%89)的程序集合是合法的 SysY 语言程序集合的超集. 下面, 我们进一步给出 SysY 语言的语义约束.
144144

145145
### 编译单元
146146

docs/preface/prerequisites.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ Git 是一个版本控制系统 (version control system, VCS). 什么是版本
106106
推荐:
107107

108108
* [GDB cheat sheet](https://darkdust.net/files/GDB%20Cheat%20Sheet.pdf).
109-
* [LLDB cheat sheet](https://www.nesono.com/sites/default/files/lldb%20cheat%20sheet.pdf).
109+
* [GDB to LLDB command map](https://lldb.llvm.org/use/map.html).
110110

111111
## 如何编写简单的 Makefile
112112

0 commit comments

Comments
 (0)