Skip to content

Commit cc6775c

Browse files
fix(firstMile): update influxdb university link (#5192)
1 parent 5503227 commit cc6775c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/homepageExperience/components/steps/Finish.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ export const Finish = (props: OwnProps) => {
116116
</ResourceCard>
117117
<ResourceCard className="homepage-wizard-next-steps">
118118
<SafeBlankLink
119-
href="https://influxdbu.com/"
119+
href="https://university.influxdata.com/"
120120
onClick={() =>
121121
handleNextStepEvent(props.wizardEventName, 'influxUniversity')
122122
}

0 commit comments

Comments
 (0)