summaryrefslogtreecommitdiff
path: root/docs/cn/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/cn/index.html')
-rw-r--r--docs/cn/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/cn/index.html b/docs/cn/index.html
index 9d2af3559..da2e693a5 100644
--- a/docs/cn/index.html
+++ b/docs/cn/index.html
@@ -53,7 +53,7 @@
<h4 id="curl">使用curl</h4>
-<div class="language-bash highlighter-rouge"><pre class="highlight"><code><span class="gp">$ </span>bash &lt;<span class="o">(</span>curl -fsSL https://raw.githubusercontent.com/tboox/xmake/master/scripts/get.sh<span class="o">)</span>
+<div class="language-bash highlighter-rouge"><pre class="highlight"><code><span class="gp">$ </span>bash &lt;<span class="o">(</span>curl -fsSL https://github.com/tboox/xmake/raw/master/scripts/get.sh<span class="o">)</span>
</code></pre>
</div>
@@ -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">'https://raw.githubusercontent.com/tboox/xmake/master/scripts/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://github.com/tboox/xmake/raw/master/scripts/get.ps1'</span> -UseBasicParsing<span class="o">)</span>.Content
</code></pre>
</div>