Skip to content

Commit 11c32bc

Browse files
committed
Fix link to SQL on FHIR page image in blog post
1 parent 039ea47 commit 11c32bc

File tree

1 file changed

+9
-9
lines changed
  • site/blog/2026-01-24-new-pathling-server

1 file changed

+9
-9
lines changed

site/blog/2026-01-24-new-pathling-server/index.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
slug: new-pathling-server
33
title: Introducing the new Pathling server
4-
authors: [ johngrimes ]
5-
tags: [ release, server ]
4+
authors: [johngrimes]
5+
tags: [release, server]
66
---
77

88
We're excited to announce the release of a new Pathling server. This is a
@@ -187,7 +187,7 @@ The `$import` operation loads FHIR data from external sources into the server.
187187
Supported formats include:
188188

189189
| Format | MIME type |
190-
|---------|----------------------------------|
190+
| ------- | -------------------------------- |
191191
| NDJSON | `application/fhir+ndjson` |
192192
| Parquet | `application/vnd.apache.parquet` |
193193

@@ -336,7 +336,7 @@ The Bulk Submit page allows you to monitor and manage Bulk Submit jobs.
336336

337337
The SQL on FHIR page allows you to create, run, and export view definitions.
338338

339-
![Pathling SQL on FHIR page](./bulk-submit.png)
339+
![Pathling SQL on FHIR page](./sql-on-fhir.png)
340340

341341
You can interact with a demonstration server
342342
at [https://demo.pathling.app](https://demo.pathling.app).
@@ -378,12 +378,12 @@ pathling:
378378
limits:
379379
memory: 4G
380380
volumes:
381-
- name: warehouse
382-
persistentVolumeClaim:
383-
claimName: pathling-warehouse
381+
- name: warehouse
382+
persistentVolumeClaim:
383+
claimName: pathling-warehouse
384384
volumeMounts:
385-
- name: warehouse
386-
mountPath: /usr/share/warehouse
385+
- name: warehouse
386+
mountPath: /usr/share/warehouse
387387
config:
388388
pathling.implementationDescription: My Pathling Server
389389
```

0 commit comments

Comments
 (0)