Skip to content

Commit bcbc628

Browse files
authored
Fix broken example link in examples.md (#483)
1 parent 5292a82 commit bcbc628

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/examples.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,17 @@ We have a number of examples showing how to use PGlite along with its capabiliti
2929
- <a href="./examples/opfs.html" target="_blank">OPFS VFS</a><br>
3030
An example demonstrating the [OPFS Access Handle Pool VFS](./docs/filesystems.md#opfs-ahp-fs).
3131

32-
- <a href="./examples/copy.html" target="_blank">PL/PGSQL</a><br>
32+
- <a href="./examples/plpgsql.html" target="_blank">PL/PGSQL</a><br>
3333
Demonstration of PGlite's support for Postgres's built-in SQL procedural language extension "PL/PGSQL".
3434

3535
- <a href="./examples/vector.html" target="_blank">Extension: `pgvector`</a><br>
3636
An example showing how to use [pgvector](https://github.com/pgvector/pgvector) with PGlite.
3737

3838
- <a href="./examples/worker.html" target="_blank">Multi Tab Worker</a><br>
3939
Demonstration of the multi tab worker, enabling multiple browser tabs to share a PGlite database.
40+
41+
- <a href="./examples/fts.html" target="_blank">FTS</a><br>
42+
An example showing how to use Full Text Search (FTS) with PGlite.
43+
44+
- <a href="./examples/pg_dump.html" target="_blank">pg_dump</a><br>
45+
An example showing how to use the `pg_dump` tool with PGlite.

0 commit comments

Comments
 (0)