aboutsummaryrefslogtreecommitdiff
path: root/doc.go
diff options
context:
space:
mode:
authorJan Mercl <0xjnml@gmail.com>2018-11-06 18:03:25 +0100
committerJan Mercl <0xjnml@gmail.com>2018-11-06 18:03:25 +0100
commit89fd60bf68dbf4801c209b21b0aca495a1972560 (patch)
tree624f1982b2ba99bbaac4a37c656c72fba74dab81 /doc.go
parent0757a22337447b7f4a3ef8859427220176f6228c (diff)
Make modernc.org the repository root
Diffstat (limited to 'doc.go')
-rw-r--r--doc.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc.go b/doc.go
index d788656..0bb4d2c 100644
--- a/doc.go
+++ b/doc.go
@@ -18,7 +18,7 @@
// import (
// "database/sql"
//
-// _ "github.com/cznic/sqlite"
+// _ "modernc.org/sqlite"
// )
//
// ...
@@ -38,10 +38,10 @@
//
// Supported platforms and architectures
//
-// See http://github.com/cznic/ccir. To add a newly supported os/arch
+// See http://modernc.org/ccir. To add a newly supported os/arch
// combination to this package try running 'go generate'.
//
// Sqlite documentation
//
// See https://sqlite.org/docs.html
-package sqlite
+package sqlite // import "modernc.org/sqlite"