diff --git a/rustdoc/game/pregame/built_info/constant.BUILT_TIME_UTC.html b/rustdoc/game/pregame/built_info/constant.BUILT_TIME_UTC.html
index 31b7d7d4ca..619d0456d3 100644
--- a/rustdoc/game/pregame/built_info/constant.BUILT_TIME_UTC.html
+++ b/rustdoc/game/pregame/built_info/constant.BUILT_TIME_UTC.html
@@ -1,5 +1,5 @@
pub const BUILT_TIME_UTC: &str = "Thu, 25 Feb 2021 02:18:04 +0000";
The built-time in RFC2822, UTC
+
pub const BUILT_TIME_UTC: &str = "Thu, 25 Feb 2021 02:28:04 +0000";
The built-time in RFC2822, UTC
\ No newline at end of file
diff --git a/rustdoc/src/game/home/runner/work/abstreet/abstreet/target/debug/build/game-a95c4551e63dceca/out/built.rs.html b/rustdoc/src/game/home/runner/work/abstreet/abstreet/target/debug/build/game-a95c4551e63dceca/out/built.rs.html
index 7ede7334d2..2ab3e68bd1 100644
--- a/rustdoc/src/game/home/runner/work/abstreet/abstreet/target/debug/build/game-a95c4551e63dceca/out/built.rs.html
+++ b/rustdoc/src/game/home/runner/work/abstreet/abstreet/target/debug/build/game-a95c4551e63dceca/out/built.rs.html
@@ -122,7 +122,7 @@
pub const RUSTDOC_VERSION: &str = "rustdoc 1.50.0 (cb75ad5db 2021-02-10)";
-pub const BUILT_TIME_UTC: &str = "Thu, 25 Feb 2021 02:18:04 +0000";
+pub const BUILT_TIME_UTC: &str = "Thu, 25 Feb 2021 02:28:04 +0000";
pub const CFG_TARGET_ARCH: &str = "x86_64";
diff --git a/rustdoc/src/game/sandbox/gameplay/actdev.rs.html b/rustdoc/src/game/sandbox/gameplay/actdev.rs.html
index cce425f5af..4e46c0fb8c 100644
--- a/rustdoc/src/game/sandbox/gameplay/actdev.rs.html
+++ b/rustdoc/src/game/sandbox/gameplay/actdev.rs.html
@@ -250,7 +250,7 @@
Outcome::Clicked(x) => match x.as_ref() {
"change scenario" => {
let scenario = if self.scenario_name.as_ref().unwrap() == "base" {
- "dutch"
+ "go_active"
} else {
"base"
};
@@ -346,7 +346,7 @@
Line("Baseline / "),
Line("Go Active").secondary(),
]),
- "dutch" => Text::from_all(vec![
+ "go_active" => Text::from_all(vec![
Line("Baseline").secondary(),
Line(" / Go Active"),
]),