Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix download link to current URL #77

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions doc/install.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ <h2 id="download">Goディストリビューションのダウンロード</h2>
</p>

<p>
<a href="https://code.google.com/p/go/wiki/Downloads?tm=2" target="_blank">
<a href="https://golang.org/dl/" target="_blank">
公式バイナリディストリビューション</a>は32ビット(<code>386</code>)、64ビット(<code>amd64</code>)x86プロセッサアーキテクチャのFreeBSD(release 8以降)、Linux、Mac OS X(Snow Leopard以降)、Windowsオペレーティングシステムに対応しています。
</p>

Expand Down Expand Up @@ -60,7 +60,7 @@ <h2 id="install">Goツールのインストール</h2>
<h3 id="tarball">Linux、Mac OS X、FreeBSD tarball</h3>

<p>
<a href="https://code.google.com/p/go/wiki/Downloads?tm=2">アーカイブをダウンロード</a>し、<code>/usr/local</code>に解凍してGoツリーを<code>/usr/local/go</code>に作成してください。例えば、以下のとおりです。
<a href="https://golang.org/dl/">アーカイブをダウンロード</a>し、<code>/usr/local</code>に解凍してGoツリーを<code>/usr/local/go</code>に作成してください。例えば、以下のとおりです。
</p>

<pre>
Expand Down Expand Up @@ -105,7 +105,7 @@ <h4 id="tarball_non_standard">カスタムの場所へのインストール</h4>
<h3 id="osx">Mac OS Xパッケージインストーラ</h3>

<p>
<a href="https://code.google.com/p/go/wiki/Downloads?tm=2">パッケージファイルをダウンロード</a>し、ファイルを開いてプロンプトにしたがってGoツールをインストールします。パッケージは<code>/usr/local/go</code>にGoディストリビューションをインストールします。
<a href="https://golang.org/dl/">パッケージファイルをダウンロード</a>し、ファイルを開いてプロンプトにしたがってGoツールをインストールします。パッケージは<code>/usr/local/go</code>にGoディストリビューションをインストールします。
</p>

<p>
Expand All @@ -121,7 +121,7 @@ <h3 id="windows">Windows</h3>
<h4 id="windows_msi">MSIインストーラ</h4>

<p>
<a href="https://code.google.com/p/go/wiki/Downloads?tm=2">MSIファイル</a>を開き、プロンプトにしたがってGoツールをインストールしてください。デフォルトでは、<code>c:\Go</code>にGoディストリビューションをインストールします。
<a href="https://golang.org/dl/">MSIファイル</a>を開き、プロンプトにしたがってGoツールをインストールしてください。デフォルトでは、<code>c:\Go</code>にGoディストリビューションをインストールします。
</p>

<p>
Expand All @@ -131,7 +131,7 @@ <h4 id="windows_msi">MSIインストーラ</h4>
<h4 id="windows_zip">zipアーカイブ</h4>

<p>
<a href="https://code.google.com/p/go/wiki/Downloads?tm=2">zipファイルをダウンロード</a>し、任意のディレクトリに解凍します。(<code>c:\Go</code>をお薦めします。)
<a href="https://golang.org/dl/">zipファイルをダウンロード</a>し、任意のディレクトリに解凍します。(<code>c:\Go</code>をお薦めします。)
</p>

<p>
Expand Down