diff options
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 608411b..7401461 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,6 +13,6 @@ notifications: template: - '<a href="https://travis-ci.org/%{repository}/builds/%{build_id}">%{repository} Build %{build_number}</a> on branch <i>%{branch}</i> by %{author}: <strong>%{message}</strong> - <a href="https://github.com/sendgrid/docs/commits/%{commit}">View on GitHub</a>' + <a href="https://github.com/%{repository}/commits/%{commit}">View on GitHub</a>' format: html notify: true |