You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered:
in file:
docs/core_concepts/11_persistent_storage/within_windmill.mdx
links tohttps://deno.land/x/windmill/mod.ts?s=setResource
andhttps://deno.land/x/windmill/mod.ts?s=getResource
are broken and don't work.These are on line 158 and 159 of the file
Not sure if this a temporary
deno.land
thing or if they should be updated to point atjsr.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.The text was updated successfully, but these errors were encountered: