Skip to content

Commit

Permalink
Update social_links.tsx
Browse files Browse the repository at this point in the history
Fix github link
  • Loading branch information
kayla-glick authored Jan 12, 2025
1 parent 86b6708 commit 13ed2a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/core/components/social_links.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export class SocialLinks extends Component {
static buildGitHubLink(): Element {
const anchor = (
<a
href="https://github.com/wowsims/sod"
href="https://github.com/wowsims/wotlk"
target="_blank"
className="github-link link-alt"
dataset={{ bsToggle: 'tooltip', bsTitle: 'Contribute on GitHub' }}>
Expand Down

0 comments on commit 13ed2a4

Please sign in to comment.