Skip to content

Commit

Permalink
Update persistence.md
Browse files Browse the repository at this point in the history
Fixes link to quartz docs page.
  • Loading branch information
sihui62 committed Jul 4, 2020
1 parent 723e743 commit 2b2de8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configuration/persistence.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ The following strategies are defined internally and may be used in place of `str
- `restoreOnStartup`: load and initialize the last persisted state of the Item on openHAB startup (if the Item state is undefined (`UNDEF`)).

#### Cron Persistence Triggers
openHAB uses [Quartz](http://www.quartz-scheduler.org/documentation/quartz-2.1.x/quick-start.html) for time-related cron events.
openHAB uses [Quartz](https://www.quartz-scheduler.org/documentation) for time-related cron events.
See the [Rules article]({{base}}/configuration/rules-dsl.html#time-based-triggers) for more information.

### Items
Expand Down

0 comments on commit 2b2de8d

Please sign in to comment.