Skip to content

Commit bf25345

Browse files
committed
Fix help link URL
1 parent 6f6fff6 commit bf25345

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

MiniZincIDE/ide.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,7 @@ void IDE::openFile(const QString& fileName0)
487487

488488
void IDE::help()
489489
{
490-
QDesktopServices::openUrl(QUrl(QString("http://www.minizinc.org/doc-")+MINIZINC_IDE_VERSION+"/en/minizinc_ide.html"));
490+
QDesktopServices::openUrl(QUrl(QString("http://docs.minizinc.dev/en/")+MINIZINC_IDE_VERSION+"/minizinc_ide.html"));
491491
}
492492

493493
IDE::~IDE(void) {

0 commit comments

Comments
 (0)