Skip to content
This repository has been archived by the owner on Oct 17, 2022. It is now read-only.

Commit

Permalink
feat: Changed all .shtml links to the page each link is currently red…
Browse files Browse the repository at this point in the history
…irecting to
  • Loading branch information
noah-eigenfeld authored and germanattanasio committed Aug 20, 2018
1 parent e2edc1f commit 44c8d6f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions views/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
<h2 class="base--h2"><$= __('header-sample-use-cases') $></h2>
<p class="base--p input--description">
<$= __( 'input-description') $>
<a class="base--a" href="http://www.ibm.com/watson/developercloud/doc/tone-analyzer/index.shtml#usecases" target="new">
<a class="base--a" href="https://console.bluemix.net/docs/services/tone-analyzer/index.html#about" target="new">
<$= __( 'header-learn-more') $>
</a>.</p>
<input role="radio" class="base--radio input--radio" type="radio" id="input-tweets" name="rb" value="tweets" checked="true">
Expand Down Expand Up @@ -160,7 +160,7 @@
</p>
<p class="base--p output--document-description">
<$= __( 'output-description-interpret') $>
<a class="base--a" target="_blank" href="https://www.ibm.com/watson/developercloud/doc/tone-analyzer/understanding-tone.shtml">
<a class="base--a" target="_blank" href="https://console.bluemix.net/docs/services/tone-analyzer/using-tone.html#using-the-general-purpose-endpoint">
<$= __( 'output-description-understand-score') $>
</a>.</p>
<h3 class="base--h3 output--document-title"><$= __('header-document') $></h3>
Expand All @@ -175,13 +175,13 @@
<!--
<div class="summary--row">
<div class="summary--emotion-description">
<p class="base--p">The Emotion graph represents the likelihood that an emotion tone is present in the text. <a class="base--a" target="_blank" href="http://www.ibm.com/watson/developercloud/doc/tone-analyzer/understanding-tone.shtml#emotional">Learn more</a>.</p>
<p class="base--p">The Emotion graph represents the likelihood that an emotion tone is present in the text. <a class="base--a" target="_blank" href="https://console.bluemix.net/docs/services/tone-analyzer/using-tone.html#using-the-general-purpose-endpoint">Learn more</a>.</p>
</div>
<div class="summary--writing-and-social-description">
<p class="base--p">The Language Style and Social Tendencies graphs represent the amount of a language or social tone present in the text. <a class="base--a" target="_blank" href="http://www.ibm.com/watson/developercloud/doc/tone-analyzer/understanding-tone.shtml#social">Learn more</a>.</p>
<p class="base--p">The Language Style and Social Tendencies graphs represent the amount of a language or social tone present in the text. <a class="base--a" target="_blank" href="https://console.bluemix.net/docs/services/tone-analyzer/using-tone.html#using-the-general-purpose-endpoint">Learn more</a>.</p>
</div>
</div>
<p class="base--p output--document-description">For details on how Tone Analyzer detects tone in text see, <a class="base--a" target="_blank" href="https://www.ibm.com/watson/developercloud/doc/tone-analyzer/understanding-tone.shtml">The Science Behind the Tone Analyzer Service</a>.</p>
<p class="base--p output--document-description">For details on how Tone Analyzer detects tone in text see, <a class="base--a" target="_blank" href="https://console.bluemix.net/docs/services/tone-analyzer/using-tone.html#using-the-general-purpose-endpoint">The Science Behind the Tone Analyzer Service</a>.</p>
<div class="summary--row">
<div class="results-table--feedback-inputs dcl">
Expand Down Expand Up @@ -340,7 +340,7 @@
</div>

<a class="base--a bottom-links" href="https://www.ibm.com/watson/developercloud/tone-analyzer/api/v3/" target="_blank"><$= __( 'header-apiref') $></a>
<a class="base--a bottom-links" href="http://www.ibm.com/watson/developercloud/doc/tone-analyzer/index.shtml" target="_blank"><$= __( 'header-documentation') $></a>
<a class="base--a bottom-links" href="https://console.bluemix.net/docs/services/tone-analyzer/index.html#about" target="_blank"><$= __( 'header-documentation') $></a>
<a class="base--a bottom-links" href="https://github.com/watson-developer-cloud/tone-analyzer-nodejs" target="_blank"><$= __( 'header-fork') $></a>
</div>
</div>
Expand Down

0 comments on commit 44c8d6f

Please sign in to comment.