summaryrefslogtreecommitdiff
path: root/lib/banzai/pipeline
diff options
context:
space:
mode:
authorNick Thomas <nick@gitlab.com>2017-12-05 18:47:54 +0000
committerNick Thomas <nick@gitlab.com>2017-12-22 15:09:16 +0000
commita0c4f0059592c788b14f8cb71e655c05f1fc1dd7 (patch)
tree194010b7c872a2f5bb839550780fb4b5b688aa9e /lib/banzai/pipeline
parent299e04e318728d4ee5857379f8fb350c944a0b4e (diff)
downloadgitlab-ce-a0c4f0059592c788b14f8cb71e655c05f1fc1dd7.tar.gz
Use relative URLs when linking to uploaded files
Diffstat (limited to 'lib/banzai/pipeline')
-rw-r--r--lib/banzai/pipeline/gfm_pipeline.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/banzai/pipeline/gfm_pipeline.rb b/lib/banzai/pipeline/gfm_pipeline.rb
index 55874ad50a3..c746f6f64e9 100644
--- a/lib/banzai/pipeline/gfm_pipeline.rb
+++ b/lib/banzai/pipeline/gfm_pipeline.rb
@@ -15,7 +15,6 @@ module Banzai
Filter::MathFilter,
Filter::MermaidFilter,
- Filter::UploadLinkFilter,
Filter::VideoLinkFilter,
Filter::ImageLazyLoadFilter,
Filter::ImageLinkFilter,