We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0f56ad commit bea2a42Copy full SHA for bea2a42
src/pages/installation-scripts.mdx
@@ -29,7 +29,7 @@ import CodeBlock from '@theme/CodeBlock';
29
<TabItem value="windows" label="Windows">
30
31
- Paste the following lines in a terminal
32
-<CodeBlock language="powershell">{"powershell -ExecutionPolicy ByPass -c \"irm https://github.com/dora-rs/dorareleases/latest/download/dora-cli-installer.ps1 | iex\""}</CodeBlock>
+<CodeBlock language="powershell">{"powershell -ExecutionPolicy ByPass -c \"irm https://github.com/dora-rs/dora/releases/latest/download/dora-cli-installer.ps1 | iex\""}</CodeBlock>
33
- If you use VSCode, make sure to restart VSCode for the change to happen.
34
35
</TabItem>
0 commit comments