Skip to content

Commit 0da2778

Browse files
author
Antti Karjalainen
committed
Fix links
1 parent 79e4d2d commit 0da2778

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

sources/src/App.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1009,7 +1009,7 @@ export default {
10091009
text: {
10101010
header: "Foundation",
10111011
text:
1012-
'As a company, the best way to join our movement and keep Robot Framework the best test automation solution on the market. <a href="#">To foundation</a>'
1012+
'As a company, the best way to join our movement and keep Robot Framework the best test automation solution on the market is to join the Robot Framework Foundation. <a href="http://robotframework.org/foundation/" target="_blank">To foundation</a>'
10131013
}
10141014
}
10151015
},
@@ -1022,7 +1022,7 @@ export default {
10221022
text: {
10231023
header: "Shop",
10241024
text:
1025-
'The easiest way to support Robot Framework is to buy nice swag from our web shop. In addition, it\'s a great way to show your colors <a href="#">To shop</a>'
1025+
'The easiest way to support Robot Framework is to buy nice swag from our web shop. In addition, it\'s a great way to show your colors! <a href="https://shop.robotframework.org" target="_blank">To shop</a>'
10261026
}
10271027
}
10281028
},
@@ -1035,7 +1035,7 @@ export default {
10351035
text: {
10361036
header: "Robocon",
10371037
text:
1038-
'<href="http://robocon.io">RoboCon</a> is the annual Robot Framework conference organized first time in January 2018 at Helsinki, Finland. The first conference was a huge success with great presentations and over 250 participants. The planning of RoboCon 2019 has already started and http://robocon.io will be updated as soon as the plans start to materialize.'
1038+
'<a href="http://robocon.io" target="_blank">RoboCon</a> is the annual Robot Framework conference organized first time in January 2018 at Helsinki, Finland. The first conference was a huge success with great presentations and over 250 participants. The planning of RoboCon 2019 has already started and <a href="http://robocon.io" target="_blank">Robocon.io</a> will be updated as soon as the plans start to materialize.'
10391039
}
10401040
}
10411041
},

0 commit comments

Comments
 (0)