From b3ae2ec9f04fcba7b0961e9586de7505c47936bc Mon Sep 17 00:00:00 2001 From: Taras Drozdovskyi Date: Mon, 22 Apr 2024 11:06:16 +0300 Subject: [PATCH] chore: Fix links in the quick-start-guide-and-build.md (#495) Signed-off-by: Taras Drozdovskyi --- doc/quick-start-guide-and-build.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/quick-start-guide-and-build.md b/doc/quick-start-guide-and-build.md index f50fb7e2..f3f55549 100644 --- a/doc/quick-start-guide-and-build.md +++ b/doc/quick-start-guide-and-build.md @@ -171,9 +171,9 @@ Before building _LPVS_ from source code, ensure that you have the following prer mysql -u[username] -p[password] < src/main/resources/database_dump.sql ``` -2.5 Fill in the `license_list` and `license_conflicts` tables with the information about permitted, restricted, and prohibited licenses, as well as their compatibility specifics. You can find an example database dump file in the repository at [`src/main/resources/database_dump.sql`](src/main/resources/database_dump.sql). +2.5 Fill in the `license_list` and `license_conflicts` tables with the information about permitted, restricted, and prohibited licenses, as well as their compatibility specifics. You can find an example database dump file in the repository at [`src/main/resources/database_dump.sql`](../src/main/resources/database_dump.sql). -2.6 Update the following lines in the [`src/main/resources/application.properties`](src/main/resources/application.properties) file: +2.6 Update the following lines in the [`src/main/resources/application.properties`](../src/main/resources/application.properties) file: ```properties spring.datasource.username=username spring.datasource.password=password @@ -181,7 +181,7 @@ Before building _LPVS_ from source code, ensure that you have the following prer ### 3. Setting up _LPVS_ `application.properties` -Fill in the following lines in the [`src/main/resources/application.properties`](src/main/resources/application.properties) file: +Fill in the following lines in the [`src/main/resources/application.properties`](../src/main/resources/application.properties) file: ```properties # GitHub configuration (github.token and github.secret required)