From 7e07ba4bacc9c087f87a154b1cd74cb84b61ef0a Mon Sep 17 00:00:00 2001 From: hellekin Date: Tue, 30 Jun 2020 11:05:06 +0200 Subject: Adapt to support pad.public.cat --- plugin.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugin.rb') diff --git a/plugin.rb b/plugin.rb index 32b1303..c8c1a18 100644 --- a/plugin.rb +++ b/plugin.rb @@ -7,9 +7,9 @@ class Onebox::Engine::CodimdOnebox include Onebox::Engine # we only want to match for a specific codimd domain - matches_regexp %r{\Ahttps://pad\.libreho\.st/} + matches_regexp %r{\Ahttps://pad\.public\.cat/} def to_html - "
Goto this Pad" + "
Go to this Pad" end end -- cgit v1.2.3