Skip to content

Commit

Permalink
Update links
Browse files Browse the repository at this point in the history
  • Loading branch information
laurielim committed Jan 21, 2024
1 parent 94d4572 commit d5698d6
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 13 deletions.
2 changes: 1 addition & 1 deletion src/Components/Footer/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const Footer = () => {
return (
<footer>
<p>
Made by <a href="https://github.com/laurielim">Laurie</a>. Copyright{" "}
Made by <a href="//laurielim.github.io/">Laurie Lim Sam</a>. Copyright{" "}
{today.getFullYear()}
</p>
</footer>
Expand Down
4 changes: 2 additions & 2 deletions src/Pages/About/About.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@ class About extends Component {
<p>
Since I was learning PHP in parallel, I created a RESTful API for my
website. You can check out the{" "}
<a href='//laurielim-thecocktailapp-api.herokuapp.com'>
<a href='/api'>
API page here
</a>
. IBA official cocktails are stored in JSON files while contributed
recipes are stored in an SQL database. Read more about this project on{" "}
<a href='//laurielim.github.io/portfolio/thecocktailapp/'>
<a href='//laurielim.github.io/portfolio/theCocktailApp/'>
my portfolio website
</a>
.
Expand Down
10 changes: 3 additions & 7 deletions src/Pages/ApiAbout/ApiAbout.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const ApiAbout = () => {
I started looking. I used a lot of pictures from{" "}
<a href="//unsplash.com/@cocktailbart">Johann Trasch</a> whom I
eventually messaged. He kindly gave me permission to use his pictures
from his own website about cocktails,
from his own website about cocktails,{" "}
<a href="//cocktailbart.de/">cocktailbart.de</a>. Check it out, it's
great! Even if you don't speak German, google chrome neatly translates
the website.
Expand All @@ -69,14 +69,10 @@ const ApiAbout = () => {
<p>
Please checkout <a href="/">TheCocktailApp</a> and read more about the
whole project on{" "}
<a href="//laurielim.github.io/portfolio/thecocktailapp/">
<a href="//laurielim.github.io/portfolio/theCocktailApp/">
my portfolio website
</a>
. Feel free to contact me{" "}
<a href="//twitter.com/intent/tweet?screen_name=laurielimsam">
@laurielimsam on Twitter
</a>{" "}
for any feedback.
.
</p>
</div>
);
Expand Down
6 changes: 3 additions & 3 deletions src/Pages/ApiHome/ApiHome.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const ApiHome = () => {
<p>
Get a list of all recipes available:{" "}
<span class="api-link">
https://laurielim-thecocktailapp-api.herokuapp.com/recipes
/recipes
</span>
</p>
<table>
Expand Down Expand Up @@ -78,7 +78,7 @@ const ApiHome = () => {
<p>
Get a list of IBA Cocktail recipes only:{" "}
<span class="api-link">
https://laurielim-thecocktailapp-api.herokuapp.com/recipes/iba
/recipes/iba
</span>
</p>
<table>
Expand Down Expand Up @@ -118,7 +118,7 @@ const ApiHome = () => {
<p>
Search recipe by id:{" "}
<span class="api-link">
https://laurielim-thecocktailapp-api.herokuapp.com/recipes/-id-
/recipes/{'{id}'}
</span>
</p>
<table>
Expand Down

0 comments on commit d5698d6

Please sign in to comment.