From 67f3b31ebcbaa564e4576c38032e025721a19061 Mon Sep 17 00:00:00 2001 From: Guspan Tanadi <36249910+guspan-tanadi@users.noreply.github.com> Date: Thu, 24 Apr 2025 10:20:57 +0700 Subject: [PATCH] Update comments docs section link --- .github/workflows/cmake.yml | 2 +- doc/DesignOverview.md | 2 +- utils/apply-clang-format.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 7cd831a1..477bfcb6 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -14,7 +14,7 @@ jobs: build: # The CMake configure and build commands are platform agnostic and should work equally well on Windows or Mac. # You can convert this to a matrix build if you need cross-platform coverage. - # See: https://docs.github.com/en/free-pro-team@latest/actions/learn-github-actions/managing-complex-workflows#using-a-build-matrix + # See: https://docs.github.com/en/free-pro-team@latest/actions/learn-github-actions/managing-complex-workflows#using-a-matrix runs-on: windows-2022 steps: diff --git a/doc/DesignOverview.md b/doc/DesignOverview.md index 148e2488..656eb438 100644 --- a/doc/DesignOverview.md +++ b/doc/DesignOverview.md @@ -1,7 +1,7 @@ Project dependencies -------------------- -![DebugView++ Projects](art/DebugViewProjects.png "DebugView++ Projects") +![DebugView++ Projects](../art/DebugViewProjects.png "DebugView++ Projects") 1. Project **DebugViewCmd** CommandLine version of debugview++, diff --git a/utils/apply-clang-format.py b/utils/apply-clang-format.py index 01ace570..f3e325f0 100644 --- a/utils/apply-clang-format.py +++ b/utils/apply-clang-format.py @@ -85,7 +85,7 @@ def main(): if HasInvalidArgs(): print ("Usage: " + os.path.basename(sys.argv[0]) + " [/s] [/f]") print (" note: gen\ and gen64\ directories are ignored") - print (" /s = recursively process files in subdirecties"); + print (" /s = recursively process files in subdirectories"); print (" /f = actually format the selected files instead of just listing them"); print ("") print (" example: ")