Skip to content

Commit

Permalink
fix(about): add a link to league of legends homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveVanOpstal committed Oct 17, 2016
1 parent 2386b3f commit 05fc164
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/about/about.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import {Http} from '@angular/http';
template: `
<section>
<h2>About</h2>
<p>Legend Builder is an <a href="https://github.com/SteveVanOpstal/LegendBuilder">open source</a> champion builder for <a href="">League of Legends</a>.</p>
<p>Legend Builder is an <a href="https://github.com/SteveVanOpstal/LegendBuilder">open source</a> champion builder for <a href="http://leagueoflegends.com">League of Legends</a>.</p>
<p>There is no guarantee that the software will fulfill your champion building dreams, but with your help we can get it there.</p>
<ul>
<li><span>You can <b>report a bug</b></span> by entering an <a href="https://github.com/SteveVanOpstal/LegendBuilder/issues">issue</a></li>
Expand Down

0 comments on commit 05fc164

Please sign in to comment.