Commit 759a2c9a532cffb6b0ee74655975ff31c01f7f6f
Exists in
master
and in
1 other branch
Merge pull request #755 from marceloboeira/patch-1
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 (>= 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 (>= 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 | ... | ... |