Skip to content
This repository was archived by the owner on Feb 11, 2021. It is now read-only.

Commit b5a1c73

Browse files
committed
Fix link to blog example
1 parent 48bddb0 commit b5a1c73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Async SQLite for (JavaScript) Windows Store apps.
99
#### Support for blobs
1010

1111
This allows you to insert blobs into your database and read them back as BASE64 encoded values in your JSON result.
12-
See [the blob example](https://github.com/doo/SQLite3-WinRT/tree/master/SQLite3JS/example/blobs.js) how to use it in your apps.
12+
See [the blob example](https://github.com/doo/SQLite3-WinRT/tree/master/SQLite3JS/examples/blobs.js) how to use it in your apps.
1313
If you need an IBuffer back from the db you can use [CryptographicBuffer.DecodeFromBase64String](http://msdn.microsoft.com/en-us/library/windows/apps/windows.security.cryptography.cryptographicbuffer.decodefrombase64string).
1414

1515

0 commit comments

Comments
 (0)