From ea582ffbcdefeea4e3d12675e64f73c236f913a2 Mon Sep 17 00:00:00 2001 From: Jason Garber <8061+jgarber@users.noreply.github.com> Date: Sun, 14 Jan 2024 05:17:54 -0500 Subject: [PATCH] Update version.rb --- lib/redcloth/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/redcloth/version.rb b/lib/redcloth/version.rb index 3ec630a5..01946fca 100644 --- a/lib/redcloth/version.rb +++ b/lib/redcloth/version.rb @@ -22,7 +22,7 @@ def ==(arg) NAME = "RedCloth" GEM_NAME = NAME - URL = "http://redcloth.org/" + URL = "https://github.com/jgarber/redcloth" description = "Textile parser for Ruby." if RedCloth.const_defined?(:EXTENSION_LANGUAGE)