Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Correct link in quick-start-guide-and-build.md #469

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions doc/quick-start-guide-and-build.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ To enable _LPVS_ license scanning for your project, you need to set up GitHub We
Configuration from your project side is now complete!

Alternatively, you can use the Pull Request Single Scan API to analyze the code of a specific pull request.
Please refer to the [API Documentation](doc/lpvs-api.yaml) for more information.
Please refer to the [API Documentation](lpvs-api.yaml) for more information.

---

Expand Down Expand Up @@ -340,4 +340,4 @@ Edit the `<dependencies>` element of the `pom.xml` file located in your project
</dependency>
</dependencies>
...
```
```
Loading