refactor: Move to new zmk.dev domain name.

This commit is contained in:
Peter Johanson
2021-06-09 18:29:33 +00:00
committed by Pete Johanson
parent ba45aaa81b
commit 3f4839ec96
9 changed files with 27 additions and 27 deletions

View File

@@ -68,21 +68,21 @@ values={[
<TabItem value="curl">
```
bash -c "$(curl -fsSL https://zmkfirmware.dev/setup.sh)"
bash -c "$(curl -fsSL https://zmk.dev/setup.sh)"
```
</TabItem>
<TabItem value="wget">
```
bash -c "$(wget https://zmkfirmware.dev/setup.sh -O -)" '' --wget
bash -c "$(wget https://zmk.dev/setup.sh -O -)" '' --wget
```
</TabItem>
<TabItem value="PowerShell">
```
iex ((New-Object System.Net.WebClient).DownloadString('https://zmkfirmware.dev/setup.ps1'))
iex ((New-Object System.Net.WebClient).DownloadString('https://zmk.dev/setup.ps1'))
```
</TabItem>