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 Broken Links In Documentation #4159

Merged
merged 6 commits into from
Feb 19, 2024
5 changes: 2 additions & 3 deletions docs/analyzer/user_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -643,7 +643,7 @@ Runs the given build command and records the executed compilation steps. These
steps are written to the output file in a JSON format. Available build logger
tool that will be used is '...'. ld-logger can be fine-tuned with some
environment variables. For details see the following documentation:
https://github.com/Ericsson/codechecker/blob/master/analyzer/tools/build-
https://github.com/Ericsson/codechecker/tree/master/analyzer/tools/build-logger
logger/README.md#usage

optional arguments:
Expand Down Expand Up @@ -1792,8 +1792,7 @@ export arguments:
Specify extra output format type.
'codeclimate' format can be used for Code Climate and
for GitLab integration. For more information see:
https://github.com/codeclimate/platform/blob/master/sp
ec/analyzers/SPEC.md#data-types
https://github.com/codeclimate/platform/blob/master/spec/analyzers/SPEC.md#data-types
'baseline' output can be used to integrate CodeChecker
into your local workflow without using a CodeChecker
server. For more information see our usage guide.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"version": "3.2",
"releaseDateUtc": "2019-01-03",
"guid": "A9282C88-F1FE-4A01-8137-E8D2A037AB82",
"informationUri": "https://cwe.mitre.org/data/published/cwe_v3.2.pdf/",
"informationUri": "https://cwe.mitre.org/data/published/cwe_v3.2.pdf",
"downloadUri": "https://cwe.mitre.org/data/xml/cwec_v3.2.xml.zip",
"organization": "MITRE",
"shortDescription": {
Expand Down
6 changes: 3 additions & 3 deletions web/server/vue-cli/src/views/NewFeatures.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2232,7 +2232,7 @@ analyzer:
</li>
</ul>
For more information
<a href="https://github.com/Ericsson/codechecker/blob/master/docs/user_guide.md#source-components">
<a href="https://github.com/Ericsson/codechecker/blob/master/docs/web/user_guide.md#source-components-components">
see
</a>.
</v-col>
Expand Down Expand Up @@ -2315,7 +2315,7 @@ analyzer:
</li>
</ul>
For more information
<a href="https://github.com/Ericsson/codechecker/blob/master/docs/user_guide.md#cmd">
<a href="https://github.com/Ericsson/codechecker/blob/master/docs/web/user_guide.md#cmd">
see
</a>.
</new-feature-item>
Expand Down Expand Up @@ -2343,7 +2343,7 @@ analyzer:
</li>
</ul>
For more information
<a href="https://github.com/Ericsson/codechecker/blob/master/docs/authentication.md#personal-access-token">
<a href="https://github.com/Ericsson/codechecker/blob/master/docs/web/authentication.md#personal-access-token">
see
</a>.
</new-feature-item>
Expand Down
Loading