Skip to content

Commit

Permalink
fix header button url
Browse files Browse the repository at this point in the history
  • Loading branch information
jorenham authored and DetachHead committed Oct 26, 2024
1 parent 1b96497 commit d7be0b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/HeaderPanel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export function HeaderPanel(props: HeaderPanelProps) {
<View style={styles.container}>
<Pressable
onPress={() => {
Linking.openURL('https://github.com/microsoft/pyright');
Linking.openURL('https://github.com/detachhead/basedpyright/');
}}
>
{image}
Expand Down

0 comments on commit d7be0b5

Please sign in to comment.