Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
bkuberek committed Aug 4, 2024
1 parent d83213a commit 21aece2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Booking Service Demo

This project is intended for demonstration purposes. It proposes a [Solution](./solution) to an example [Problem](./problem).
This project is intended for demonstration purposes. It proposes a [Solution](./solution.md) to an example [Problem](./problem.md).

The application is a GraphQL API writen in Kotlin and Quarkus. It uses Postgres for persistence.

Expand All @@ -11,8 +11,8 @@ Thank you for your interest. Feel free to add questions, comments and suggestion

## Documentation

1. [Problem](./problem)
2. [Solution](./solution)
1. [Problem](./problem.md)
2. [Solution](./solution.md)
3. [Running the Application](./running.md)
4. [Using the API](./api.md)
5. [Notes](./notes.md)
Expand Down

0 comments on commit 21aece2

Please sign in to comment.