aboutsummaryrefslogtreecommitdiffstats
path: root/public/vendor
diff options
context:
space:
mode:
authorLunny Xiao <xiaolunwen@gmail.com>2020-01-22 02:07:34 +0800
committerzeripath <art27@cantab.net>2020-01-21 18:07:34 +0000
commitad3a9577a8bdcfd38d14f07aa27e6010fd9cb0e6 (patch)
tree2cd388a020750142d14f597c10461e06b1de69bc /public/vendor
parent2982afe6b498f9d61bd48407c5408299a1cbbc60 (diff)
downloadgitea-ad3a9577a8bdcfd38d14f07aa27e6010fd9cb0e6.tar.gz
gitea-ad3a9577a8bdcfd38d14f07aa27e6010fd9cb0e6.zip
fix wrong font url on semantic-ui (#9917)
Co-authored-by: Lauris BH <lauris@nix.lv>
Diffstat (limited to 'public/vendor')
-rw-r--r--public/vendor/VERSIONS2
-rw-r--r--public/vendor/librejs.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/public/vendor/VERSIONS b/public/vendor/VERSIONS
index 66cbdc3008..7593f31491 100644
--- a/public/vendor/VERSIONS
+++ b/public/vendor/VERSIONS
@@ -11,7 +11,7 @@ Version: 3.4.1
File(s): /vendor/plugins/jquery-migrate/jquery-migrate.min.js
Version: 3.0.1
-File(s): /vendor/plugins/fomantic/semantic.min.js
+File(s): /fomantic/semantic.min.js
Version: 2.8.2
File(s): /vendor/plugins/clipboard/clipboard.min.js
diff --git a/public/vendor/librejs.html b/public/vendor/librejs.html
index 0766b8ad64..ddaa8034f8 100644
--- a/public/vendor/librejs.html
+++ b/public/vendor/librejs.html
@@ -26,7 +26,7 @@
<td><a href="https://code.jquery.com/jquery-migrate-3.1.0.min.js">jquery-migrate-3.1.0.min.js</a></td>
</tr>
<tr>
- <td><a href="./plugins/fomantic/semantic.min.js">semantic.min.js</a></td>
+ <td><a href="../fomantic/semantic.min.js">semantic.min.js</a></td>
<td><a href="https://github.com/fomantic/Fomantic-UI/blob/master/LICENSE.md">Expat</a></td>
<td><a href="https://github.com/fomantic/Fomantic-UI/archive/2.8.2.tar.gz">Fomantic-UI-2.8.2.tar.gz</a></td>
</tr>