Skip to content

Commit

Permalink
fix: change link to use solution api, update forum url
Browse files Browse the repository at this point in the history
  • Loading branch information
scissorsneedfoodtoo committed Jul 22, 2020
1 parent 45a1576 commit 3bf4099
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions views/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ <h3>Short URL Creation </h3>
<input type="submit" value="POST URL">
</form>
<h3>Example Usage:</h3>
<a href="https://www.freecodecamp.org/forum/">
<a href="https://url-shortener.freecodecamp.repl.co/api/shorturl/3">
[this_project_url]/api/shorturl/3
</a>

<h3>Will Redirect to:</h3>
<p>https://www.freecodecamp.org/forum/</p>
<p>https://forum.freecodecamp.org/</p>
</div>
<div class="footer">
<p>
Expand Down

0 comments on commit 3bf4099

Please sign in to comment.