Skip to content

Commit 75ebf4e

Browse files
committed
fix link for text.js
1 parent e0204c1 commit 75ebf4e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/api.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1036,7 +1036,7 @@ <h3><a href="#text" name="text">Specify a Text File Dependency</a><span class="s
10361036
<p>It is nice to build HTML using regular HTML tags, instead of building up DOM structures in script. However, there is no good way to embed HTML in a JavaScript file. The best that can be done is using a string of HTML, but that can be hard to manage, particularly for multi-line HTML.</p>
10371037

10381038
<p>RequireJS has a plugin, text.js, that can help with this issue. It will automatically be loaded if the text! prefix is used for a dependency. See the
1039-
<a href="https://github.com/requirejs/text/blob/master/README.md">text.js README</a> for more information.</p>
1039+
<a href="https://github.com/requirejs/text">text.js README</a> for more information.</p>
10401040

10411041
<h3><a href="#pageload" name="pageload">Page Load Event Support/DOM Ready</a><span class="sectionMark">&sect; 5.2</span></h3>
10421042

0 commit comments

Comments
 (0)