Skip to content

Commit

Permalink
fmk - updating version to 4.0.0 and sending questions to github discu…
Browse files Browse the repository at this point in the history
…ssions
  • Loading branch information
fmckenna committed Aug 13, 2024
1 parent 1295aa1 commit 3d8d915
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,8 @@ int main(int argc, char *argv[])
QString manualURL("https://nheri-simcenter.github.io/EE-UQ-Documentation/");
w.setDocumentationURL(manualURL);

QString messageBoardURL("https://simcenter-messageboard.designsafe-ci.org/smf/index.php?board=6.0");
//QString messageBoardURL("https://simcenter-messageboard.designsafe-ci.org/smf/index.php?board=6.0");
QString messageBoardURL("https://github.com/orgs/NHERI-SimCenter/discussions/categories/ee-uq");
w.setFeedbackURL(messageBoardURL);

//
Expand Down

0 comments on commit 3d8d915

Please sign in to comment.