From c36ba7b6de59a1c1b010b2bd2f7906be0ce15914 Mon Sep 17 00:00:00 2001 From: Takuya N Date: Tue, 19 Apr 2022 11:12:21 +0900 Subject: [PATCH] Avoid redirection by replacing with newer URL (#17320) Signed-off-by: Takuya Noguchi --- app/lib/constants/settings/general.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/lib/constants/settings/general.rb b/app/lib/constants/settings/general.rb index d80060c40..45e4d8353 100644 --- a/app/lib/constants/settings/general.rb +++ b/app/lib/constants/settings/general.rb @@ -87,7 +87,7 @@ module Constants }, payment_pointer: { description: "Used for site-wide web monetization. " \ - "See: https://github.com/thepracticaldev/dev.to/pull/6345", + "See: https://github.com/forem/forem/pull/6345", placeholder: "$pay.somethinglikethis.co/value" }, periodic_email_digest: {