Skip to content

Commit 77b31a9

Browse files
committed
Update repository URLs after rename
1 parent 93c0fd8 commit 77b31a9

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
blank_issues_enabled: false
22
contact_links:
33
- name: FAQ / Troubleshooting
4-
url: https://github.com/Agentry433/turing-smart-screen-python/blob/main/README.md
4+
url: https://github.com/Agentry433/turing-smart-screen-python-HIDdev/blob/main/README.md
55
about: ⚠️ Please check the FAQ page before opening a new issue.
66
- name: Existing issues
7-
url: https://github.com/Agentry433/turing-smart-screen-python/issues?q=is%3Aissue+
7+
url: https://github.com/Agentry433/turing-smart-screen-python-HIDdev/issues?q=is%3Aissue+
88
about: ⚠️ Please search for existing issues first before opening a new one.
99
- name: Discussions
10-
url: https://github.com/Agentry433/turing-smart-screen-python/discussions
10+
url: https://github.com/Agentry433/turing-smart-screen-python-HIDdev/discussions
1111
about: ℹ️ Use the discussion space to share your experience, ask questions and discuss with the community without opening issues.

.github/workflows/themes-screenshot-on-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
name: Update themes screenshot and generate list
1212

1313
# Don't run this action on forked repositories to avoid conflicts in PR...
14-
if: github.repository == 'Agentry433/turing-smart-screen-python'
14+
if: github.repository == 'Agentry433/turing-smart-screen-python-HIDdev'
1515

1616
runs-on: ubuntu-latest
1717

tools/theme-preview-generator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def write_theme_previews_to_file(themes, file, size):
5151
i = 0
5252
for theme in themes:
5353
file.write(
54-
f"<td>{theme}<img src=\"https://raw.githubusercontent.com/Agentry433/turing-smart-screen-python/main/res/themes/{theme}/preview.png\" width=\"150\"/></td>")
54+
f"<td>{theme}<img src=\"https://raw.githubusercontent.com/Agentry433/turing-smart-screen-python-HIDdev/main/res/themes/{theme}/preview.png\" width=\"150\"/></td>")
5555
i = i + 1
5656
if i >= 5:
5757
file.write("</table><table>")

tools/windows-installer/turing-system-monitor.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#define MyAppName "Turing System Monitor"
99
#define MyAppVersion GetStringFileInfo(SourceDir + "main.exe", PRODUCT_VERSION)
1010
#define MyAppPublisher "Matthieu Houdebine"
11-
#define MyAppURL "https://github.com/Agentry433/turing-smart-screen-python"
11+
#define MyAppURL "https://github.com/Agentry433/turing-smart-screen-python-HIDdev"
1212

1313
[Setup]
1414
; NOTE: The value of AppId uniquely identifies this application. Do not use the same AppId value in installers for other applications.

0 commit comments

Comments
 (0)