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 bd56c83 commit 749b649Copy full SHA for 749b649
index.html
@@ -1,4 +1,4 @@
1
-<meta http-equiv="refresh" content="0; url=https://research.ampo.org/activitysim/" />
+<meta http-equiv="refresh" content="0; url=https://activitysim.github.io" />
2
3
<!DOCTYPE html>
4
<html lang="en">
@@ -18,7 +18,7 @@
18
window.location.href = base_url + 'users-guide/model_anatomy.html#skims';
19
} else {
20
// This is the default redirect if no other q's match...
21
- window.location.href = 'https://research.ampo.org/activitysim';
+ window.location.href = 'https://activitysim.github.io';
22
}
23
};
24
</script>
0 commit comments