Skip to content

Commit

Permalink
fix: broken link
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardo-forina committed Oct 10, 2019
1 parent a5fc932 commit 75ee24e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/components/StarWarsPeople.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export const StarWarsPeople: React.FunctionComponent<IStarWarsPeopleProps> = ({
<a href={'https://swapi.co'}>SWApi</a> as a sample backend service
to show the list of characters in the Star Wars universe.
</Text>
<Text><ExampleLink filename={'StarWarsPeople.tsx'}>Source for this example</ExampleLink>.</Text>
<Text><ExampleLink filename={'AsyncDataList.tsx'}>Source for this example</ExampleLink>.</Text>
</TextContent>
</PageSection>
<PageSection {...props}>
Expand Down

0 comments on commit 75ee24e

Please sign in to comment.