Skip to content

Commit

Permalink
fix broken link to ytmusicapi auth docs
Browse files Browse the repository at this point in the history
  • Loading branch information
apastel committed Nov 27, 2024
1 parent bb579bc commit 52044f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gui/src/main/python/browser_auth_dialog.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ def auth_finished(self, auth_result):
error_dialog.setIcon(QMessageBox.Critical)
error_dialog.setText(auth_result)
error_dialog.setInformativeText(
"<html>See <a href=https://ytmusicapi.readthedocs.io/en/latest/setup.html#copy-authentication-headers>"
"https://ytmusicapi.readthedocs.io/en/latest/setup.html#copy-authentication-headers</a> for "
"<html>See <a href=https://ytmusicapi.readthedocs.io/en/stable/setup/browser.html#copy-authentication-headers>"
"https://ytmusicapi.readthedocs.io/en/stable/setup/browser.html#copy-authentication-headers</a> for "
"instructions on obtaining your request headers.</html>"
)
error_dialog.setWindowTitle("Error")
Expand Down

0 comments on commit 52044f3

Please sign in to comment.