Skip to content

Commit

Permalink
サイト移動に伴うリリース物に記載の URL 変更
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshinrt committed Nov 6, 2020
1 parent 02eaecd commit f1968b9
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions vsd_filter/installer/VSD_installer.hta
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ function Caption(){
'vsd_plugins\\_user_config.js 以外は上書きされます.<br/>' :
'「インストール開始」を押すと,' +
'<a href="http://spring-fragrance.mints.ne.jp/aviutl/">AviUtl</a>, ' +
'<a href="https://sites.google.com/site/vsdforgps/home/vsd-for-gps">VSD for GPS</a>,' +
'<a href="https://yoshinrt.github.io/vsd/">VSD for GPS</a>,' +
'<a href="http://pop.4-bit.jp/">L-SMASH Woks</a>,' +
'<a href="https://osdn.jp/projects/ffdshow-tryout/">ffdshow</a>' +
' がインストールされます.<br/>'
Expand Down Expand Up @@ -146,7 +146,7 @@ function InstallSub(){
if( !document.form1.no_ffdshow.checked ){
Log( "<hr />ffdshow のインストールを開始します" );

Download( "https://sites.google.com/site/vsdforgps/home/sono-ta/ffdshow_rev3631_20101115_clsid.exe_?attredirects=0&d=1", WorkPath + "\\ffdshow_rev3631_20101115_clsid.exe" );
Download( "https://github.com/yoshinrt/vsd/releases/download/release_r986/ffdshow_rev3631_20101115_clsid.exe", WorkPath + "\\ffdshow_rev3631_20101115_clsid.exe" );
WshShell.Run(
'"' + WorkPath + '\\ffdshow_rev3631_20101115_clsid.exe"',
4, 1
Expand All @@ -163,8 +163,8 @@ function InstallSub(){
}

Log( "<hr />★★★インストールが完了しました.★★★" );
Log( 'Web ブラウザの「<a href="https://sites.google.com/site/vsdforgps/home/vsd-for-gps/install">インストール・初期設定手順</a>」にしたがって,初期設定を行ってください.' );
ShellApp.ShellExecute( "https://sites.google.com/site/vsdforgps/home/vsd-for-gps/install" );
Log( 'Web ブラウザの「<a href="https://yoshinrt.github.io/vsd/install">インストール・初期設定手順</a>」にしたがって,初期設定を行ってください.' );
ShellApp.ShellExecute( "https://yoshinrt.github.io/vsd/install" );
}

function Update(){
Expand Down
2 changes: 1 addition & 1 deletion vsd_filter/vsd_plugins/_user_config.js.sample
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ GEAR_RATIO = [
REV_LIMIT = 6500;

// Google マップ・ストリートビュー画像取得のための API キーを設定します.
// 参考: https://sites.google.com/site/vsdforgps/home/vsd-for-gps/install#GoogleAPIKey
// 参考: https://yoshinrt.github.io/vsd/install#GoogleAPIKey
GoogleAPIKey = [
// "AIzaSyABCDEFGHIJKLMNOPQRSTUVWXYZabcdefg", // 例
"",
Expand Down
2 changes: 1 addition & 1 deletion vsd_filter/vsd_plugins/google_maps.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ function Initialize(){
MB_OKCANCEL | MB_ICONINFORMATION
) == IDOK ){
var WshShell = new ActiveXObject( "WScript.Shell" );
WshShell.Run( "cmd /c start https://sites.google.com/site/vsdforgps/home/vsd-for-gps/install#GoogleAPIKey" );
WshShell.Run( "cmd /c start https://yoshinrt.github.io/vsd/install#GoogleAPIKey" );
}
}

Expand Down
2 changes: 1 addition & 1 deletion vsd_filter/vsd_plugins/streetview.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ function Initialize(){
MB_OKCANCEL | MB_ICONINFORMATION
) == IDOK ){
var WshShell = new ActiveXObject( "WScript.Shell" );
WshShell.Run( "cmd /c start https://sites.google.com/site/vsdforgps/home/vsd-for-gps/install#GoogleAPIKey" );
WshShell.Run( "cmd /c start https://yoshinrt.github.io/vsd/install#GoogleAPIKey" );
}
}

Expand Down

0 comments on commit f1968b9

Please sign in to comment.