X Tutup
Skip to content

Commit c5cfb4e

Browse files
committed
Fix links
1 parent f587649 commit c5cfb4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

api/RenderHandler.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
Implement this interface to handle events when window rendering is disabled (off-screen rendering). The methods of this class will be called on the UI thread.
77

88
Off-screen rendering examples:
9-
* [Kivy](Kivy)
10-
* [Panda3D](Panda3D)
9+
* [Kivy](https://github.com/cztomczak/cefpython/wiki/Kivy)
10+
* [Panda3D](https://github.com/cztomczak/cefpython/wiki/Panda3D)
1111
* [cefpython_offscreen_no_UI_framework.py](https://gist.github.com/stefanbacon/7b1571d57aee54aa9f8e9021b4848d06) - most basic usage of OSR to take screenshot of a page
1212

1313

0 commit comments

Comments
 (0)
X Tutup