Skip to content

Commit

Permalink
fix broken link
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdeziri committed Feb 4, 2024
1 parent ebe2bef commit 37e5d86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Software/day03/Go/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ and standard. The most popular is [REST](https://en.wikipedia.org/wiki/Represent

Here's a simple schema of an API and a client:

![server client relation](../../../.github/assets/software_api_client_server.png)
![server client relation](../../.github/assets/software_api_client_server.png)

This subject will give you all the knowledge required to create a secure REST API.

Expand Down
2 changes: 1 addition & 1 deletion Software/day03/Typescript/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ and standard. The most popular is [REST](https://en.wikipedia.org/wiki/Represent

Here's a simple schema of an API and a client:

![server client relation](../../../.github/assets/software_api_client_server.png)
![server client relation](../../.github/assets/software_api_client_server.png)

This subject will give you all the knowledge required to create a secure REST API.

Expand Down

0 comments on commit 37e5d86

Please sign in to comment.