Fix URLs in README
This commit is contained in:
parent
09566f5e4f
commit
dce76d8d2e
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue