diff options
| -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> |
