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:
parent
c48e31731d
commit
f669907a8f
3 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue