Drop the tutorial note about the long URL

This commit is contained in:
Richard Feldman 2022-11-07 23:41:50 -05:00
parent 198d62e444
commit 54bcef4f3f
No known key found for this signature in database
GPG Key ID: F1F21AA5B1D9E43B

View File

@ -172,7 +172,7 @@ to use them for more than that.</p>
<section><h2 id="building-an-application"><a href="#building-an-application">Building an Application</a></h2> <section><h2 id="building-an-application"><a href="#building-an-application">Building an Application</a></h2>
<p>Let's move out of the REPL and create our first Roc application!</p> <p>Let's move out of the REPL and create our first Roc application!</p>
<p>Make a file named <code>hello.roc</code> and put this in it: <i>(note the long URL - a future release of the language will make this more concise, but for now, make sure you get the whole thing!)</i></p> <p>Make a file named <code>hello.roc</code> and put this in it:</p>
<samp><span class="kw">app</span> <span class="str">"hello"</span> <samp><span class="kw">app</span> <span class="str">"hello"</span>
<span class="kw">packages</span> <span class="brace">{</span> pf: <span class="str">"https://roc-lang.org/basic-cli/1.0.0/oUkxSOI9zFGtSoIaMB40QPdrXphr1p1780eiui2iO9Mz.rp1"</span> <span class="brace">}</span> <span class="kw">packages</span> <span class="brace">{</span> pf: <span class="str">"https://roc-lang.org/basic-cli/1.0.0/oUkxSOI9zFGtSoIaMB40QPdrXphr1p1780eiui2iO9Mz.rp1"</span> <span class="brace">}</span>
<span class="kw">imports</span> <span class="brace">[</span>pf.Stdout, pf.Program<span class="brace">]</span> <span class="kw">imports</span> <span class="brace">[</span>pf.Stdout, pf.Program<span class="brace">]</span>