Skip to content

Commit

Permalink
patch: Update project links
Browse files Browse the repository at this point in the history
Signed-off-by: Vipul Gupta (@vipulgupta2048) <vipul@balena.io>
  • Loading branch information
vipulgupta2048 committed Oct 18, 2021
1 parent 3a62ae5 commit f4a46a0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
## A Simple Server with Node.js Express
# A Simple Server with Node.js Express

[![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)

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

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

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].

Expand Down
2 changes: 1 addition & 1 deletion public/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ html, body {
box-sizing: border-box;
cursor: pointer;
text-decoration: none;
margin-top: .75em;
margin-top: 1.25em;
margin-bottom: .75em;
padding: 4px 30px;
line-height: 1.5;
Expand Down
4 changes: 2 additions & 2 deletions views/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@
<p>Find inspiration for what to build next, deploy another cool project,<br /> or join your device to an open fleet!</p>
<a class="button" href="https://hub.balena.io/">View projects on hub.balena.io</a>
<br />
<a href="https://github.com/balena-io-playground">GitHub playground</a>
<a href="https://github.com/balena-io-examples">balena example projects</a>
<span class="separator">|</span>
<a href="https://github.com/balena-io-projects">GitHub projects</a>
<a href="https://github.com/balenalabs">Projects by balena</a>
<span class="separator">|</span>
<a href="https://forums.balena.io/c/projects">Projects in our forums</a>
</div>
Expand Down

0 comments on commit f4a46a0

Please sign in to comment.