Skip to content
This repository was archived by the owner on Feb 15, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions public/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
<div class="sad-cloud" ></div>
<h1>404!</h1>
<h2>Whoops! Looks like you got lost or couldn't find your page.</h2>
<h2>Click to go to the <a href="https://www.ibm.com/cloud/" target="_blank">IBM Cloud page</a>.</h2>
<h2>Click to go to the <a href="https://www.ibm.com/cloud/" target="_blank" rel="noopener noreferrer">IBM Cloud page</a>.</h2>
</div>
</div>
</div>
</body>
</html>
</html>
4 changes: 2 additions & 2 deletions public/500.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
<div class="sad-cloud"></div>
<h1>Uh oh!</h1>
<h2>Whoops! The server couldn't handle your request.</h2>
<h2>Click to go to the <a href="https://www.ibm.com/cloud/" target="_blank">IBM Cloud page</a>.</h2>
<h2>Click to go to the <a href="https://www.ibm.com/cloud/" target="_blank" rel="noopener noreferrer">IBM Cloud page</a>.</h2>
</div>
</div>
</div>
</body>
</html>
</html>
8 changes: 4 additions & 4 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,25 +16,25 @@ <h2>You are currently running a Python app built for the IBM Cloud.</h2>
<li>
<div class="right-arrow"></div>
<div>
<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>
<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>
</div>
</li>
<li>
<div class="right-arrow"></div>
<div>
<a target="_blank" rel="noopener" href="https://slack-invite-ibm-cloud-tech.mybluemix.net/">Ask questions on Slack</a>
<a target="_blank" rel="noopener noreferrer" href="https://slack-invite-ibm-cloud-tech.mybluemix.net/">Ask questions on Slack</a>
</div>
</li>
<li>
<div class="right-arrow"></div>
<div>
<a target="_blank" rel="noopener" href="https://www.ibm.com/cloud/cli">Install IBM Cloud Developer Tools</a>
<a target="_blank" rel="noopener noreferrer" href="https://www.ibm.com/cloud/cli">Install IBM Cloud Developer Tools</a>
</div>
</li>
<li>
<div class="right-arrow"></div>
<div>
<a target="_blank" rel="noopener" href="https://datascience.ibm.com/">Train a model with IBM Watson Studio</a>
<a target="_blank" rel="noopener noreferrer" href="https://datascience.ibm.com/">Train a model with IBM Watson Studio</a>
</div>
</li>
</ul>
Expand Down