Skip to content

Commit b93560c

Browse files
committed
Update README and fix dead links.
Fixes #508.
1 parent 93f12de commit b93560c

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,13 @@
77

88
# Farkle
99

10-
<!--"Modern" is a marketing catchphrase, but keep in mind that FsLexYacc is definitely not "modern"-->
11-
Farkle is a modern and easy-to-use parser library for F# and C#, that creates [LALR parsers][lalr] from composable [parser combinator][combinator]-like objects.
10+
Farkle is a modern and easy-to-use parser library for F# and C#, that creates [LALR parsers][lalr], using an API that resembles [parser combinators][combinator].
1211

1312
## Documentation
1413

15-
* [Quick Start: Creating a calculator](https://teo-tsirpanis.github.io/Farkle/quickstart.html)
16-
* [Using Farkle with C#](https://teo-tsirpanis.github.io/Farkle/csharp.html)
17-
* [API Reference](https://teo-tsirpanis.github.io/Farkle/reference/index.html)
14+
* [Quick Start: Creating a calculator](https://farkle.dev/quickstart.html)
15+
* [Migrating to Farkle 7](https://farkle.dev/migration/60-70.html)
16+
* [API Reference](https://farkle.dev/api/index.html)
1817

1918
## Maintainer(s)
2019

0 commit comments

Comments
 (0)