Skip to content

Commit

Permalink
Merge pull request #342 from KEINOS/fix-link-to-examples
Browse files Browse the repository at this point in the history
fix: links "sample" --> "_examples" in README
  • Loading branch information
ikawaha authored Aug 13, 2024
2 parents 0cc8917 + a5d6f82 commit 6a1a312
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ output:
うち 名詞,非自立,副詞可能,*,*,*,うち,ウチ,ウチ
```

- For more examples, see the [sample directory](https://github.com/ikawaha/kagome/tree/v2/sample).
- For more examples, see the [examples directory](https://github.com/ikawaha/kagome/tree/v2/_examples).

## Reference

Expand Down Expand Up @@ -300,7 +300,7 @@ docker run --rm -p 6060:6060 ghcr.io/ikawaha/kagome:latest server
# Building to WebAssembly

You can see how kagome wasm works in [demo site.](http://ikawaha.github.io/kagome/)
The source code can be found in `./sample/wasm`.
The source code can be found in `./_examples/wasm`.

# Licence

Expand Down

0 comments on commit 6a1a312

Please sign in to comment.