aboutsummaryrefslogtreecommitdiffstats
path: root/activestorage/app/models
diff options
context:
space:
mode:
authorRyuta Kamizono <kamipo@gmail.com>2017-10-04 06:01:36 +0900
committerGitHub <noreply@github.com>2017-10-04 06:01:36 +0900
commitca013649eab7b30aceb960ff14d50043cbea3d4c (patch)
tree9f2cf89586ed5ad6a89f9e05d4a571b568812428 /activestorage/app/models
parent45ed61ac4731eb91f39d3762889dce0da899af45 (diff)
parent53c16188924c7f4179555cdc6ae6911e44743d60 (diff)
downloadrails-ca013649eab7b30aceb960ff14d50043cbea3d4c.tar.gz
rails-ca013649eab7b30aceb960ff14d50043cbea3d4c.tar.bz2
rails-ca013649eab7b30aceb960ff14d50043cbea3d4c.zip
Merge pull request #30794 from yhirano55/fix_third_party_libs_list
Fix third-party system libraries list in ActiveStorage::Preview [ci skip]
Diffstat (limited to 'activestorage/app/models')
-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.