f-person / git-blame.nvim

Git Blame plugin for Neovim written in Lua
GNU General Public License v3.0
884 stars 43 forks source link

Fix incorrect commit url for bitbucket repositories #78

Closed BSteffaniak closed 1 year ago

BSteffaniak commented 1 year ago

Hello! I noticed that bitbucket commit urls were giving me a "Resource not found" error when attempting to visit them in the browser.

The path for individual commits within bitbucket.org is /commits/ instead of /commit/ for bitbucket.org.

I've updated the relevant code here. Let me know what you think. Thanks!