Skip to content

Commit f4a46a0

Browse files
patch: Update project links
Signed-off-by: Vipul Gupta (@vipulgupta2048) <[email protected]>
1 parent 3a62ae5 commit f4a46a0

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1-
## A Simple Server with Node.js Express
1+
# A Simple Server with Node.js Express
2+
3+
[![balena deploy button](https://www.balena.io/deploy.svg)](https://dashboard.balena-cloud.com/deploy?repoUrl=https://github.com/balena-io-examples/balena-node-hello-world)
24

35
This is a simple skeleton Express server project that works on any of the [balena][balena-link] supported devices.
46

5-
This project serves up `"Hello World!"` on port `:80` of your balena device.
7+
This project serves up a welcome page on port `:80` of your balena device.
68

79
To get this project up and running, you will need to signup for a balena account [here][signup-page] and set up an application and device. You'll find full details in our [Getting Started tutorial][gettingStarted-link].
810

public/main.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ html, body {
4949
box-sizing: border-box;
5050
cursor: pointer;
5151
text-decoration: none;
52-
margin-top: .75em;
52+
margin-top: 1.25em;
5353
margin-bottom: .75em;
5454
padding: 4px 30px;
5555
line-height: 1.5;

views/index.ejs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@
5050
<p>Find inspiration for what to build next, deploy another cool project,<br /> or join your device to an open fleet!</p>
5151
<a class="button" href="https://hub.balena.io/">View projects on hub.balena.io</a>
5252
<br />
53-
<a href="https://github.com/balena-io-playground">GitHub playground</a>
53+
<a href="https://github.com/balena-io-examples">balena example projects</a>
5454
<span class="separator">|</span>
55-
<a href="https://github.com/balena-io-projects">GitHub projects</a>
55+
<a href="https://github.com/balenalabs">Projects by balena</a>
5656
<span class="separator">|</span>
5757
<a href="https://forums.balena.io/c/projects">Projects in our forums</a>
5858
</div>

0 commit comments

Comments
 (0)