Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(hitsPerPage): update link to hitsPerPage widget #4513

Merged
merged 1 commit into from Sep 12, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/connectors/hits-per-page/connectHitsPerPage.ts
Expand Up @@ -160,7 +160,7 @@ const connectHitsPerPage: HitsPerPageConnector = function connectHitsPerPage(
\`hitsPerPage\` is not defined.
The option \`hitsPerPage\` needs to be set using the \`configure\` widget.

Learn more: https://community.algolia.com/instantsearch.js/v2/widgets/configure.html
Learn more: https://www.algolia.com/doc/api-reference/widgets/hits-per-page/js/
`
);

Expand Down