aboutsummaryrefslogtreecommitdiff
path: root/plugin.rb
diff options
context:
space:
mode:
Diffstat (limited to 'plugin.rb')
-rw-r--r--plugin.rb4
1 files changed, 2 insertions, 2 deletions
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
- "<iframe name='embed_readwrite' src='#{@url}' style='border-width:0' frameborder='0' scrolling='no' width='100%' height=600></iframe><br><a href='#{@url}' target='_blank'>Goto this Pad</a>"
+ "<iframe name='embed_readwrite' src='#{@url}' style='border-width:0' frameborder='0' scrolling='no' width='100%' height=600></iframe><br><a href='#{@url}' target='_blank'>Go to this Pad</a>"
end
end