Skip to content

Commit

Permalink
update netlify links
Browse files Browse the repository at this point in the history
  • Loading branch information
aresnik11 committed Jul 3, 2020
1 parent 83d57df commit 14565f3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Set Game is single page app that lets user play the game SET.

The frontend repo is deployed via Netlify, and the backend repo ([here](https://github.com/aresnik11/set-game-backend)) is deployed via Heroku. Visit [https://best-set-game.netlify.com](https://best-set-game.netlify.com) to play!
The frontend repo is deployed via Netlify, and the backend repo ([here](https://github.com/aresnik11/set-game-backend)) is deployed via Heroku. Visit [https://best-set-game.netlify.app](https://best-set-game.netlify.app) to play!

[![Netlify Status](https://api.netlify.com/api/v1/badges/1c669172-c73c-444c-af63-03d51895a8c8/deploy-status)](https://app.netlify.com/sites/best-set-game/deploys)

Expand All @@ -16,7 +16,7 @@ The frontend repo is deployed via Netlify, and the backend repo ([here](https://
" target="_blank"><img src="http://img.youtube.com/vi/W0tN86PVt68/0.jpg"
alt="Set Game Demo" width="240" height="180" /></a>

You can watch a live demo of the app [here](https://youtu.be/W0tN86PVt68) or visit [https://best-set-game.netlify.com](https://best-set-game.netlify.com) to play!
You can watch a live demo of the app [here](https://youtu.be/W0tN86PVt68) or visit [https://best-set-game.netlify.app](https://best-set-game.netlify.app) to play!

## Technology Used

Expand Down Expand Up @@ -45,7 +45,7 @@ Set Game allows users to:

## How To Use

Visit [https://best-set-game.netlify.com](https://best-set-game.netlify.com) to play!
Visit [https://best-set-game.netlify.app](https://best-set-game.netlify.app) to play!

To test on your own machine:
1. Visit the backend repo [here](https://github.com/aresnik11/set-game-backend) and follow instructions on the README. The backend server should be started before the next steps are run.
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<meta name="description" content="Set game" />
<meta property="og:description" content="Set game" />
<meta property="og:title" content="Set" />
<meta property="og:url" content="https://best-set-game.netlify.com" />
<meta property="og:url" content="https://best-set-game.netlify.app" />
<meta property="og:type" content="website" />
<link rel="stylesheet" type="text/css" href="./Semantic-UI-CSS-master/semantic.min.css">
<link rel="stylesheet" type="text/css" href="index.css">
Expand Down

0 comments on commit 14565f3

Please sign in to comment.