Skip to content

Commit

Permalink
Docs: fix broken link (#664)
Browse files Browse the repository at this point in the history

Co-authored-by: Volodymyr Shafran <ranvold@users.noreply.github.com>
  • Loading branch information
benkoshy and ranvold committed Mar 16, 2024
1 parent f4a4674 commit 2e41f32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,12 @@ require 'pagy'
+++ With Rails
Download the configuration file linked below and save it into the `config/initializers` dir

[!file](lib/config/pagy.rb)
[!file](/lib/config/pagy.rb)

+++ Without Rails
Download the configuration file linked below and require it when your app starts

[!file](lib/config/pagy.rb)
[!file](/lib/config/pagy.rb)
+++

!!! Pagy doesn't load unnecessary code in your app!
Expand Down

0 comments on commit 2e41f32

Please sign in to comment.