Skip to content

Commit c8aba47

Browse files
committed
Copy changes to add links to docs and extra line breaks.
1 parent b192238 commit c8aba47

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.tours/codeql-tutorial.tour

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,20 @@
99
},
1010
{
1111
"directory": ".tours/codeql-tutorial-database",
12-
"description": "To run a CodeQL query, we need to select a CodeQL database.\n\nWe have prepared a sample database for you to use in this tutorial. We have selected this as your current database.",
12+
"description": "To run a CodeQL query, we first need to select [a CodeQL database](https://codeql.github.com/docs/codeql-overview/about-codeql/#about-codeql-databases).\n\nWe've just added a sample one and set it as your current database.\n\nClick 'Next' to see the database.",
1313
"commands": [
1414
"codeQL.setDefaultTourDatabase"
1515
],
1616
"title": "Your first database"
1717
},
1818
{
19-
"title": "Extension",
20-
"description": "It's time to check out the extension!\n\nIn the CodeQL view, you can see that the 'CodeQL Tutorial Database' is present in the 'Databases' panel and is selected with a check mark.",
19+
"title": "The CodeQL extension",
20+
"description": "We've now moved into the CodeQL extension!\n\nOn the left hand side, you can see the 'DATABASES' panel where the 'CodeQL Tutorial Database' is present and is selected with a check mark.",
2121
"view": "codeQLDatabases"
2222
},
2323
{
2424
"file": "tutorial-queries/tutorial.ql",
25-
"description": "Now let's look at a query.\n\nThis is a CodeQL query file. It has a `.ql` file extension.",
25+
"description": "Now let's look at [a CodeQL query](https://codeql.github.com/docs/writing-codeql-queries/codeql-queries/).\n\nThis is a query file. It has a `.ql` file extension.",
2626
"line": 1,
2727
"title": "Your first query"
2828
},
@@ -34,7 +34,7 @@
3434
},
3535
{
3636
"file": "tutorial-queries/tutorial.ql",
37-
"description": "This is the query clause. It determines the output of the query. Click 'Next' to run the query!",
37+
"description": "This is the query clause.\n\nIt determines the output of the query. Click 'Next' to run the query!",
3838
"selection": {
3939
"start": {
4040
"line": 7,
@@ -49,7 +49,7 @@
4949
},
5050
{
5151
"file": "tutorial-queries/tutorial.ql",
52-
"description": "It is time to run your first query!\n\n We started the process in the background, the results will appear in a new 'CodeQL Query Results' tab shortly.",
52+
"description": "It is time to run your first query!\n\nWe started the process in the background, the results will appear in a new 'CodeQL Query Results' tab shortly.",
5353
"selection": {
5454
"start": {
5555
"line": 7,
@@ -78,7 +78,7 @@
7878
"character": 1
7979
}
8080
},
81-
"title": "Query history",
81+
"title": "Query History",
8282
"view": "codeQLQueryHistory"
8383
},
8484
{
@@ -114,7 +114,7 @@
114114
},
115115
{
116116
"title": "CodeQL pack",
117-
"description": "After adding a database we create a new CodeQL pack for you.\n\nThis loads all dependencies needed for the language of the database, and creates an example query that you can run and modify. Open `example.ql` inside the 'codeql-custom-queries-*' folder to get started.",
117+
"description": "After adding a database we create a new CodeQL pack for you.\n\nThis loads all dependencies needed for the language of the database, and creates an example query that you can run and modify.\n\nOpen `example.ql` inside the 'codeql-custom-queries-*' folder to get started.",
118118
"view": "explorer"
119119
}
120120
]

0 commit comments

Comments
 (0)