diff options
| author | ruki <[email protected]> | 2017-08-10 14:03:12 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2017-08-10 14:03:12 +0800 |
| commit | e8bf955a51ea91985879419cc5d9a28a5ea1e172 (patch) | |
| tree | 65a2a3be28876f61c1583e724e0fefc6599cf2da | |
| parent | a6feec4d67f507e44ed5c084b8a8641ba37953b2 (diff) | |
update landing
| -rw-r--r-- | docs/cn/index.html | 2 | ||||
| -rw-r--r-- | docs/landing.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/cn/index.html b/docs/cn/index.html index d97623116..f534fdbbb 100644 --- a/docs/cn/index.html +++ b/docs/cn/index.html @@ -65,7 +65,7 @@ <h4 id="powershell">使用powershell</h4> -<div class="language-bash highlighter-rouge"><pre class="highlight"><code><span class="gp">$ </span>Invoke-Expression <span class="o">(</span>Invoke-Webrequest <span class="s1">'http://xmake.io/get.ps1'</span> -UseBasicParsing<span class="o">)</span>.Content +<div class="language-bash highlighter-rouge"><pre class="highlight"><code><span class="gp">$ </span>Invoke-Expression <span class="o">(</span>Invoke-Webrequest <span class="s1">'https://raw.githubusercontent.com/tboox/xmake/master/scripts/get.ps1'</span> -UseBasicParsing<span class="o">)</span>.Content </code></pre> </div> diff --git a/docs/landing.html b/docs/landing.html index 621eba006..8584b5cb6 100644 --- a/docs/landing.html +++ b/docs/landing.html @@ -65,7 +65,7 @@ <h4 id="via-powershell">via powershell</h4> -<div class="language-bash highlighter-rouge"><pre class="highlight"><code><span class="gp">$ </span>Invoke-Expression <span class="o">(</span>Invoke-Webrequest <span class="s1">'http://xmake.io/get.ps1'</span> -UseBasicParsing<span class="o">)</span>.Content +<div class="language-bash highlighter-rouge"><pre class="highlight"><code><span class="gp">$ </span>Invoke-Expression <span class="o">(</span>Invoke-Webrequest <span class="s1">'https://raw.githubusercontent.com/tboox/xmake/master/scripts/get.ps1'</span> -UseBasicParsing<span class="o">)</span>.Content </code></pre> </div> |
