Skip to content

Commit 749b649

Browse files
author
Alex Bettinardi
committed
removing redirect to ampo page
1 parent bd56c83 commit 749b649

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<meta http-equiv="refresh" content="0; url=https://research.ampo.org/activitysim/" />
1+
<meta http-equiv="refresh" content="0; url=https://activitysim.github.io" />
22

33
<!DOCTYPE html>
44
<html lang="en">
@@ -18,7 +18,7 @@
1818
window.location.href = base_url + 'users-guide/model_anatomy.html#skims';
1919
} else {
2020
// This is the default redirect if no other q's match...
21-
window.location.href = 'https://research.ampo.org/activitysim';
21+
window.location.href = 'https://activitysim.github.io';
2222
}
2323
};
2424
</script>

0 commit comments

Comments
 (0)