Remove unnecessary boilerplate gl.utils.visitUrl
Everyone can contribute. Help move this issue forward while earning points, leveling up and collecting rewards.
There are currently 25 instances where we are using gl.utils.visitUrl. Given the fact that gl.utils.visitUrl is just a simple wrapper around document.location.href = url;, I think it makes sense for us to remove it from the utils and just directly manipulate document.location
Edited by 🤖 GitLab Bot 🤖