diff --git a/fork/index.php b/fork/index.php index 7e46624..0caf6c1 100644 --- a/fork/index.php +++ b/fork/index.php @@ -52,7 +52,7 @@ public function __construct($name, $default_branch, $aliases, $repo, $loading_ms } # Handle aliases -$aliases = [new Alias("dragonpilot-community", "release3", ["dragonpilot", "dp"], "", "dragonpilot"), +$aliases = [new Alias("dragonpilot-community", "beta3", ["dragonpilot", "dp"], "", "dragonpilot"), new Alias("commaai", DEFAULT_STOCK_BRANCH, ["stock", "commaai"], "", "openpilot"), new Alias("sshane", "SA-master", ["shane", "smiskol", "sa", "sshane"], "", "Stock Additions"), new Alias("sunnyhaibin", "prod-c3", ["sunnypilot", "sp", "sunnyhaibin"], "", "sunnypilot")];