Skip to content

Commit fee98c7

Browse files
shanerileykswedberg
authored andcommitted
Fix XSL Types path in builder
1 parent 254df6a commit fee98c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/Types.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ <h3 id="Quoting"> Quoting </h3>
112112
"&lt;a href=\"home\"&gt;Home&lt;/a&gt;"
113113
</code></pre>
114114
<h3 id="Built-in_Methods"> Built-in Methods </h3>
115-
<p>A string in JavaScript has some built-in methods to manipulate the string, though the result is always a new string - or something else, eg. split returns an <a href="http://api.jquery.com/Types#Array" title="Types">array</a>.
115+
<p>A string in JavaScript has some built-in methods to manipulate the string, though the result is always a new string - or something else, eg. split returns an <a href="http://api.jquery.com/Types/#Array" title="Types">array</a>.
116116
</p>
117117
<pre><code data-lang="javascript">"hello".charAt( 0 ) // "h"
118118
"hello".toUpperCase() // "HELLO"

0 commit comments

Comments
 (0)