Skip to content

Commit 860a81d

Browse files
authored
Merge pull request #115 from i-on-project/fix/fix-link-in-readme
Fix link in README.md
2 parents c72d879 + e296c57 commit 860a81d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ docker run -e "JDBC_DATABASE_URL=jdbc:postgresql://codegarten-db:5432/db?user=co
147147

148148
After running these commands, the server application should be available on port `8080` (can be changed through the `PORT` environment variable and port mapping option) and the database on port `5432`. The connection string for the database can also be changed, as seen in the `JDBC_DATABASE_URL` environment variable passed in the last command.
149149

150-
In order to access the API, an access token is required. More info about how to obtain one is available [here](/blob/main/docs/api/auth/README.md)
150+
In order to access the API, an access token is required. More info about how to obtain one is available [here](/docs/api/auth/README.md).
151151

152152
To clean up the application and database containers, the following commands can be executed in the `code/jvm` directory:
153153

0 commit comments

Comments
 (0)