diff --git a/README.md b/README.md index 84ebc38..145ba4d 100644 --- a/README.md +++ b/README.md @@ -38,4 +38,4 @@ func IndexPage(ctx *h.RequestContext) *h.Page { **get started:** -View documentation on [htmgo.dev](https://htmgo.dev/). +View documentation on [htmgo.dev](https://htmgo.dev/docs). diff --git a/examples/todo-list/.gitignore b/examples/todo-list/.gitignore new file mode 100644 index 0000000..3d6a979 --- /dev/null +++ b/examples/todo-list/.gitignore @@ -0,0 +1,6 @@ +/assets/dist +tmp +node_modules +.idea +__htmgo +dist \ No newline at end of file