Skip to content

Commit

Permalink
Merge pull request #2381 from wix-incubator/bookings-intro-links
Browse files Browse the repository at this point in the history
fix broken links
  • Loading branch information
emmagrob authored Sep 4, 2023
2 parents 63b4e88 + f48721e commit 52c444e
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ A resource is a business asset like a staff member, or equipment needed to provi

With the Resources API, you can:

- [Create](wix-bookings-v1/resources/createresource) and [delete](wix-bookings-v1/resources/deleteresource) resources.
- [Update](wix-bookings-v1/resources/updateresource) a resource.
- [Update](wix-bookings-v1/resources/updateschedule) a resource's schedule.
- [Create](https://www.wix.com/velo/reference/wix-bookings.v1/resources/createresource) and [delete](https://www.wix.com/velo/reference/wix-bookings.v1/resources/deleteresource) resources.
- [Update](https://www.wix.com/velo/reference/wix-bookings.v1/resources/updateresource) a resource.
- [Update](https://www.wix.com/velo/reference/wix-bookings.v1/resources/updateschedule) a resource's schedule.


To use the Resources API, import `{ resources }` from the `wix-bookings.v1` module:
Expand Down

0 comments on commit 52c444e

Please sign in to comment.