Skip to content
This repository was archived by the owner on Sep 1, 2022. It is now read-only.

Commit 22a6702

Browse files
authored
Merge pull request #23 from github/rename
rename
2 parents 4706eea + 3d366b0 commit 22a6702

18 files changed

+19
-19
lines changed

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -28,17 +28,17 @@ including links to the lines of source code on GitHub when possible:
2828
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
2929
**Table of Contents**
3030

31-
- [Creating your own course](#creating-your-own-course)
32-
- [Creating the Query Checking Action](#creating-the-query-checking-action)
33-
- [Testing the action](#testing-the-action)
34-
- [Adding new queries & calculating the contents for the CSV files](#adding-new-queries--calculating-the-contents-for-the-csv-files)
35-
- [Publishing your action](#publishing-your-action)
36-
- [Contributing your GitHub Action to this repository](#contributing-your-github-action-to-this-repository)
37-
- [Creating the Learning Lab Course](#creating-the-learning-lab-course)
38-
- [Example Courses](#example-courses)
39-
- [Contributing](#contributing)
40-
- [Releasing new versions or updating dependencies](#releasing-new-versions-or-updating-dependencies)
41-
- [License](#license)
31+
- [Creating your own course](#creating-your-own-course)
32+
- [Creating the Query Checking Action](#creating-the-query-checking-action)
33+
- [Testing the action](#testing-the-action)
34+
- [Adding new queries & calculating the contents for the CSV files](#adding-new-queries--calculating-the-contents-for-the-csv-files)
35+
- [Publishing your action](#publishing-your-action)
36+
- [Contributing your GitHub Action to this repository](#contributing-your-github-action-to-this-repository)
37+
- [Creating the Learning Lab Course](#creating-the-learning-lab-course)
38+
- [Example Courses](#example-courses)
39+
- [Contributing](#contributing)
40+
- [Releasing new versions or updating dependencies](#releasing-new-versions-or-updating-dependencies)
41+
- [License](#license)
4242

4343
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
4444

courses/cpp/uboot/image/config/config.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
"databasePath": "u-boot_u-boot_d0d07ba",
33
"locationPaths": "https://github.com/u-boot/u-boot/blob/d0d07ba86afc8074d79e436b1ba4478fa0f0c1b5{path}#L{line-start}-L{line-end}",
44
"expectedResults": {
5-
"11_function_definitions.ql": "step-11.csv",
6-
"12_memcpy_definitions.ql": "step-12.csv",
7-
"13_macro_definitions.ql": "step-13.csv",
8-
"21_memcpy_calls.ql": "step-21.csv",
9-
"22_macro_invocations.ql": "step-22.csv",
10-
"23_macro_expressions.ql": "step-23.csv",
11-
"24_class_network_reads.ql": "step-24.csv",
12-
"31_taint_tracking.ql": "step-31.csv"
5+
"3_function_definitions.ql": "step-3.csv",
6+
"4_memcpy_definitions.ql": "step-4.csv",
7+
"5_macro_definitions.ql": "step-5.csv",
8+
"6_memcpy_calls.ql": "step-6.csv",
9+
"7_macro_invocations.ql": "step-7.csv",
10+
"8_macro_expressions.ql": "step-8.csv",
11+
"9_class_network_reads.ql": "step-9.csv",
12+
"10_taint_tracking.ql": "step-10.csv"
1313
}
1414
}

0 commit comments

Comments
 (0)