Snippets use the wrong link
Summary
The snippets use the wrong link.
Steps to reproduce
Create a snippet and try to access it via the list.
What is the current bug behavior?
The link does not include the repository.
Currently: https://gitlab.com/snippets/{snippet_id}
What is the expected correct behavior?
Correct: https://gitlab.com/{user}/{repo}/snippets/{snippet_id}
Relevant logs and/or screenshots
Output of checks
This bug happens on GitLab.com
Possible fixes
Add the user and repo into the link ¯\_(ツ)_/¯
