Skip to content

Commit

Permalink
Changes from #211, fixing links in docs
Browse files Browse the repository at this point in the history
Thanks to @jdunmore.
  • Loading branch information
peter-murray authored Apr 11, 2022
1 parent 7066ebe commit 8ab7a4a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/schedules.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ api.schedules.createSchedule(schedule)

The function will return a Promise that will resolve with a corresponding `Schedule` with a populated `id` attribute.

A complete code sample for this function is available [here](../examples/v3/schedule/createSchedule.js).
A complete code sample for this function is available [here](../examples/v3/schedules/createSchedule.js).



Expand Down Expand Up @@ -145,7 +145,7 @@ indicating if the value was modified.
}
```

A complete code sample for this function is available [here](../examples/v3/schedule/updateSchedule.js).
A complete code sample for this function is available [here](../examples/v3/schedules/updateSchedule.js).



Expand All @@ -164,4 +164,4 @@ api.scenes.delete('abc170f')

The call will resolve to a `Boolean` indicating the success status of the deletion.

A complete code sample for this function is available [here](../examples/v3/scenes/deleteScene.js).
A complete code sample for this function is available [here](../examples/v3/scenes/deleteScene.js).

0 comments on commit 8ab7a4a

Please sign in to comment.