Skip to content

Commit

Permalink
Fix broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
cesarvarela committed Dec 23, 2024
1 parent 4c2a976 commit b4cb679
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ Additional services integrated into the architecture include:

This architecture maintains a serverless approach, with no need for a traditional dynamic backend server, while leveraging specialized services for specific functionalities. The deployment process is fully automated through GitHub Actions, ensuring consistent and reliable deployments with proper testing and validation steps.

More details are available in the Main App [README](site/gatsby-site/README.md).
More details are available on our [documentation](site/docs/README.md).

## Public GraphQL endpoint

Expand Down
2 changes: 1 addition & 1 deletion site/docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Core Documentation

### [Application Development Guide](../site/gatsby-site/README.md)
### [Application Development Guide](../gatsby-site/README.md)

Local development setup, frontend development guide, API documentation, and testing procedures

Expand Down
2 changes: 1 addition & 1 deletion site/gatsby-site/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -350,4 +350,4 @@ It is recommended to install the Jest extension for VS Code to enhance the testi

## Deployment

For a detailed guide on deploying the project, refer to the [Deployment Guide](site/docs/DEPLOYMENT.md).
For a detailed guide on deploying the project, refer to the [Deployment Guide](../docs/DEPLOYMENT.md).

0 comments on commit b4cb679

Please sign in to comment.