diff --git a/public/vendor/VERSIONS b/public/vendor/VERSIONS
index 66cbdc300..7593f3149 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 0766b8ad6..ddaa8034f 100644
--- a/public/vendor/librejs.html
+++ b/public/vendor/librejs.html
@@ -26,7 +26,7 @@
jquery-migrate-3.1.0.min.js |
- semantic.min.js |
+ semantic.min.js |
Expat |
Fomantic-UI-2.8.2.tar.gz |
diff --git a/templates/pwa/serviceworker_js.tmpl b/templates/pwa/serviceworker_js.tmpl
index 0f92270b5..31180b769 100644
--- a/templates/pwa/serviceworker_js.tmpl
+++ b/templates/pwa/serviceworker_js.tmpl
@@ -44,7 +44,7 @@ var urlsToCache = [
'{{StaticUrlPrefix}}/img/gitea-lg.png',
// fonts
- '{{StaticUrlPrefix}}/vendor/plugins/fomantic/themes/default/assets/fonts/icons.woff2',
+ '{{StaticUrlPrefix}}/fomantic/themes/default/assets/fonts/icons.woff2',
'{{StaticUrlPrefix}}/vendor/assets/octicons/octicons.woff2?ef21c39f0ca9b1b5116e5eb7ac5eabe6',
'{{StaticUrlPrefix}}/vendor/assets/lato-fonts/lato-v16-latin-regular.woff2',
'{{StaticUrlPrefix}}/vendor/assets/lato-fonts/lato-v16-latin-700.woff2'