From 15ad3be10624a1a24a54e5c8a8732e867dd582e9 Mon Sep 17 00:00:00 2001 From: Yuhang Zhao <2546789017@qq.com> Date: Tue, 1 Jun 2021 14:17:16 +0800 Subject: [PATCH] Fix wrong path Signed-off-by: Yuhang Zhao <2546789017@qq.com> --- README.md | 2 +- README_win32.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6fbb46a..5574888 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ int main(int argc, char *argv[]) { } ``` -Please refer to [the QWidget example](/examples/QWidget/main.cpp) for more detailed information. +Please refer to [the QWidget example](/examples/widget/) for more detailed information. ### Some details diff --git a/README_win32.md b/README_win32.md index ee398ec..e6ee88d 100644 --- a/README_win32.md +++ b/README_win32.md @@ -26,7 +26,7 @@ WinNativeEventFilter::addFramelessWindow(widget.windowHandle()); widget.show(); ``` -Please refer to [the QWidget example](/examples/QWidget/main.cpp) for more detailed information. +Please refer to [the QWidget example](/examples/widget/) for more detailed information. ### Some details