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