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

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

Issue 1844733002: Fix ARC doc link for filing bugs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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
« 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>Getting Started with ARC</h1> 1 <h1>Getting Started with ARC</h1>
2 2
3 <p> 3 <p>
4 The App Runtime for Chrome (Beta), or ARC, lets you run your favorite 4 The App Runtime for Chrome (Beta), or ARC, lets you run your favorite
5 Android apps on Chrome OS. By following these steps, you can try out the <a 5 Android apps on Chrome OS. By following these steps, you can try out the <a
6 href="http://goo.gl/pkt6HV">App Runtime for Chrome (Beta)</a> during this 6 href="http://goo.gl/pkt6HV">App Runtime for Chrome (Beta)</a> during this
7 Developer Preview. 7 Developer Preview.
8 </p> 8 </p>
9 9
10 <p> 10 <p>
(...skipping 10 matching lines...) Expand all
21 </ul> 21 </ul>
22 </li> 22 </li>
23 <li> <a href="http://goo.gl/gAn0Xh">The ARC Welder app</a>. </li> 23 <li> <a href="http://goo.gl/gAn0Xh">The ARC Welder app</a>. </li>
24 </ol> 24 </ol>
25 </p> 25 </p>
26 26
27 <h2 id="test">Test your app</h2> 27 <h2 id="test">Test your app</h2>
28 28
29 <p> 29 <p>
30 Open ARC Welder, attach your APK, and select your options. Click <strong>Launch 30 Open ARC Welder, attach your APK, and select your options. Click <strong>Launch
31 App</strong> to test your app. When testing, <a href="http://goo.gl/megdlG">file 31 App</strong> to test your app. When testing, <a href="http://goo.gl/OqdvPe">file
32 a bug</a> if something doesn't work, or 32 a bug</a> if something doesn't work, or
33 <a href="http://stackoverflow.com/questions/tagged/google-chrome-arc">find us 33 <a href="http://stackoverflow.com/questions/tagged/google-chrome-arc">find us
34 on Stack Overflow</a> (tag: google-chrome-arc) for help. 34 on Stack Overflow</a> (tag: google-chrome-arc) for help.
35 </p> 35 </p>
36 36
37 <h2 id="upload">Upload your app</h2> 37 <h2 id="upload">Upload your app</h2>
38 38
39 <p> 39 <p>
40 In ARC Welder, click <strong>Download ZIP</strong>. Upload your ZIP file to the 40 In ARC Welder, click <strong>Download ZIP</strong>. Upload your ZIP file to the
41 Chrome Web Store. See <a href="/webstore/publish">Publishing Your App</a> for 41 Chrome Web Store. See <a href="/webstore/publish">Publishing Your App</a> for
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
121 <li> 121 <li>
122 To ensure compatibility with all users, package and test your app on the <a 122 To ensure compatibility with all users, package and test your app on the <a
123 href="https://support.google.com/chromebook/answer/1086915?hl=en&source=geni us-rts">Chromebook 123 href="https://support.google.com/chromebook/answer/1086915?hl=en&source=geni us-rts">Chromebook
124 Stable channel</a>. 124 Stable channel</a>.
125 </li> 125 </li>
126 <li> 126 <li>
127 To use in-app payments, <a href="arc_in_app_payments.html">read more</a>. 127 To use in-app payments, <a href="arc_in_app_payments.html">read more</a>.
128 </li> 128 </li>
129 </ul> 129 </ul>
130 </p> 130 </p>
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