From 9f3ba137d3d243711ee40e21b1b958907bf63abb Mon Sep 17 00:00:00 2001 From: cztomczak Date: Mon, 20 Aug 2018 13:18:43 +0200 Subject: [PATCH] Update cefpython.md --- api/cefpython.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/api/cefpython.md b/api/cefpython.md index a876bd69..29720c48 100644 --- a/api/cefpython.md +++ b/api/cefpython.md @@ -66,7 +66,8 @@ any third party GUI framework for creation of top-level window. After the call to CreateBrowserSync() the page is not yet loaded, if you want your next lines of code to do some stuff on the -webpage you will have to implement LoadHandler.[OnLoadingStateChange]((LoadHandler.md#onloadingstatechange)) +webpage you will have to implement +LoadHandler.[OnLoadingStateChange](LoadHandler.md#onloadingstatechange) callback.