We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f6fff6 commit bf25345Copy full SHA for bf25345
1 file changed
MiniZincIDE/ide.cpp
@@ -487,7 +487,7 @@ void IDE::openFile(const QString& fileName0)
487
488
void IDE::help()
489
{
490
- QDesktopServices::openUrl(QUrl(QString("http://www.minizinc.org/doc-")+MINIZINC_IDE_VERSION+"/en/minizinc_ide.html"));
+ QDesktopServices::openUrl(QUrl(QString("http://docs.minizinc.dev/en/")+MINIZINC_IDE_VERSION+"/minizinc_ide.html"));
491
}
492
493
IDE::~IDE(void) {
0 commit comments