Skip to content

Commit 1e6fadb

Browse files
update
1 parent b705fc1 commit 1e6fadb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const fs = require('fs'),
1515
licensePage = (function(){
1616
let arr = homepage.split('#');
1717
arr.pop();
18-
arr.push('LICENSE');
18+
arr.push('blob/master/LICENSE');
1919
return arr.join('/');
2020
})(),
2121
license = pkg.license || "",

install/assets/plugins/filemanageropen.tpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* @internal @installset base
1414
* @internal @disabled 0
1515
* @homepage https://github.com/ProjectSoft-STUDIONIONS/evoFileManagerDialog#readme
16-
* @license https://github.com/ProjectSoft-STUDIONIONS/evoFileManagerDialog/LICENSE MIT License (MIT)
16+
* @license https://github.com/ProjectSoft-STUDIONIONS/evoFileManagerDialog/blob/master/LICENSE MIT License (MIT)
1717
* @reportissues https://github.com/ProjectSoft-STUDIONIONS/evoFileManagerDialog/issues
1818
* @author Чернышёв Андрей aka ProjectSoft <projectsoft2009@yandex.ru>
1919
* @lastupdate 2024-02-01
@@ -33,7 +33,7 @@
3333
* @internal @installset base
3434
* @internal @disabled 0
3535
* @homepage https://github.com/ProjectSoft-STUDIONIONS/evoFileManagerDialog#readme
36-
* @license https://github.com/ProjectSoft-STUDIONIONS/evoFileManagerDialog/LICENSE MIT License (MIT)
36+
* @license https://github.com/ProjectSoft-STUDIONIONS/evoFileManagerDialog/blob/master/LICENSE MIT License (MIT)
3737
* @reportissues https://github.com/ProjectSoft-STUDIONIONS/evoFileManagerDialog/issues
3838
* @author Чернышёв Андрей aka ProjectSoft <projectsoft2009@yandex.ru>
3939
* @lastupdate 2024-02-01

0 commit comments

Comments
 (0)