You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/tutorials/index.html
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -31,8 +31,8 @@
31
31
<divclass="vcenter">
32
32
<h3>Build a Watchface</h3>
33
33
<p>Learn how to create your first watchface. This tutorial will cover basic Pebble concepts, and is the recommended starting point for new developers.</p>
34
-
<ahref="/tutorials/js-watchface-tutorial/" target="_blank" class="btn btn--fg-green btn--bg-white">Build with JS</a>
35
-
<ahref="/tutorials/watchface-tutorial/" target="_blank" class="btn btn--fg-green btn--bg-white">Build with C</a>
34
+
<ahref="/tutorials/watchface-tutorial/part1" class="btn btn--fg-green btn--bg-white">Build with C</a>
35
+
<ahref="/tutorials/js-watchface-tutorial/part1" class="btn btn--fg-green btn--bg-white">Build with JS</a>
36
36
</div>
37
37
</div>
38
38
</div>
@@ -48,7 +48,7 @@ <h3>Build a Watchface</h3>
48
48
<divclass="vcenter">
49
49
<h3>Build a One Click Action</h3>
50
50
<p>Learn how to create your first one click action watchapp. This guide explains how to create a watchapp that will makes a web request upon launch and display the result.</p>
51
-
<ahref="/guides/design-and-interaction/one-click-actions/" target="_blank" class="btn btn--fg-lightblue btn--bg-white">Build with C</a>
51
+
<ahref="/guides/design-and-interaction/one-click-actions/" class="btn btn--fg-lightblue btn--bg-white">Build with C</a>
52
52
</div>
53
53
</div>
54
54
</div>
@@ -76,7 +76,7 @@ <h3>Learn C with Pebble</h3>
76
76
<divclass="vcenter">
77
77
<h3>Publish Your App</h3>
78
78
<p>Learn how to publish your watchface or watchapp on Pebble's appstore.</p>
79
-
<ahref="/guides/appstore-publishing/publishing-an-app" target="_blank" class="btn btn--fg-lightblue btn--bg-dawk">Publish an App</a>
79
+
<ahref="/guides/appstore-publishing/publishing-an-app" class="btn btn--fg-lightblue btn--bg-dawk">Publish an App</a>
0 commit comments