Skip to content

Commit 07b8a34

Browse files
author
Bob Strahan
committed
Fix #46 - Update UI links from GitLab to GitHub repository
1 parent 916c945 commit 07b8a34

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/ui/src/components/document-agents-layout/tools-panel.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const ToolsPanel = () => {
1414
</h3>
1515
<ul>
1616
<li>
17-
<a href="https://gitlab.aws.dev/genaiic-reusable-assets/engagement-artifacts/genaiic-idp-accelerator/-/blob/main/README.md">
17+
<a href="https://github.com/aws-solutions-library-samples/accelerated-intelligent-document-processing-on-aws/blob/main/README.md">
1818
GenAI IDP Accelerator Documentation
1919
</a>
2020
</li>

src/ui/src/components/genai-idp-top-navigation/GenAIIDPTopNavigation.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ const GenAIIDPTopNavigation = () => {
8484
{
8585
id: 'source',
8686
text: 'Source Code',
87-
href: 'https://gitlab.aws.dev/genaiic-reusable-assets/engagement-artifacts/genaiic-idp-accelerator',
87+
href: 'https://github.com/aws-solutions-library-samples/accelerated-intelligent-document-processing-on-aws',
8888
external: true,
8989
externalIconAriaLabel: ' (opens in new tab)',
9090
},

src/ui/src/components/genaiidp-layout/navigation.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ export const documentsNavItems = [
2828
{
2929
type: 'link',
3030
text: 'README',
31-
href: 'https://gitlab.aws.dev/genaiic-reusable-assets/engagement-artifacts/genaiic-idp-accelerator/-/blob/main/README.md',
31+
href: 'https://github.com/aws-solutions-library-samples/accelerated-intelligent-document-processing-on-aws/blob/main/README.md',
3232
external: true,
3333
},
3434
{
3535
type: 'link',
3636
text: 'Source Code',
37-
href: 'https://gitlab.aws.dev/genaiic-reusable-assets/engagement-artifacts/genaiic-idp-accelerator',
37+
href: 'https://github.com/aws-solutions-library-samples/accelerated-intelligent-document-processing-on-aws',
3838
external: true,
3939
},
4040
],

0 commit comments

Comments
 (0)