Skip to content

Commit 12f7e12

Browse files
README: Updated (soon to be) broken links
1 parent 6add25f commit 12f7e12

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,17 +79,17 @@ It supports:
7979

8080
Some features like atomic groups and capturing groups are not supported (but might be added in the future).
8181

82-
For information on how to parse JS RegExp and convert RE AST to JS RegExp, see the [`JS` namespace](https://rundevelopment.github.io/refa/docs/latest/modules/js.html).
82+
For information on how to parse JS RegExp and convert RE AST to JS RegExp, see the [`JS` namespace](https://rundevelopment.github.io/refa/docs/latest/modules/JS.html).
8383

8484
### Universal characters
8585

86-
refa does not use JavaScript strings represent characters or a sequences of characters. Instead it uses integers to represent characters (see the [`Char` type](https://rundevelopment.github.io/refa/docs/latest/modules.html#char)) and arrays of numbers to represent words/strings (see the [`Word` type](https://rundevelopment.github.io/refa/docs/latest/modules.html#word)).
86+
refa does not use JavaScript strings represent characters or a sequences of characters. Instead it uses integers to represent characters (see the [`Char` type](https://rundevelopment.github.io/refa/docs/latest/modules.html#Char)) and arrays of numbers to represent words/strings (see the [`Word` type](https://rundevelopment.github.io/refa/docs/latest/modules.html#Word)).
8787

8888
This means that any text encoding can be used.
8989

90-
The [`Words` namespace](https://rundevelopment.github.io/refa/docs/latest/modules/words.html) contains functions to convert JavaScript data into refa-compatible words and characters.
90+
The [`Words` namespace](https://rundevelopment.github.io/refa/docs/latest/modules/Words.html) contains functions to convert JavaScript data into refa-compatible words and characters.
9191

92-
For the sets of characters, the [`CharSet` class](https://rundevelopment.github.io/refa/docs/latest/classes/charset.html) is used.
92+
For the sets of characters, the [`CharSet` class](https://rundevelopment.github.io/refa/docs/latest/classes/CharSet.html) is used.
9393

9494
### General limitations
9595

0 commit comments

Comments
 (0)