Skip to content
This repository was archived by the owner on Jan 5, 2023. It is now read-only.

Commit 7ddb289

Browse files
authored
Merge pull request #389 from github/aibaars/fix-broken-links
Update links in ql/docs/experimental.md
2 parents 4a2c4bf + 31cd26f commit 7ddb289

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ql/docs/experimental.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Experimental queries and libraries may not be actively maintained as the standar
1717
- The query must have a `@name` and `@description` to explain its purpose.
1818
- The query must have a `@kind` and `@problem.severity` as required by CodeQL tools.
1919

20-
For details, see the [guide on query metadata](https://github.com/Semmle/ql/blob/master/docs/query-metadata-style-guide.md).
20+
For details, see the [guide on query metadata](https://github.com/github/codeql/blob/master/docs/query-metadata-style-guide.md).
2121

2222
3. **Formatting**
2323

@@ -34,4 +34,4 @@ Experimental queries and libraries may not be actively maintained as the standar
3434

3535
## Non-requirements
3636

37-
Other criteria typically required for our standard queries and libraries are not required for experimental queries and libraries. In particular, fully disciplined query [metadata](https://git.semmle.com/Semmle/ql/blob/master/docs/query-metadata-style-guide.md), query [help](https://git.semmle.com/Semmle/ql/blob/master/docs/query-help-style-guide.md), tests, a low false positive rate and performance tuning are not required (but nonetheless recommended).
37+
Other criteria typically required for our standard queries and libraries are not required for experimental queries and libraries. In particular, fully disciplined query [metadata](https://github.com/github/codeql/blob/master/docs/query-metadata-style-guide.md), query [help](https://github.com/github/codeql/blob/master/docs/query-help-style-guide.md), tests, a low false positive rate and performance tuning are not required (but nonetheless recommended).

0 commit comments

Comments
 (0)