From 4d7fb9012cb52cdb40f71f23810857a515a05399 Mon Sep 17 00:00:00 2001 From: Emmanuel Ferdman Date: Wed, 26 Jun 2024 12:49:52 +0300 Subject: [PATCH] fix: update h2o wave db reference Signed-off-by: Emmanuel Ferdman --- website/docs/wavedb.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/wavedb.md b/website/docs/wavedb.md index b8108d0218..029134c23f 100644 --- a/website/docs/wavedb.md +++ b/website/docs/wavedb.md @@ -316,4 +316,4 @@ Usage of ./wavedb: WaveDB is based on [SQLite](https://www.sqlite.org) and [bvinc/go-sqlite-lite](https://github.com/bvinc/go-sqlite-lite), built with [Go](https://golang.org/). The Python client uses [HTTPX](https://www.python-httpx.org/) under the hood. Thank you to the authors and contributors. -WaveDB can be used from any language or platform that has libraries for HTTP and JSON. The reference implementation of the client is [~75 lines of code](https://github.com/h2oai/wave/blob/main/py/h2o_wave/db.py) if you're interested in porting it to other languages. +WaveDB can be used from any language or platform that has libraries for HTTP and JSON. The reference implementation of the client is [~75 lines of code](https://github.com/h2oai/wave/blob/main/py/h2o_wave/h2o_wave/db.py) if you're interested in porting it to other languages.