Fix URLs in README

This commit is contained in:
Yang Luo 2022-11-25 19:37:35 +08:00
parent 09566f5e4f
commit dce76d8d2e
1 changed files with 3 additions and 3 deletions

View File

@ -7,8 +7,8 @@ It provides functionality such as syntax highlighting and code completion, just
Try it at either:
1. Casbin official website: https://casbin.org/en/editor.
2. Our standalone GitHub pages: https://casbin.org/casbin-editor/
1. Casbin official website: https://casbin.org/editor
2. Our standalone GitHub pages: https://editor.casbin.org
## How it works?
@ -31,4 +31,4 @@ Open browser: http://localhost:3000/
npm deploy
```
The generated static pages will be pushed into `gh-pages` branch of `origin` and published in GitHub Pages (https://casbin.org/casbin-editor/). The Casbin official site (https://casbin.org/en/editor) uses iframe to embed the published GitHub pages.
The generated static pages will be pushed into `gh-pages` branch of `origin` and published in GitHub Pages (https://editor.casbin.org). The Casbin official site (https://casbin.org/editor) uses iframe to embed the published GitHub pages.