Skip to content

Commit

Permalink
Fixed broken link (#1642)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmbrooke committed Oct 15, 2020
1 parent a9b3109 commit 4306b31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/models/QueryStateModel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export interface IQueryStateExcludedAttribute {

/**
* The `QueryStateModel` class is a key-value store which contains the current state of the components that can affect
* the query (see [State](https://docs.coveo.com/en/344/)). This class inherits from the [`Model`]{@link Model}
* the query (see [State](https://docs.coveo.com/en/344/)). This class inherits from the [`Model`](https://coveo.github.io/search-ui/classes/model.html)
* class. Optionally, it is possible to persist the state in the query string in order to enable browser history
* management (see the [`HistoryController`]{@link HistoryController} class).
*
Expand Down

0 comments on commit 4306b31

Please sign in to comment.