Skip to content

Commit 4f63bea

Browse files
authored
Update manual.md
1 parent d7f3fca commit 4f63bea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/manual.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ y.GET("/p/:id", func(ctx *yap.Context) {
118118
y.Run(":8080")
119119
```
120120

121-
demo in Go+ classfile v1 ([main.yap](../demo/classfile_blog/blog_yap.gox)):
121+
demo in Go+ classfile v1 ([main.yap](../demo/classfile_blog/blog_yap.gox), [article_yap.html](../demo/classfile_blog/yap/article_yap.html)):
122122

123123
```go
124124
get "/p/:id", ctx => {

0 commit comments

Comments
 (0)