Skip to content

Commit

Permalink
Fix broken links missing docs in path
Browse files Browse the repository at this point in the history
  • Loading branch information
branson-simplethread committed Sep 10, 2024
1 parent b651bb3 commit 049a67e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gem/config/pagy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -72,15 +72,15 @@
# require 'pagy/extras/elasticsearch_rails'

# Headers extra: http response headers (and other helpers) useful for API pagination
# See http://ddnexus.github.io/pagy/extras/headers
# See https://ddnexus.github.io/pagy/docs/extras/headers
# require 'pagy/extras/headers'
# Pagy::DEFAULT[:headers] = { page: 'Current-Page',
# limit: 'Page-Items',
# count: 'Total-Count',
# pages: 'Total-Pages' } # default

# Keyset extra: Paginate with the Pagy keyset pagination technique
# See http://ddnexus.github.io/pagy/extras/keyset
# See https://ddnexus.github.io/pagy/docs/extras/keyset
# require 'pagy/extras/keyset'

# Meilisearch extra: Paginate `Meilisearch` result objects
Expand Down

0 comments on commit 049a67e

Please sign in to comment.