Skip to content

Commit 6e0e94b

Browse files
authored
Update Replit embeds to use replit.com (#483)
Replit moved from repl.it to replit.com
1 parent ac27cff commit 6e0e94b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/onebox/engine/replit_onebox.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ class ReplitOnebox
66
include Engine
77
include StandardEmbed
88

9-
matches_regexp(/^https?:\/\/repl\.it\/.+/)
9+
matches_regexp(/^https?:\/\/(replit\.com|repl\.it)\/.+/)
1010
always_https
1111

1212
def placeholder_html

0 commit comments

Comments
 (0)