Skip to content

Commit 418b469

Browse files
authored
Merge pull request #44 from JacobSyndeo/master
Fix the GitHub URL
2 parents 04c518c + 1140a95 commit 418b469

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

AMD Power Gadget/Base.lproj/Main.storyboard

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1021,7 +1021,7 @@
10211021
<font key="font" metaFont="system"/>
10221022
</buttonCell>
10231023
<connections>
1024-
<action selector="openGithub:" target="rDh-aT-nig" id="KV5-np-1kQ"/>
1024+
<action selector="openGitHub:" target="rDh-aT-nig" id="KV5-np-1kQ"/>
10251025
</connections>
10261026
</button>
10271027
<textField horizontalHuggingPriority="251" verticalHuggingPriority="750" fixedFrame="YES" textCompletion="NO" translatesAutoresizingMaskIntoConstraints="NO" id="arp-oH-qjj">
@@ -1042,7 +1042,7 @@
10421042
<font key="font" metaFont="system"/>
10431043
</buttonCell>
10441044
<connections>
1045-
<action selector="openGithub:" target="rDh-aT-nig" id="kTw-gG-4Yf"/>
1045+
<action selector="openGitHub:" target="rDh-aT-nig" id="kTw-gG-4Yf"/>
10461046
<segue destination="arI-oH-4xY" kind="sheet" id="PaB-YQ-pfi"/>
10471047
</connections>
10481048
</button>

AMD Power Gadget/Power Tool/PowerToolViewController.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,8 +220,8 @@ class PowerToolViewController: NSViewController, NSWindowDelegate {
220220
lpmBox.state = s ? NSControl.StateValue.on : NSControl.StateValue.off
221221
}
222222

223-
@IBAction func openGithub(_ sender: Any) {
224-
NSWorkspace.shared.open(URL(string: "https://github.com/trulyspinach/AMDRyzenCPUPowerManagement")!)
223+
@IBAction func openGitHub(_ sender: Any) {
224+
NSWorkspace.shared.open(URL(string: "https://github.com/trulyspinach/SMCAMDProcessor")!)
225225
}
226226

227227
func suffixNumber(number:NSNumber) -> String {

0 commit comments

Comments
 (0)