Skip to content

Ensure relative paths for video are rewritten as we do for images

What does this MR do?

This ensures that path to videos are rewritten as we do for images.

Are there points in the code the reviewer needs to double check?

I've decided to add a new Blob#video? method for simplicity's sake but this should probably be added to Gitlab::Git::Blob.

What are the relevant issue numbers?

Fixes #20189 (closed).

Does this MR meet the acceptance criteria?

Merge request reports