Update links & copyright statement

This commit is contained in:
Thom Chiovoloni
2020-04-15 21:07:23 -07:00
committed by Thom Chiovoloni
parent 45fd77ee43
commit 9322b0e881
9 changed files with 14 additions and 13 deletions

View File

@@ -737,7 +737,7 @@ impl Connection {
/// # Warning
///
/// You should not need to use this function. If you do need to, please
/// [open an issue on the rusqlite repository](https://github.com/jgallagher/rusqlite/issues) and describe
/// [open an issue on the rusqlite repository](https://github.com/rusqlite/rusqlite/issues) and describe
/// your use case.
///
/// # Safety

View File

@@ -1065,7 +1065,7 @@ mod test {
#[test]
fn test_insert_different_tables() {
// Test for https://github.com/jgallagher/rusqlite/issues/171
// Test for https://github.com/rusqlite/rusqlite/issues/171
let db = Connection::open_in_memory().unwrap();
db.execute_batch(
r"

View File

@@ -174,7 +174,7 @@ impl VTabConnection {
/// # Warning
///
/// You should not need to use this function. If you do need to, please
/// [open an issue on the rusqlite repository](https://github.com/jgallagher/rusqlite/issues) and describe
/// [open an issue on the rusqlite repository](https://github.com/rusqlite/rusqlite/issues) and describe
/// your use case.
///
/// # Safety