Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2012-01-24 01:53:11 +0400
committerisaacs <i@izs.me>2012-01-24 01:53:11 +0400
commitf33a35e293fb51dc5644d514b154564ad330baa4 (patch)
tree1cc278fa024b25ee535c35471eeff2d06287a6ed /doc/index.html
parent7b93eb0000aa7f63d9e26e3ad5c390ca9c4aa033 (diff)
doc: trademark link must be absolute
Diffstat (limited to 'doc/index.html')
-rw-r--r--doc/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/index.html b/doc/index.html
index 5a6c1e003b6..65acc8ca271 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -211,7 +211,7 @@ server.listen(1337, "127.0.0.1");</pre>
<!-- <li><a hrfe="http://twitter.com/nodejs" class="twitter">@nodejs</a></li> -->
</ul>
- <p>Copyright 2010 <a href="http://joyent.com">Joyent, Inc</a>, Node.js is a <a href="trademark-policy.pdf">trademark</a> of Joyent, Inc. View <a href="https://raw.github.com/joyent/node/v0.6.8/LICENSE">license</a>.</p>
+ <p>Copyright 2010 <a href="http://joyent.com">Joyent, Inc</a>, Node.js is a <a href="/trademark-policy.pdf">trademark</a> of Joyent, Inc. View <a href="https://raw.github.com/joyent/node/v0.6.8/LICENSE">license</a>.</p>
</div>