diff --git a/planet_explorer/gui/pe_legacy_warning_widget.py b/planet_explorer/gui/pe_legacy_warning_widget.py index d0daab3..9c848e8 100644 --- a/planet_explorer/gui/pe_legacy_warning_widget.py +++ b/planet_explorer/gui/pe_legacy_warning_widget.py @@ -37,7 +37,7 @@ def __init__(self, parent=None): self.labelLink.linkActivated.connect(self.link_clicked) def link_clicked(self): - url = "https://developers.planet.com/docs/data/psscene/faq" + url = "https://developers.planet.com/docs/data/psscene" open_link_with_browser(url) def update_search(self): diff --git a/planet_explorer/ui/pe_legacy_warning_widget.ui b/planet_explorer/ui/pe_legacy_warning_widget.ui index 1803736..6c30d93 100644 --- a/planet_explorer/ui/pe_legacy_warning_widget.ui +++ b/planet_explorer/ui/pe_legacy_warning_widget.ui @@ -79,11 +79,14 @@ p, li { white-space: pre-wrap; } - <a href="#">Learn more about this change</a> + <a href="https://developers.planet.com/docs/data/psscene">Learn more about this change</a> Qt::AlignCenter + + true +