From 79c04d4e6f2e0f13a0230e5f7f092735f6f7370d Mon Sep 17 00:00:00 2001 From: Daniel Pizetta Date: Wed, 21 Feb 2018 16:52:52 -0300 Subject: [PATCH] Fix some links --- CONTRIBUTE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTE.md b/CONTRIBUTE.md index 6f43b8343..21818eca4 100644 --- a/CONTRIBUTE.md +++ b/CONTRIBUTE.md @@ -131,7 +131,7 @@ Now you can use our example to work on the stylesheet. It has all possible widget provided by Qt - common ones. Feel free to add more to them. To simplify the structure, there are separated files in -[example.ui](.example/ui/) folder. +[example.ui](./example/ui/) folder. - `dw_buttons.ui`: all types of buttons; - `dw_containers_no_tabs.ui`: all types of containers except for tabs; @@ -162,7 +162,7 @@ It will generate all `_ui.py` files for PyQt4, PyQt5, PySide, QtPy, PyQtGraph. ### Modifying QSS File -If you are changing the [stylesheet](.qdarkstyle/style.qss), you will need +If you are changing the [stylesheet](./qdarkstyle/style.qss), you will need to recompile the QRC files using [process_qrc.py](./script/process_qrc.py) script, inside script folder.