Skip to content

Commit

Permalink
Changed bootcamp website link to correct link
Browse files Browse the repository at this point in the history
  • Loading branch information
aditiprakashm committed Oct 5, 2021
1 parent e90e490 commit 340f5a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/Bootcamp/sections/Resources.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export default class Resources extends React.Component {
<h3>Resources</h3>
<Container className="d-flex">
<Text style={{color: 'blue'}}
onPress={() => Linking.openURL('https://dsgt-bootcamp-site.herokuapp.com/')}>
onPress={() => Linking.openURL('https://dsgtbootcamp.netlify.app/')}>
<br />DSGT Bootcamp Website<br />
</Text>
<a href="https://www.udemy.com/course/dsgt-bootcamp/learn/lecture/27690524?utm_campaign=email&utm_medium=email&utm_source=sendgrid.com#overview" style={divPadding2} resizeMode='contain'>
Expand Down

0 comments on commit 340f5a2

Please sign in to comment.