Skip to content

Commit 6277e5c

Browse files
committed
Small editorials tweaks
1 parent 42ebc3f commit 6277e5c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ To see what has changed in the last few versions of the extension, see the [Chan
1313

1414
* Enables you to use CodeQL to query databases and discover problems in codebases.
1515
* Shows the flow of data through the results of path queries, which is essential for triaging security results.
16-
* Provides an easy way to run queries from the large, open source repository of [CodeQL security queries](https://github.com/Semmle/ql).
16+
* Provides an easy way to run queries from the large, open source repository of [CodeQL security queries](https://github.com/github/codeql).
1717
* Adds IntelliSense to support you writing and editing your own CodeQL query and library files.
1818

1919

extensions/ql-vscode/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99

1010
- Report error when selecting invalid database.
1111
- Add descriptive message for database archive import failure.
12-
- Respect VSCode's i18n locale setting when formatting dates and sorting strings.
13-
- Allow the opening of large Sarif files externally from VSCode.
12+
- Respect VS Code's i18n locale setting when formatting dates and sorting strings.
13+
- Allow the opening of large SARIF files externally from VS Code.
1414
- Add new 'CodeQL: Compare Query' command that shows the differences between two queries.
1515
- Allow multiple items in the query history view to be removed in one operation.
1616
- Allow multiple items in the databases view to be removed in one operation.

0 commit comments

Comments
 (0)