mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
cleanup: use new urls
Just rename some old hohndel.org urls Signed-off-by: Jan Mulder <jlmulder@xs4all.nl>
This commit is contained in:
parent
fc7729eb78
commit
2371c6ada6
1 changed files with 2 additions and 2 deletions
|
@ -372,7 +372,7 @@ void SubsurfaceWebServices::buttonClicked(QAbstractButton *button)
|
|||
resetState();
|
||||
break;
|
||||
case QDialogButtonBox::HelpRole:
|
||||
QDesktopServices::openUrl(QUrl("http://api.hohndel.org"));
|
||||
QDesktopServices::openUrl(QUrl("http://api.subsurface-divelog.org"));
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
|
@ -381,7 +381,7 @@ void SubsurfaceWebServices::buttonClicked(QAbstractButton *button)
|
|||
|
||||
void SubsurfaceWebServices::startDownload()
|
||||
{
|
||||
QUrl url("http://api.hohndel.org/api/dive/get/");
|
||||
QUrl url("http://api.subsurface-divelog.org/api/dive/get/");
|
||||
QUrlQuery query;
|
||||
query.addQueryItem("login", ui.userID->text().toUpper());
|
||||
url.setQuery(query);
|
||||
|
|
Loading…
Reference in a new issue