Skip to content

Commit 225c175

Browse files
committed
fix: Documentaion contains invalid links
All APIs missing Fixes #226 Signed-off-by: Gordon Smith <GordonJSmith@gmail.com>
1 parent 69e71c8 commit 225c175

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ Built with:
1919
## Homepage and Documents
2020

2121
* [Homepage](https://hpcc-systems.github.io/hpcc-js-wasm/)
22-
* [Base91](https://hpcc-systems.github.io/hpcc-js-wasm/classes/base91.Base91.html)
23-
* [DuckDB](https://hpcc-systems.github.io/hpcc-js-wasm/classes/duckdb.DuckDB.html)
24-
* [Expat](https://hpcc-systems.github.io/hpcc-js-wasm/classes/expat.Expat.html)
25-
* [Graphviz](https://hpcc-systems.github.io/hpcc-js-wasm/classes/graphviz.Graphviz.html)
26-
* [Zstd](https://hpcc-systems.github.io/hpcc-js-wasm/classes/zstd.Zstd.html)
22+
* [Base91](https://hpcc-systems.github.io/hpcc-js-wasm/base91/classes/Base91.html)
23+
* [DuckDB](https://hpcc-systems.github.io/hpcc-js-wasm/duckdb/classes/DuckDB.html)
24+
* [Expat](https://hpcc-systems.github.io/hpcc-js-wasm/expat/classes/Expat.html)
25+
* [Graphviz](https://hpcc-systems.github.io/hpcc-js-wasm/graphviz/classes/Graphviz.html)
26+
* [Zstd](https://hpcc-systems.github.io/hpcc-js-wasm/zstd/classes/Zstd.html)
2727

2828
## Quick Start
2929

docs/.vitepress/config.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ export default {
3434
{
3535
text: 'WASM API',
3636
items: [
37-
{ text: 'Base91', link: '/classes/base91.Base91' },
38-
{ text: 'DuckDB', link: '/classes/duckdb.DuckDB' },
39-
{ text: 'Expat', link: '/classes/expat.Expat' },
40-
{ text: 'Graphviz', link: '/classes/graphviz.Graphviz' },
41-
{ text: 'Zstd', link: '/classes/zstd.Zstd' },
37+
{ text: 'Base91', link: '/base91/classes/Base91' },
38+
{ text: 'DuckDB', link: '/duckdb/classes/DuckDB' },
39+
{ text: 'Expat', link: '/expatclasses/Expat' },
40+
{ text: 'Graphviz', link: '/graphviz/classes/Graphviz' },
41+
{ text: 'Zstd', link: '/zstd/classes/Zstd' },
4242
]
4343
}
4444

docs/index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,17 @@ hero:
2525
features:
2626
- title: Base 91
2727
details: Similar to Base 64 but uses more characters resulting in smaller strings.
28-
link: /classes/base91.Base91
28+
link: /base91/classes/Base91
2929
- title: DuckDB
3030
details: DuckDB - a fast in-process analytical database.
31-
link: /classes/duckdb.DuckDB
31+
link: /duckdb/classes/DuckDB
3232
- title: Expat
3333
details: A popular stream-oriented XML parser library.
34-
link: /classes/expat.Expat
34+
link: /expat/classes/Expat
3535
- title: GraphViz
3636
details: The Graphviz layout algorithms take descriptions of graphs in a simple text language, and make diagrams in useful formats, such as images and SVG for web pages or display in an interactive graph browser.
37-
link: /classes/graphviz.Graphviz
37+
link: /graphviz/classes/Graphviz
3838
- title: Zstd
3939
details: Zstandard is a fast compression algorithm, providing high compression ratios and is backed by an extremely fast decoder.
40-
link: /classes/zstd.Zstd
40+
link: /zstd/classes/Zstd
4141
---

0 commit comments

Comments
 (0)