Skip to content

Commit

Permalink
Merge pull request #31 from TheCodingDutchman/fix/success-page-link
Browse files Browse the repository at this point in the history
fix: link to actual personal cats page in success.html
  • Loading branch information
fzovpec authored Apr 9, 2024
2 parents 504b3a9 + 56e222a commit b8e43db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion http_server_check/data/success.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ <h1>Thank you!</h1>
If you see this that means you have succesfully set up the form processing and uploaded your picture! Well done! You are almost there! <br/>

<a href="index.html">Return back to the main page</a>|
<a href="get_cats.html">Look at the cat pictures!</a>
<a href="personal_cats.html">Look at the cat pictures!</a>
</p>
<span id="test_hook_002" style="display: none;"></span>
</body>
Expand Down

0 comments on commit b8e43db

Please sign in to comment.