Skip to content

Commit ccf71e6

Browse files
committed
fix(workflow/CI): broken link in bot comment
1 parent cae424e commit ccf71e6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
write "### :package: Artifacts: $(outcome_emoji ${{ needs.build.outputs.compile }})"
3939
write "1. [Download the tarball](${{ needs.build.outputs.tarball-url }})"
4040
write "2. \`unzip linux-enable-ir-emitter*.tar.gz.zip\`"
41-
write "3. [Execute the install instructions](README.md#installation)"
41+
write "3. [Execute the install instructions](https://github.com/EmixamPP/linux-enable-ir-emitter?tab=readme-ov-file#installation)"
4242
write ""
4343
write "During the execution the tool raises an exception?\\"
4444
write "Please send us the gdb backtrace: \`sudo gdb --ex run --args linux-enable-ir-emitter <your command args>\`, once the crash arrives, type \`bt\` to show the error trace (\`q\` to exit)"

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
project(
22
'linux-enable-ir-emitter',
33
'cpp',
4-
version: '6.1.0',
4+
version: '6.1.1',
55
license: 'MIT',
66
default_options: [
77
'cpp_std=c++20',

0 commit comments

Comments
 (0)