Skip to content

Commit

Permalink
Fix help link URL
Browse files Browse the repository at this point in the history
  • Loading branch information
cyderize committed Nov 12, 2024
1 parent 6f6fff6 commit bf25345
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MiniZincIDE/ide.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ void IDE::openFile(const QString& fileName0)

void IDE::help()
{
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"));
}

IDE::~IDE(void) {
Expand Down

0 comments on commit bf25345

Please sign in to comment.