From 5442b3469ec4ae0a3ba3317b1feb47a773395ccf Mon Sep 17 00:00:00 2001 From: Domizio Demichelis Date: Fri, 7 May 2021 07:36:30 +0700 Subject: [PATCH] fix broken link [ci skip] --- .github/ISSUE_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index f4dc99f5d..403672b7e 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -9,7 +9,7 @@ - [ ] I did install/upgraded to the latest version of pagy (or the latest `3.*` for pagy legacy) - [ ] I am providing at least one of the following working and self-sufficient code support that can reproduce this issue: - [ ] plain ruby file that can run as `ruby my-problem.rb` - - [ ] edited copy of the single file [standalone_app.rb](https://github.com/ddnexus/pagy/blob/master/apps/standalone_app.rb) + - [ ] edited copy of the single file [standalone_app.rb](https://github.com/ddnexus/pagy/blob/master/apps/standalone_app.ru) - [ ] link of my own branch forked from one branch of the [pagy-rails app](https://github.com/benkoshy/pagy-rails) - [ ] link of a standalone `docker image` downloadable from a docker repository (e.g. dockerhub.com) - [ ] `docker-compose` file that can be run with `docker-compose up` (and doesn't need to be built because it uses only docker images and no local context)