Fix link to example (#405)

* fix link to example.html

* 2.0.1
This commit is contained in:
Taly 2018-08-05 15:44:53 +03:00 committed by GitHub
parent 61242ab6a6
commit 87ed7ec0ee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -215,7 +215,7 @@ editor.saver.save()
## Example
Take a look at the [example.html](../example/example.html) to view more detailed examples.
Take a look at the [example.html](example/example.html) to view more detailed examples.

View file

@ -1,6 +1,6 @@
{
"name": "codex.editor",
"version": "2.0.0",
"version": "2.0.1",
"description": "Codex Editor. Native JS, based on API and Open Source",
"main": "build/codex-editor.js",
"scripts": {