From 832cadf7bbb2ba467285b7fdba91bc781cc65f87 Mon Sep 17 00:00:00 2001 From: Gabriel Tem Pass <41839984+gabrieltempass@users.noreply.github.com> Date: Fri, 19 Apr 2024 14:33:30 -0300 Subject: [PATCH] feat: Change docs URL to wiki --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f2f7e4d..edf089d 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ "Source Code": "https://github.com/gabrieltempass/streamlit-navigation-bar", "Bug Tracker": "https://github.com/gabrieltempass/streamlit-navigation-bar/issues", "Release notes": "https://github.com/gabrieltempass/streamlit-navigation-bar/releases", - "Documentation": "https://github.com/gabrieltempass/streamlit-navigation-bar/blob/main/README.md", + "Documentation": "https://github.com/gabrieltempass/streamlit-navigation-bar/wiki", "Community": "https://discuss.streamlit.io/t/new-component-streamlit-navigation-bar/66032", }, author="Gabriel Tem Pass",