Skip to content

Commit c6e6f90

Browse files
Update README.md
1 parent 6c074c6 commit c6e6f90

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ _Extension Methods_
6161
string s = "X + Y";
6262
int result = s.Execute<int>(new { X = 1, Y = 2 });
6363
```
64-
**[Learn more](https://github.com/zzzprojects/Eval-Expression.NET/wiki/Eval-Execute)**
64+
**[Learn more](https://eval-expression.net/eval-execute)**
6565

6666
## Eval.Compile
6767
**Compile the code or expression and return a delegate.**
@@ -88,7 +88,7 @@ foreach(var item in list)
8888
int result = compiled(item.Value1, item.Value2);
8989
}
9090
```
91-
**[Learn more](https://github.com/zzzprojects/Eval-Expression.NET/wiki/Eval-Compile)**
91+
**[Learn more]https://eval-expression.net/eval-compile)**
9292

9393
## What's supported?
9494
Eval Expression.NET supports all C# Syntax:
@@ -105,8 +105,6 @@ You can even access C# 6.0 features even if you are using C# 4.0.
105105
- typename
106106
- null conditional member access
107107

108-
**[Learn more](https://github.com/zzzprojects/Eval-Expression.NET/wiki/Syntax-Supported)**
109-
110108
## PRO
111109
Every month, a new monthly trial of the PRO Version is available to let you evaluate all its features without limitations.
112110

0 commit comments

Comments
 (0)