Skip to content

Commit

Permalink
fix: update linkedin driver link
Browse files Browse the repository at this point in the history
  • Loading branch information
paodb committed Jul 20, 2023
1 parent 9de059e commit 2f614dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/drivers/LinkedinDriver.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ export default class LinkedinDriver extends Driver implements hasLink {
}

getLink(): string {
return `https://www.linkedin.com/sharing/share-offsite/?url=${this.options?.shareLink}`
return `https://www.linkedin.com/shareArticle?url=${this.options?.shareLink}`
}
}

0 comments on commit 2f614dc

Please sign in to comment.