Skip to content

Commit

Permalink
Updated link to GitHub Page (User Manual)
Browse files Browse the repository at this point in the history
  • Loading branch information
eruber committed Oct 3, 2020
1 parent 3e18a4e commit 1074cdb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
## Introduction ##
This widget sub-classes the [QLineEdit](https://doc.qt.io/qtforpython/PySide2/QtWidgets/QLineEdit.html) widget to add a progress bar as its background color.

Read the User Manual in the **docs/build/html/index.html** file for more details.
Read the [User Manual](https://eruber.github.io/PyQtLineEditProgressBar/build/html/index.html).

## Dependencies ##
PyQtLineEditProgressBar depends on the following third-party packages:
Expand Down Expand Up @@ -47,7 +47,7 @@ This code is based off of a discussion at [StackOverflow](https://stackoverflow.

## Usage ##
Inspect the **demo.py** code for examples of how to use ** PyQtLineEditProgressBar**
and read the user manual documentation in the **docs/build/html/index.html** or online at the Read The Docs once I get it posted there.
and read the [user manual documentation](https://eruber.github.io/PyQtLineEditProgressBar/build/html/index.html).


## Caveat ##
Expand Down

0 comments on commit 1074cdb

Please sign in to comment.