Skip to content

Commit

Permalink
Rename main references (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagobento authored Jun 28, 2021
1 parent 608c12b commit 2b2671e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/webapp/src/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export function Home() {
<Text component={"h1"}>Welcome to Kogito Tooling Examples</Text>
<Text component={"p"}>
<span>To understand what's in this webapp, please refer to the project </span>
<a href={"https://github.com/kiegroup/kogito-tooling-examples/blob/master/README.md"}>{"README"}</a>
<a href={"https://github.com/kiegroup/kogito-tooling-examples/blob/main/README.md"}>{"README"}</a>
<span> on GitHub.</span>
</Text>
</TextContent>
Expand Down

0 comments on commit 2b2671e

Please sign in to comment.