https://bugs.webkit.org/show_bug.cgi?id=116722
Patch by Bem Jones-Bey <bjonesbe@adobe.com> on 2013-05-25
Reviewed by Andreas Kling.
* coding/contributing.html:
Changed broken link to point to the team page instead.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@150708
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2013-05-25 Bem Jones-Bey <bjonesbe@adobe.com>
+
+ Broken link to committers list on contributing web page
+ https://bugs.webkit.org/show_bug.cgi?id=116722
+
+ Reviewed by Andreas Kling.
+
+ * coding/contributing.html:
+ Changed broken link to point to the team page instead.
+
2013-05-24 Bem Jones-Bey <bjonesbe@adobe.com>
Make team.html have each contributor's area of expertise
the reviewer as you submit revised patches.</p>
<h3 id="landing">Landing in the tree</h3>
-<p>Once a patch is approved, you should ask <a href="https://lists.webkit.org/mailman/roster.cgi/webkit-committers">someone with commit access</a> to land your patch. Alternatively you can request that your patch be committed by our <a href="#commitqueue">commit bot</a>.</p>
+<p>Once a patch is approved, you should ask <a href="http://www.webkit.org/team.html">a committer or reviewer</a> to land your patch. Alternatively you can request that your patch be committed by our <a href="#commitqueue">commit bot</a>.</p>
<h4>Keeping the tree green</h4>
<p>In either case, your responsibility for the patch does not end with the patch landing in the tree. There may be regressions from your change or additional feedback from reviewers after the patch has landed. You can watch the tree at <a href="http://build.webkit.org">build.webkit.org</a> to make sure your patch builds and passes tests on all platforms. It is your responsibility to be available should regressions arise and to respond to additional feedback that happens after a check-in.</p>