Skip to content

Commit 223015e

Browse files
committed
Test and update C tutorial part 3
Signed-off-by: C-D-Lewis <[email protected]>
1 parent e59ae3c commit 223015e

File tree

3 files changed

+322
-87
lines changed

3 files changed

+322
-87
lines changed

source/_includes/guides/owm-api-key-notice.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@
1717
<div class="alert alert--bg-purple alert--fg-white">
1818
<b>API KEY REQUIRED</b>
1919
<p>As of October 2015, an API key is required to fetch OpenWeatherMap data.
20-
These can be freely obtained from <a href="http://openweathermap.org/appid">OpenWeatherMap.org</a>.</p>
20+
These can be freely obtained from <a href="https://openweathermap.org">OpenWeatherMap.org</a>.</p>
2121
</div>

source/tutorials/watchface-tutorial/part2.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,8 @@ done, you should end up with a watchface looking like this:
5353
## First Steps
5454

5555
To continue from the last part, you can either modify your existing Pebble
56-
project or create a new one, using the code from that project's main `.c` file
57-
as a starting template. For reference, that should look
58-
[something like this](https://gist.github.com/pebble-gists/9b9d50b990d742a3ae34).
56+
project or create a new one, using the code from the end of the last tutorial
57+
as a starting point. Don't forget also to include changes to `package.json`.
5958

6059
The result of the first part should look something like this - a basic time
6160
display:

0 commit comments

Comments
 (0)