+2015-04-28 Yusuke Suzuki <utatane.tea@gmail.com>
+
+ Fix the link noted 'contribute to features' in status.html
+ https://bugs.webkit.org/show_bug.cgi?id=144331
+
+ Reviewed by Csaba Osztrogonác.
+
+ Fix the href of the link to http://www.webkit.org/coding/contributing.html.
+
+ * status.html:
+
2015-04-28 Ryuan Choi <ryuan.choi@navercorp.com>
Add naver to team.html
<input type="search" id="search" placeholder="Filter" title="Filter the feature list." required>
<ul class="features" id="features-container"></ul>
<p>Cannot find something? You can contact <a href="https://twitter.com/webkit">@webkit</a> on Twitter or contact the <a href="https://lists.webkit.org/mailman/listinfo/webkit-help">webkit-help</a> mailing list for questions.</p>
- <p>You can also <a href="http://127.0.0.1:8000/coding/contributing.html">contribute to features</a> directly, the entire project is Open Source. To report bugs on existing features or check existing bug reports, see <a href="https://bugs.webkit.org">https://bugs.webkit.org</a>.</p>
+ <p>You can also <a href="coding/contributing.html">contribute to features</a> directly, the entire project is Open Source. To report bugs on existing features or check existing bug reports, see <a href="https://bugs.webkit.org">https://bugs.webkit.org</a>.</p>
</template>
<template id="error-template">
<p>Error: unable to load the features list (<span id="error-message"></span>).</p>