Skip to content

Commit d514f34

Browse files
committed
Fix links that get mangled in dist-site doc script.
1 parent d9a8e66 commit d514f34

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/optimization.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ <h2>
5454

5555
<p>Node is the preferred execution environment. The optimizer runs <strong>much faster</strong> with Node.</p>
5656

57-
<p>All the example commands in this page assume Node usage, and running on a Linux/OS X command line. See the <a href="https://github.com/jrburke/r.js/blob/master/README.md">r.js README</a> for how to run it in Java.</p>
57+
<p>All the example commands in this page assume Node usage, and running on a Linux/OS X command line. See the <a href="https://github.com/jrburke/r.js">r.js README</a> for how to run it in Java.</p>
5858
</div>
5959

6060
<div class="section">
@@ -295,7 +295,7 @@ <h2><a name="hasjs">Integration with has.js</a><span class="sectionMark">&sect;
295295
}
296296
</code></pre>
297297

298-
<p>Then, if you use the default optimize setting of "uglify" in r.js 0.26.0 or later, or if the <b>optimize</b> setting is set to "closure" (when <a href="https://github.com/jrburke/r.js/blob/master/README.md">run under Java</a>), the minifier will optimize out the dead code branch! So you can do custom builds of your code that are optimized for a set of has() tests.</p>
298+
<p>Then, if you use the default optimize setting of "uglify" in r.js 0.26.0 or later, or if the <b>optimize</b> setting is set to "closure" (when <a href="https://github.com/jrburke/r.js">run under Java</a>), the minifier will optimize out the dead code branch! So you can do custom builds of your code that are optimized for a set of has() tests.</p>
299299

300300
</div>
301301

0 commit comments

Comments
 (0)