From 3742e1479eab1d7e3cab2f5bd0c8ca659136dc7e Mon Sep 17 00:00:00 2001 From: fmckenna Date: Sat, 30 Sep 2023 13:44:38 -0700 Subject: [PATCH] fmk - fixing github link --- main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.cpp b/main.cpp index e9c789f6..5392cec5 100644 --- a/main.cpp +++ b/main.cpp @@ -206,7 +206,7 @@ int main(int argc, char *argv[]) // Opening a QWebEngineView and using github to get app geographic usage QWebEngineView view; - view.setUrl(QUrl("https://nheri-simcenter.github.io/E-UQ/GA4.html")); + view.setUrl(QUrl("https://nheri-simcenter.github.io/EE-UQ/GA4.html")); view.resize(1024, 750); view.show(); view.hide();