Updated replit url from repl.it to replit.com (#13680)

* Updated replit url from repl.it to replit.com

* Changed repl.it to replit

* Changed repl.it to replit
This commit is contained in:
Siddharth 2021-05-07 17:30:45 +05:30 committed by GitHub
parent c48e31731d
commit f669907a8f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -18,7 +18,7 @@ class ReplitTag < LiquidTagBase
def parse_id(input)
input_no_space = input.delete(" ")
raise StandardError, "Invalid repl.it Id" unless valid_id?(input_no_space)
raise StandardError, "Invalid replit Id" unless valid_id?(input_no_space)
input_no_space
end

View file

@ -343,7 +343,7 @@
</p>
<pre>{% jsitor B7FQ5tHbY %}<br>{% jsitor B7FQ5tHbY?html&js&css&result&light %}</pre>
<%= render partial: "editor_guide_h3", locals: { id: "repl-it-embed", title: "repl.it Embed" } %>
<%= render partial: "editor_guide_h3", locals: { id: "repl-it-embed", title: "replit Embed" } %>
<p>All you need is the URL after the domain name:</p>
<pre>{% replit @WigWog/PositiveFineOpensource %}</pre>

View file

@ -227,7 +227,7 @@
<br />
<code>{% jsitor B7FQ5tHbY?html&js&css&result&light %}</code>
<h3>repl.it Embed</h3>
<h3>replit.com Embed</h3>
<p>All you need is the URL after the domain name:</p>
<code>{% replit @WigWog/PositiveFineOpensource %}</code>
<h3>Stackery Embed</h3>