Commit ef8ae0a7 authored by Andy Stewart's avatar Andy Stewart
Browse files

Fix image link in HACKING.md

parent f62b388b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
## 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.