Skip to content

Commit

Permalink
fix license button (#277)
Browse files Browse the repository at this point in the history
  • Loading branch information
spv420 committed Nov 5, 2023
1 parent c801643 commit ee039cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dopamine/Dopamine/UI/Views/AboutView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ struct AboutView: View {
.padding(.horizontal, 32)
}
Button(action: {
openURL(URL(string: "https://github.com/opa334/Dopamine/LICENSE.md")!)
openURL(URL(string: "https://github.com/opa334/Dopamine/blob/main/LICENSE.md")!)
}) {
HStack {
Spacer()
Expand Down

0 comments on commit ee039cb

Please sign in to comment.