Skip to content

Commit d660502

Browse files
guspan-tanadijanwilmans
authored andcommitted
Update comments docs section link
1 parent dffd163 commit d660502

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/cmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
build:
1515
# The CMake configure and build commands are platform agnostic and should work equally well on Windows or Mac.
1616
# You can convert this to a matrix build if you need cross-platform coverage.
17-
# See: https://docs.github.com/en/free-pro-team@latest/actions/learn-github-actions/managing-complex-workflows#using-a-build-matrix
17+
# See: https://docs.github.com/en/free-pro-team@latest/actions/learn-github-actions/managing-complex-workflows#using-a-matrix
1818
runs-on: windows-2022
1919

2020
steps:

doc/DesignOverview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Project dependencies
22
--------------------
33

4-
![DebugView++ Projects](art/DebugViewProjects.png "DebugView++ Projects")
4+
![DebugView++ Projects](../art/DebugViewProjects.png "DebugView++ Projects")
55

66
1. Project **DebugViewCmd**
77
CommandLine version of debugview++,

utils/apply-clang-format.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ def main():
8585
if HasInvalidArgs():
8686
print ("Usage: " + os.path.basename(sys.argv[0]) + " <filemask> [/s] [/f]")
8787
print (" note: gen\ and gen64\ directories are ignored")
88-
print (" /s = recursively process files in subdirecties");
88+
print (" /s = recursively process files in subdirectories");
8989
print (" /f = actually format the selected files instead of just listing them");
9090
print ("")
9191
print (" example: ")

0 commit comments

Comments
 (0)