[wp-meta] [Making WordPress.org] #1288: Minor typo in SVN docs breaks two links

Making WordPress.org noreply at wordpress.org
Fri Oct 2 17:04:07 UTC 2015


#1288: Minor typo in SVN docs breaks two links
------------------------+-----------------------
Reporter:  catchmyfame  |      Owner:
    Type:  defect       |     Status:  new
Priority:  normal       |  Component:  Handbooks
Keywords:               |
------------------------+-----------------------
 Page: [https://wordpress.org/plugins/about/svn/]

 Paragraph under the heading, "How to Use Subversion" has three links. Only
 the first one works because the second link has a typo (a missing =):


 {{{
 We’ll describe here some of the basics about using subversion: <a
 href="#task-1">starting out</a>, <a href"#task-2">changing things</a>, and
 <a href="#task-3>tagging releases</a>. For more comprehensive
 documentation, see <a href="http://svnbook.red-
 bean.com/nightly/en/index.html>The SVN Book</a>.
 }}}


 The issue is with

 {{{
 <a href"#task-2">
 }}}

 which should be


 {{{
 <a href="#task-2">
 }}}

--
Ticket URL: <https://meta.trac.wordpress.org/ticket/1288>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org


More information about the wp-meta mailing list