diff options
author | Ben Burwell <ben@benburwell.com> | 2020-02-14 13:51:54 -0500 |
---|---|---|
committer | Ben Burwell <ben@benburwell.com> | 2020-02-14 13:51:54 -0500 |
commit | 6fd78c9b295e161de9f6f8c8cd3b2895d8cf6267 (patch) | |
tree | 24741f00b18a291ca1fff1f4b4a955be201e7e67 /_posts | |
parent | 095d42598268c63213ff871edf067ac1888e033a (diff) |
Move sqlite db to static hosting
It doesn't need to be tracked in the git repo.
Diffstat (limited to '_posts')
-rw-r--r-- | _posts/2019-12-20-sql-murder-mystery.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_posts/2019-12-20-sql-murder-mystery.md b/_posts/2019-12-20-sql-murder-mystery.md index 82aa2ce..8f7c1b5 100644 --- a/_posts/2019-12-20-sql-murder-mystery.md +++ b/_posts/2019-12-20-sql-murder-mystery.md @@ -525,5 +525,5 @@ I technically would've needed an additional query to discover that. Hooray! I had a lot of fun playing through this, and would love to do another similar puzzle again sometime. -[db]: /assets/sql-murder-mystery.db +[db]: https://s.bnbl.io/blog/sql-murder-mystery.db [mit]: https://opensource.org/licenses/MIT |