aboutsummaryrefslogtreecommitdiffstats
path: root/activestorage
diff options
context:
space:
mode:
authorYoshiyuki Hirano <yhirano@me.com>2017-10-04 03:36:21 +0900
committerYoshiyuki Hirano <yhirano@me.com>2017-10-04 03:36:21 +0900
commit53c16188924c7f4179555cdc6ae6911e44743d60 (patch)
tree9f2cf89586ed5ad6a89f9e05d4a571b568812428 /activestorage
parent45ed61ac4731eb91f39d3762889dce0da899af45 (diff)
downloadrails-53c16188924c7f4179555cdc6ae6911e44743d60.tar.gz
rails-53c16188924c7f4179555cdc6ae6911e44743d60.tar.bz2
rails-53c16188924c7f4179555cdc6ae6911e44743d60.zip
Fix third-party system libraries list in ActiveStorage::Preview [ci skip]
Diffstat (limited to 'activestorage')
-rw-r--r--activestorage/app/models/active_storage/preview.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/activestorage/app/models/active_storage/preview.rb b/activestorage/app/models/active_storage/preview.rb
index 42c4bbc5a4..be5053edae 100644
--- a/activestorage/app/models/active_storage/preview.rb
+++ b/activestorage/app/models/active_storage/preview.rb
@@ -23,8 +23,8 @@
#
# The built-in previewers rely on third-party system libraries:
#
-# * {ffmpeg}[https://www.ffmpeg.org]
-# * {mupdf}[https://mupdf.com]
+# * {ffmpeg}[https://www.ffmpeg.org]
+# * {mupdf}[https://mupdf.com]
#
# These libraries are not provided by Rails. You must install them yourself to use the built-in previewers. Before you
# install and use third-party software, make sure you understand the licensing implications of doing so.