diff --git a/ch5/ch5-02.md b/ch5/ch5-02.md index be92e4e..c63e6da 100644 --- a/ch5/ch5-02.md +++ b/ch5/ch5-02.md @@ -37,7 +37,7 @@ func Parse(r io.Reader) (*Node, error) main函数解析HTML标准输入,通过递归函数visit获得links(链接),并打印出这些links: -gopl.io/ch5/findlinks1 +gopl.io/ch5/findlinks1 ```Go // Findlinks1 prints the links in an HTML document read from standard input. package main