diff --git a/docs/docs/hardware.md b/docs/docs/hardware.md index cab17254..015b21db 100644 --- a/docs/docs/hardware.md +++ b/docs/docs/hardware.md @@ -32,7 +32,7 @@ In addition to the basic keyboard functionality, there is some initial support f - OLEDs - RGB Underglow -Until detailed documentation is available, feel free to ask questions about how these are supported in the [Discord server](/community/discord/invite). +Until detailed documentation is available, feel free to ask questions about how these are supported in the [Discord server](https://zmkfirmware.dev/community/discord/invite). ## Contributing diff --git a/docs/docs/user-setup.md b/docs/docs/user-setup.md index de2f57d5..e90bef80 100644 --- a/docs/docs/user-setup.md +++ b/docs/docs/user-setup.md @@ -61,20 +61,20 @@ values={[ {label: 'Using curl', value: 'curl'}, {label: 'Using wget', value: 'wget'}, ]}> - + ``` sh -c "$(curl -fsSL https://zmkfirmware.dev/setup.sh)" ``` - - + + ``` sh -c "$(wget https://zmkfirmware.dev/setup.sh -O -)" ``` - + ### MCU Board Selection