This is an automated email from the ASF dual-hosted git repository.
alxndrsn pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pouchdb.git
The following commit(s) were added to refs/heads/master by this push:
new b2c3e584a docs/users: standardise hospitalrun logo reference (#9188)
b2c3e584a is described below
commit b2c3e584a665a08b2fa956418f2687b1d8572cf9
Author: Alex Anderson <[email protected]>
AuthorDate: Fri Mar 6 12:22:49 2026 +0300
docs/users: standardise hospitalrun logo reference (#9188)
Use img.html include instead of inline SVG to match other logos.
---
.../svg/hospitalrun-logo.html => static/img/hospitalrun-logo.svg} | 0
docs/users.md | 2 +-
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/_includes/svg/hospitalrun-logo.html
b/docs/static/img/hospitalrun-logo.svg
similarity index 100%
rename from docs/_includes/svg/hospitalrun-logo.html
rename to docs/static/img/hospitalrun-logo.svg
diff --git a/docs/users.md b/docs/users.md
index 5b17c4266..8d1d4a8ec 100644
--- a/docs/users.md
+++ b/docs/users.md
@@ -57,7 +57,7 @@ A list of known products and services that are using PouchDB.
## HospitalRun
-{% include svg/hospitalrun-logo.html %}
+{% include img.html width=150 src="hospitalrun-logo.svg" alt="HospitalRun"
href="http://hospitalrun.io/" %}
[HospitalRun](http://hospitalrun.io/) is an open source software product
designed specifically for developing world hospitals, making usability the key
requirement. Using PouchDB and offline-first design, HospitalRun allows records
to be carried to remote clinics, functioning when there is no Internet, and
syncing when there is.