Skip to content

Commit 96377f2

Browse files
committed
Fix Expr Code Editor url
1 parent c89be6a commit 96377f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,12 @@ go get github.com/expr-lang/expr
6464
## Expr Code Editor
6565

6666
<a href="https://bit.ly/expr-code-editor">
67-
<img src="https://antonmedv.github.io/expr/ogimage.png" align="center" alt="Expr Code Editor" width="1200"/>
67+
<img src="https://expr-lang.github.io/expr/ogimage.png" align="center" alt="Expr Code Editor" width="1200"/>
6868
</a>
6969

7070
Also, I have an embeddable code editor written in JavaScript which allows editing expressions with syntax highlighting and autocomplete based on your types declaration.
7171

72-
[Learn more →](https://antonmedv.github.io/expr/)
72+
[Learn more →](https://expr-lang.github.io/expr/)
7373

7474
## Examples
7575

0 commit comments

Comments
 (0)