Skip to content

Commit

Permalink
fixes readme gh-pages links (#400)
Browse files Browse the repository at this point in the history
  • Loading branch information
karlivory authored Oct 8, 2023
1 parent a659645 commit dfe5aab
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 @@ -121,7 +121,7 @@ System.out.println(expression.evaluate().getStringValue()); // prints Hello Fran

### Arrays (also multidimensional) are supported and can be passed as Java _Lists_.

See the [Documentation](https://ezylang.github.io/pages-playground/concepts/datatypes.html#array)
See the [Documentation](https://ezylang.github.io/EvalEx/concepts/datatypes.html#array)
for more details.

```java
Expand All @@ -139,7 +139,7 @@ System.out.println(result.getNumberValue()); // prints 4
### Structures are supported and can be passed as Java _Maps_.

Arrays and Structures can be combined to build arbitrary data structures. See
the [Documentation](https://ezylang.github.io/pages-playground/concepts/datatypes.html#structure)
the [Documentation](https://ezylang.github.io/EvalEx/concepts/datatypes.html#structure)
for more details.

```java
Expand Down

0 comments on commit dfe5aab

Please sign in to comment.