Skip to content
This repository was archived by the owner on Feb 15, 2023. It is now read-only.

Commit add3df7

Browse files
authored
Merge pull request #66 from IBM/asoc
Address ASOC findings
2 parents 9278eff + eab8028 commit add3df7

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

Diff for: public/404.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
<div class="sad-cloud" ></div>
1313
<h1>404!</h1>
1414
<h2>Whoops! Looks like you got lost or couldn't find your page.</h2>
15-
<h2>Click to go to the <a href="https://www.ibm.com/cloud/" target="_blank">IBM Cloud page</a>.</h2>
15+
<h2>Click to go to the <a href="https://www.ibm.com/cloud/" target="_blank" rel="noopener noreferrer">IBM Cloud page</a>.</h2>
1616
</div>
1717
</div>
1818
</div>
1919
</body>
20-
</html>
20+
</html>

Diff for: public/500.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
<div class="sad-cloud"></div>
1313
<h1>Uh oh!</h1>
1414
<h2>Whoops! The server couldn't handle your request.</h2>
15-
<h2>Click to go to the <a href="https://www.ibm.com/cloud/" target="_blank">IBM Cloud page</a>.</h2>
15+
<h2>Click to go to the <a href="https://www.ibm.com/cloud/" target="_blank" rel="noopener noreferrer">IBM Cloud page</a>.</h2>
1616
</div>
1717
</div>
1818
</div>
1919
</body>
20-
</html>
20+
</html>

Diff for: public/index.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -16,25 +16,25 @@ <h2>You are currently running a Python app built for the IBM Cloud.</h2>
1616
<li>
1717
<div class="right-arrow"></div>
1818
<div>
19-
<a target="_blank" rel="noopener" href="https://cloud.ibm.com/developer/appservice/dashboard?env_id=ibm%3Ayp%3Aus-south">Visit IBM Cloud App Service</a>
19+
<a target="_blank" rel="noopener noreferrer" href="https://cloud.ibm.com/developer/appservice/dashboard?env_id=ibm%3Ayp%3Aus-south">Visit IBM Cloud App Service</a>
2020
</div>
2121
</li>
2222
<li>
2323
<div class="right-arrow"></div>
2424
<div>
25-
<a target="_blank" rel="noopener" href="https://slack-invite-ibm-cloud-tech.mybluemix.net/">Ask questions on Slack</a>
25+
<a target="_blank" rel="noopener noreferrer" href="https://slack-invite-ibm-cloud-tech.mybluemix.net/">Ask questions on Slack</a>
2626
</div>
2727
</li>
2828
<li>
2929
<div class="right-arrow"></div>
3030
<div>
31-
<a target="_blank" rel="noopener" href="https://www.ibm.com/cloud/cli">Install IBM Cloud Developer Tools</a>
31+
<a target="_blank" rel="noopener noreferrer" href="https://www.ibm.com/cloud/cli">Install IBM Cloud Developer Tools</a>
3232
</div>
3333
</li>
3434
<li>
3535
<div class="right-arrow"></div>
3636
<div>
37-
<a target="_blank" rel="noopener" href="https://datascience.ibm.com/">Train a model with IBM Watson Studio</a>
37+
<a target="_blank" rel="noopener noreferrer" href="https://datascience.ibm.com/">Train a model with IBM Watson Studio</a>
3838
</div>
3939
</li>
4040
</ul>

0 commit comments

Comments
 (0)