Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(656)

Side by Side Diff: chrome/common/extensions/docs/templates/articles/overview.html

Issue 12221145: Fix typo in getstarted tutorial. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: blah Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <h1>Overview</h1> 1 <h1>Overview</h1>
2 2
3 3
4 <p> 4 <p>
5 Once you've finished this page 5 Once you've finished this page
6 and the 6 and the
7 <a href="getstarted.html">Getting Started</a> tutorial, 7 <a href="getstarted.html">Getting Started</a> tutorial,
8 you'll be all set to start writing extensions. 8 you'll be all set to start writing extensions.
9 </p> 9 </p>
10 10
(...skipping 585 matching lines...) Expand 10 before | Expand all | Expand 10 after
596 <p> 596 <p>
597 Now that you've been introduced to extensions, 597 Now that you've been introduced to extensions,
598 you should be ready to write your own. 598 you should be ready to write your own.
599 Here are some ideas for where to go next: 599 Here are some ideas for where to go next:
600 </p> 600 </p>
601 601
602 <ul> 602 <ul>
603 <li> <a href="getstarted.html">Tutorial: Getting Started</a> </li> 603 <li> <a href="getstarted.html">Tutorial: Getting Started</a> </li>
604 <li> <a href="tut_debugging.html">Tutorial: Debugging</a> </li> 604 <li> <a href="tut_debugging.html">Tutorial: Debugging</a> </li>
605 <li> <a href="devguide.html">Developer's Guide</a> </li> 605 <li> <a href="devguide.html">Developer's Guide</a> </li>
606 <li> <a href="http://dev.chromium.org/developers/design-documents/extensions/s amples">Samples</a> </li> 606 <li> <a href="samples.html">Samples</a> </li>
607 <li> <a href="http://www.youtube.com/view_play_list?p=CA101D6A85FE9D4B">Videos </a>, 607 <li> <a href="http://www.youtube.com/view_play_list?p=CA101D6A85FE9D4B">Videos </a>,
608 such as 608 such as
609 <a href="http://www.youtube.com/watch?v=B4M_a7xejYI&feature=PlayList&p=CA101 D6A85FE9D4B&index=6">Extension Message Passing</a> 609 <a href="http://www.youtube.com/watch?v=B4M_a7xejYI&feature=PlayList&p=CA101 D6A85FE9D4B&index=6">Extension Message Passing</a>
610 </li> 610 </li>
611 </ul> 611 </ul>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698