Skip to content

Commit

Permalink
chore: change url in regression test
Browse files Browse the repository at this point in the history
  • Loading branch information
joyenjoyer committed Jul 31, 2024
1 parent 7a8f03a commit f5231ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions regression-test/src/app/components/BREADCRUMB_IUI.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import React from 'react'
const BREADCRUMB_IUI = () => {
return (
<Breadcrumb label="You are here:">
<Breadcrumb.Link href="https://instructure.github.io/instructure-ui/">
<Breadcrumb.Link href="https://instructure.design">
English 204
</Breadcrumb.Link>
<Breadcrumb.Link
Expand All @@ -38,7 +38,7 @@ const BREADCRUMB_IUI = () => {
>
Exploring John Updike
</Breadcrumb.Link>
<Breadcrumb.Link href="https://instructure.github.io/instructure-ui/">
<Breadcrumb.Link href="https://instructure.design">
The Rabbit Novels
</Breadcrumb.Link>
<Breadcrumb.Link>Rabbit Is Rich</Breadcrumb.Link>
Expand Down

0 comments on commit f5231ae

Please sign in to comment.