Skip to content

Fix broken links in ISO 26262 documentation #648

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

Merged
merged 1 commit into from
Jul 23, 2024
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
7 changes: 4 additions & 3 deletions docs/iso_26262_tool_qualification.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
| 0.3.0 | 2021-09-08 | Luke Cartey | Update the customer table. |
| 0.4.0 | 2021-09-19 | Luke Cartey | Add more detail on approach to V&V. Update section around increased confidence from use. |
| 0.5.0 | 2021-11-29 | Remco Vermeulen | Add document management section. |
| 0.6.0 | 2023-08-14 | Luke Cartey | Update use and testing statement after LGTM.com deprecation. |
| 0.6.0 | 2023-08-14 | Luke Cartey | Update use and testing statement after LGTM.com deprecation. |
| 0.7.0 | 2024-07-23 | Luke Cartey | Fix development handbook link |

## Introduction

Expand Down Expand Up @@ -60,7 +61,7 @@ For the CodeQL Coding Standard queries, we intend to apply the following qualifi

#### 1b. Evaluation of the tool development process in accordance with 11.4.8

The development process is described in the [development handbook](../development_handbook.md).
The development process is described in the [development handbook](development_handbook.md).

The project planning and requirements processes are described in our internal repository.

Expand All @@ -80,7 +81,7 @@ In combination, these techniques ensure that the tool complies with the requirem
- Rule review with subject matter experts ensures our interpretation of the rule is appropriate in uncertain cases.
- Real world testing and external feedback ensures the interpretation of the rule is producing appropriate and reasonable results on real world code.

The development processes related to validation and verification are described in detail the [development handbook](../development_handbook.md).
The development processes related to validation and verification are described in detail the [development handbook](development_handbook.md).

### Qualification methods for CodeQL CLI and the CodeQL Standard Library for C++

Expand Down
Loading