Fix image link in HACKING.md

master
Andy Stewart 8 years ago
parent f62b388b6d
commit ef8ae0a7d0
  1. 4
      docs/HACKING.md

@ -1,6 +1,6 @@
## The Framework of EAF
![img](./screenshot/framework.png)
![img](../screenshot/framework.png)
* QGraphicsScene similar Emacs' buffer, control content and state.
* QGraphicsView similar Emacs' window, control size and position.
@ -29,7 +29,7 @@ M-x eaf-open
Then type "eaf-demo" as input, will pop hello world window in emacs like below:
![img](./screenshot/hello_world.png)
![img](../screenshot/hello_world.png)
It's a big hello button, try to click it, haha.

Loading…
Cancel
Save