Skip to content

Commit 59bca90

Browse files
author
james
committed
docs: address review comments
1 parent 29e46cf commit 59bca90

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/query-help-style-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Section-level elements are used to group the information within the query help f
3636
3. `example`—an example of code showing the problem. Where possible, this section should also include a solution to the issue.
3737
4. `references`—relevant references, such as authoritative sources on language semantics and best practice.
3838

39-
For further information about the other section-level, block, list and table elements supported by the qhelp format, see the [Qhelp reference](https://help.semmle.com/QL/learn-ql/ql/writing-queries/query-help.html) on help.semmle.com.
39+
For further information about the other section-level, block, list and table elements supported by the qhelp format, see the [Query help reference](https://help.semmle.com/QL/learn-ql/ql/writing-queries/query-help.html) on help.semmle.com.
4040

4141

4242
## English style

docs/query-metadata-style-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Query file metadata contains important information which defines the identifier
4343
*/
4444
```
4545

46-
In order to help others use your query, and to ensure that the query works correctly on LGTM, you should include all of the required information outlined below in the metadata, and as much of the optional information as possible. For further information on query metadata see the [Query meta reference](https://help.semmle.com/QL/learn-ql/ql/writing-queries/query-metadata.html) on help.semmle.com.
46+
In order to help others use your query, and to ensure that the query works correctly on LGTM, you should include all of the required information outlined below in the metadata, and as much of the optional information as possible. For further information on query metadata see [Query metadata](https://help.semmle.com/QL/learn-ql/ql/writing-queries/query-metadata.html) on help.semmle.com.
4747

4848
### Query name `@name`
4949

0 commit comments

Comments
 (0)