Open
Description
in file: docs/core_concepts/11_persistent_storage/within_windmill.mdx
links to https://deno.land/x/windmill/mod.ts?s=setResource
and https://deno.land/x/windmill/mod.ts?s=getResource
are broken and don't work.
These are on line 158 and 159 of the file
157 - `setResource(value: any, path?: string, initializeToTypeIfNotExist?: string)`: which sets a resource at a given path. This is
158 equivalent to `setState` but allows you to set an arbitrary path and chose a type other than state if wanted. [See API](https://deno.land/x/windmill/mod.ts?s=setResource).
159 - `getResource(path: string)`: gets a resource at a given path. [See API](https://deno.land/x/windmill/mod.ts?s=getResource).
Not sure if this a temporary deno.land
thing or if they should be updated to point at jsr.io
.
I'm happy to file a pull request to update these links and any other broken deno.land
links if you advise on where they should be pointing.
Metadata
Metadata
Assignees
Labels
No labels