From 9f9dab6f3b11da5afc75fed86ddcb1f99270127b Mon Sep 17 00:00:00 2001 From: Talley Lambert Date: Wed, 5 Oct 2022 11:16:55 -0400 Subject: [PATCH] fix readme (#125) --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6867d381..aa931abe 100644 --- a/README.md +++ b/README.md @@ -29,11 +29,10 @@ superqt provides a variety of widgets that are not included in the native QtWidg See the [widgets documentation](https://napari.org/superqt/widgets) for a full list of widgets. -- [Range Slider](docs/sliders.md#range-slider) (multi-handle slider) +- [Range Slider](https://napari.org/superqt/widgets/qrangeslider/) (multi-handle slider) range sliders - range sliders range sliders @@ -45,7 +44,7 @@ superqt includes a number of utitlities for working with Qt, including: - tools and decorators for working with threads in qt. - `superqt.fonticon` for generating icons from font files (such as [Material Design Icons](https://materialdesignicons.com/) and [Font Awesome](https://fontawesome.com/)) -See the [utilities documentation](https://napari.org/superqt/utilities/) for a full list of widgets. +See the [utilities documentation](https://napari.org/superqt/utilities/) for a full list of utilities. ## Contributing