Skip to content

Commit 9abc8f5

Browse files
committed
Fix #332 Update links
1 parent b8c3d11 commit 9abc8f5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ The syntax has been designed to be easy to learn, read, and write. This also mea
2929
We are approaching an alpha release with the main architectural parts finished. Future development will focus on adding new readers (database support) and writers (output types) to compliment the DuckDB/SQLite + Vegalite setup we have focused on during early development.
3030

3131
## Installation
32-
Please follow the instructions on [the website](https://ggsql.org/get_started.html) for up to date information on how to install ggsql.
32+
Please follow the instructions on [the website](https://ggsql.org/get_started/installation.html) for up to date information on how to install ggsql.
3333

3434
## Try it out
3535
ggsql compiles to WASM and can thus be embedded in a website. You can try it out on our [playground](https://ggsql.org/wasm/) (no installation required).

doc/get_started/first_plot.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ LABEL
1515
y => 'Bill depth'
1616
```
1717

18-
Congratulations! You have started your journey with ggsql! All examples you see on this site will be interactive. Please experiment to your heart's content. If you want a more dedicated exploration experience head to [our playground](wasm/) which provides a simple IDE with a number of examples to try out.
18+
Congratulations! You have started your journey with ggsql! All examples you see on this site will be interactive. Please experiment to your heart's content. If you want a more dedicated exploration experience head to [our playground](../wasm/) which provides a simple IDE with a number of examples to try out.
1919

2020
Before we move further, you might have some questions about the syntax. For instance, "why isn't there just a scatterplot function?". The next section will give a brief glimpse into the concept of the grammar of graphics that underpin the ggsql syntax and why we think it is a superior approach to data visualisation.

0 commit comments

Comments
 (0)