Changeset 10994 for dotorg/v8/html

Show
Ignore:
Timestamp:
02/22/2008 11:58:14 AM (9 months ago)
Author:
dave
Message:

Fix broken hyperlink in reference.

Location:
dotorg/v8/html/beps
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • dotorg/v8/html/beps/bep_0002.html

    r10853 r10994  
    122122<p>Once you've decided which type of BEP yours is going to be, follow the 
    123123directions below.</p> 
     124<p class="first">Make a copy of this file (<tt class="docutils literal"><span class="pre">.rst</span></tt> file, <strong>not</strong> HTML!)  and perform 
     125the following edits.</p> 
    124126<ul> 
    125 <li><p class="first">Make a copy of this file (<tt class="docutils literal"><span class="pre">.rst</span></tt> file, <strong>not</strong> HTML!)  and perform 
    126 the following edits.</p> 
    127 </li> 
    128127<li><p class="first">Replace the &quot;BEP: 2&quot; header with &quot;BEP: XXX&quot; since you don't yet have 
    129128a BEP number assignment.</p> 
  • dotorg/v8/html/beps/bep_0002.rst

    r10535 r10994  
    621621 
    622622.. [#BEP-1] BEP_0001. BEP Purpose and Guidelines, Harrison 
    623    (http://www.bittorrent.org/beps/bep_0001) 
     623   (http://www.bittorrent.org/beps/bep_0001.html) 
    624624 
    625625.. [#PEP-12] PEP-0012. Sample reStructuredText PEP Template, Goodger, Warsaw