Fix wrong path

Signed-off-by: Yuhang Zhao <2546789017@qq.com>
This commit is contained in:
Yuhang Zhao 2021-06-01 14:17:16 +08:00
parent 2e6750e0b4
commit 15ad3be106
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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