Skip to content

Commit

Permalink
Merge pull request #17 from liamgold/hotfix/correct-example-app-links
Browse files Browse the repository at this point in the history
fix: correct sample links in example admin application
  • Loading branch information
fialafilip authored Apr 19, 2024
2 parents ff1e600 + 989737a commit 3223943
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export const CustomLayoutTemplate = ({ label }: CustomLayoutProps) => {
headline="Basic usage"
subheadline="Info"
>
Component <a target="_blank" href="https://github.com/Kentico/xperience-by-kentico-universal-migration-toolkit/blob/main/Docs/README.md">documentation</a> and <a target="_blank" href="https://github.com/Kentico/xperience-by-kentico-universal-migration-toolkit/tree/main/Docs/Samples">samples</a>
Component <a target="_blank" href="https://github.com/Kentico/xperience-by-kentico-universal-migration-toolkit/blob/main/docs/README.md">documentation</a> and <a target="_blank" href="https://github.com/Kentico/xperience-by-kentico-universal-migration-toolkit/tree/main/docs/Samples">samples</a>
</Callout>

<div className={transitionClass(backgroundTransition)}>
Expand Down

0 comments on commit 3223943

Please sign in to comment.