From 1d90370e2718f81ced41d41bc1bca24e31c80ea7 Mon Sep 17 00:00:00 2001 From: Mingye Wang Date: Mon, 2 Aug 2021 17:43:33 +0800 Subject: [PATCH] Updated Plan9 (markdown) --- Plan9.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plan9.md b/Plan9.md index 4d01959c..10f3ffdb 100644 --- a/Plan9.md +++ b/Plan9.md @@ -174,4 +174,4 @@ Many parts of Go are directly influenced by the Plan 9 system, as two of its thr * The [Gopher](https://golang.org/doc/faq#gopher) is designed by Renée French, who also designed Glenda, the Plan 9 bunny. * The Gc compiler hosted in this repository uses a [Plan 9-style loader](https://golang.org/doc/faq#What_compiler_technology_is_used_to_build_the_compilers). * [Go's Assembler](https://golang.org/doc/asm) is based on Plan 9's syntax. The Go 1.x stack-based ABI is borrowed from Plan 9. -* Although not recommended, there was also some support for [[GcToolchainTricks|Plan 9 C]], with the original standard library being descended from Plan 9's libc. +* Although not recommended, there was also some support for [[Plan 9 C|GcToolchainTricks]], with the original standard library being descended from Plan 9's libc.