Skip to content

Commit

Permalink
docs: fix broken link (firebase#3233)
Browse files Browse the repository at this point in the history
  • Loading branch information
mono0926 authored Aug 19, 2020
1 parent 82af1aa commit dadce95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ function Home() {
</td>
<td>
<a
href={`https://github.com/FirebaseExtended/flutterfire/tree/next/packages/${plugin.pub}`}
href={`https://github.com/FirebaseExtended/flutterfire/tree/master/packages/${plugin.pub}`}
>
<code>{plugin.pub}</code>
</a>
Expand Down

0 comments on commit dadce95

Please sign in to comment.