Skip to content
This repository has been archived by the owner on Apr 15, 2019. It is now read-only.

Commit

Permalink
Fix plod-description link on homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
mammuth committed Apr 3, 2016
1 parent c43be3b commit 41c7a29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/common/AntagonistsComp/AntagonistsComp.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default class AntagonistsComp extends Component {
<Col>
<h1 className="text-center">Who will be the next eliminated?</h1>
<BigBattle name1={name1} name2={name2} img1={img1} img2={img2} />
<p><em>PLOD</em> is the <strong>likelihood of death</strong> of a character. Learn more about how we calculate this score <a href="/plod-description">here</a>.</p>
<p><em>PLOD</em> is the <strong>likelihood of death</strong> of a character. Learn more about how we calculate this score <a href="/machine-learning-algorithm-predict-death-game-of-thrones">here</a>.</p>

<br />
<h3>{name1}'s and {name2}'s location-history on a map:</h3>
Expand Down

0 comments on commit 41c7a29

Please sign in to comment.