Fix URLs to point to github.com/tursodatabase/turso

This commit is contained in:
Pekka Enberg
2025-06-30 11:23:53 +03:00
parent e514a02478
commit 9c1b7897ac
27 changed files with 1059 additions and 2263 deletions

View File

@@ -189,7 +189,7 @@ fn test_sequential_write() -> anyhow::Result<()> {
#[test]
/// There was a regression with inserting multiple rows with a column containing an unary operator :)
/// https://github.com/tursodatabase/limbo/pull/679
/// https://github.com/tursodatabase/turso/pull/679
fn test_regression_multi_row_insert() -> anyhow::Result<()> {
let _ = env_logger::try_init();
let tmp_db = TempDatabase::new_with_rusqlite("CREATE TABLE test (x REAL);", false);