supabase / wrappers

Postgres Foreign Data Wrapper development framework in Rust.
http://fdw.dev
Apache License 2.0
562 stars 56 forks source link

docs: correct wasm file links in docs #295

Closed burmecia closed 4 months ago

burmecia commented 4 months ago

What kind of change does this PR introduce?

This PR is to correct wasm file links used in Wasm FDW docs.

Note the Wasm FDWs will be released with tags like below:

wasm_<source_name>_fdw_v1.2.3

so the download link will be like:

https://github.com/supabase/wrappers/releases/download/wasm_<source_name>_fdw_v1.2.3/<source_name>_fdw.wasm

What is the current behavior?

Those .wasm file links in docs are incorrect.

What is the new behavior?

Use real correct links in the docs.

Additional context

N/A