s/trunk/main/g

This commit is contained in:
Richard Feldman 2022-08-12 15:23:05 -04:00
parent 97e2900bf5
commit 7b2c1a7e64
No known key found for this signature in database
GPG key ID: F1F21AA5B1D9E43B
10 changed files with 36 additions and 36 deletions

View file

@ -56,7 +56,7 @@ fn run_event_loop(title: &str, root: RocElem) -> Result<(), Box<dyn Error>> {
})
.await
.expect(r#"Request adapter
If you're running this from inside nix, follow the instructions here to resolve this: https://github.com/roc-lang/roc/blob/trunk/BUILDING_FROM_SOURCE.md#editor
If you're running this from inside nix, follow the instructions here to resolve this: https://github.com/roc-lang/roc/blob/main/BUILDING_FROM_SOURCE.md#editor
"#);
adapter