Skip to content

Commit

Permalink
Merge pull request #4137 from bruntib/release-v6.23.1
Browse files Browse the repository at this point in the history
[doc] Fix documentation URL in highlights page
  • Loading branch information
bruntib authored Dec 14, 2023
2 parents 6b76822 + 207af56 commit 2a8fa6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/server/vue-cli/src/views/NewFeatures.vue
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ clang-diagnostic-varargs
Analyzer: clang-tidy
Description:
Labels:
doc_url:/afs/seli.gic.ericsson.se/app/vbuild/RHEL7-x86_64/codechecker/6.22.0/www/docs/analyzer/DiagnosticsReference.html#wvarargs
doc_url:https://clang.llvm.org/docs/DiagnosticsReference.html#wvarargs
severity:MEDIUM

=>
Expand All @@ -188,7 +188,7 @@ clang-diagnostic-varargs
Analyzer: clang-tidy
Description:
Labels:
doc_url:/afs/seli.gic.ericsson.se/app/vbuild/RHEL7-x86_64/codechecker/6.23.0-rc2/www/docs/analyzer/DiagnosticsReference.html#wvarargs
doc_url:https://clang.llvm.org/docs/DiagnosticsReference.html#wvarargs
severity:MEDIUM
</pre>
</new-feature-item>
Expand Down

0 comments on commit 2a8fa6e

Please sign in to comment.