Commit 58e7184507eb9b62f1d92e95775f58452d4fc85d

Authored by Marcelo Boeira
1 parent c325b8af
Exists in master and in 1 other branch production

Solving #754 - "</td>" after links

Showing 1 changed file with 3 additions and 3 deletions   Show diff stats
README.md
... ... @@ -532,15 +532,15 @@ Solutions known to work are listed below:
532 532 <table>
533 533 <tr>
534 534 <th>PHP (&gt;= 5.3)</th>
535   - <td>https://github.com/flippa/errbit-php</td>
  535 + <td>[flippa/errbit-php](https://github.com/flippa/errbit-php)</td>
536 536 </tr>
537 537 <tr>
538 538 <th>OOP PHP (&gt;= 5.3)</th>
539   - <td>https://github.com/emgiezet/errbitPHP</td>
  539 + <td>[emgiezet/errbitPHP](https://github.com/emgiezet/errbitPHP)</td>
540 540 </tr>
541 541 <tr>
542 542 <th>Python</th>
543   - <td>https://github.com/mkorenkov/errbit.py , https://github.com/pulseenergy/airbrakepy</td>
  543 + <td>[mkorenkov/errbit.py](https://github.com/mkorenkov/errbit.py) , [pulseenergy/airbrakepy](https://github.com/pulseenergy/airbrakepy)</td>
544 544 </tr>
545 545 </table>
546 546  
... ...