Skip to content

Commit 96b76fd

Browse files
[refactor] fixes godoc references
1 parent d5e97de commit 96b76fd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## go-sqlcipher
22

3-
[![GoDoc](http://img.shields.io/badge/go-documentation-blue.svg?style=flat-square)](http://godoc.org/github.com/mutecomm/go-sqlcipher) [![CI](https://github.com/mutecomm/go-sqlcipher/workflows/CI/badge.svg)](https://github.com/mutecomm/go-sqlcipher/actions)
3+
[![GoDoc](http://img.shields.io/badge/go-documentation-blue.svg?style=flat-square)](http://godoc.org/github.com/Boolean-Autocrat/go-sqlcipher)
44

55
### Description
66

@@ -61,10 +61,10 @@ SQLCipher. Do not forget the `url.QueryEscape()` call in your code!
6161
See also [PRAGMA key](https://www.zetetic.net/sqlcipher/sqlcipher-api/#PRAGMA_key).
6262

6363
API documentation can be found here:
64-
http://godoc.org/github.com/mutecomm/go-sqlcipher
64+
http://godoc.org/github.com/Boolean-Autocrat/go-sqlcipher
6565

6666
Use the function
67-
[sqlite3.IsEncrypted()](https://godoc.org/github.com/mutecomm/go-sqlcipher#IsEncrypted)
67+
[sqlite3.IsEncrypted()](https://godoc.org/github.com/Boolean-Autocrat/go-sqlcipher#IsEncrypted)
6868
to check whether a database file is encrypted or not.
6969

7070
Examples can be found under the `./_example` directory

0 commit comments

Comments
 (0)