Skip to content

Commit 3f4839e

Browse files
committed
refactor: Move to new zmk.dev domain name.
1 parent ba45aaa commit 3f4839e

9 files changed

+27
-27
lines changed

CODE_OF_CONDUCT.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ representative at an online or offline event.
6060

6161
Instances of abusive, harassing, or otherwise unacceptable behavior may be
6262
reported to the community leaders responsible for enforcement at
63-
conduct@zmkfirmware.dev.
63+
conduct@zmk.dev.
6464
All complaints will be reviewed and investigated promptly and fairly.
6565

6666
All community leaders are obligated to respect the privacy and security of the

CONTRIBUTING.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ you have any questions, please come join us on the
77
## Code of Conduct
88

99
All community members are expected to abide by the [Code of Conduct][code-of-conduct].
10-
For any and all conduct inquiries or concerns, please contact conduct@zmkfirmware.dev.
10+
For any and all conduct inquiries or concerns, please contact conduct@zmk.dev.
1111

1212
[code-of-conduct]: https://github.com/zmkfirmware/zmk/blob/main/CODE_OF_CONDUCT.md
1313

@@ -35,8 +35,8 @@ ZMK project.
3535

3636
### Before Submitting a Report
3737

38-
- Review the [Frequently Asked Questions](https://zmkfirmware.dev/docs/faq).
39-
- Check the [Troubleshooting Guide](https://zmkfirmware.dev/docs/troubleshooting) for answers.
38+
- Review the [Frequently Asked Questions](https://zmk.dev/docs/faq).
39+
- Check the [Troubleshooting Guide](https://zmk.dev/docs/troubleshooting) for answers.
4040
- Search the [open issues](https://github.com/zmkfirmware/zmk/issues) for an existing report that
4141
matches your problem.
4242

@@ -47,10 +47,10 @@ To open a report:
4747
- Head to https://github.com/zmkfirmware/zmk/issues/new
4848
- Provide an accurate summary of the issue in the title.
4949
- Provide as much detail as you can about the issue including:
50-
- What [board/shield](https://zmkfirmware.dev/docs/faq#what-is-a-board) you are using.
50+
- What [board/shield](https://zmk.dev/docs/faq#what-is-a-board) you are using.
5151
- A link to the user repository, if you used it to build your firmware.
5252
- Exact steps to reproduce the problem.
53-
- Any relevant screenshots or [logs](https://zmkfirmware.dev/docs/dev-guide-usb-logging)
53+
- Any relevant screenshots or [logs](https://zmk.dev/docs/dev-guide-usb-logging)
5454

5555
## Testing
5656

@@ -91,7 +91,7 @@ You can setup git to run prettier automatically when you commit by installing th
9191
### Development Setup
9292

9393
To get your development environment setup going, start at the
94-
[basic setup](https://zmkfirmware.dev/docs/dev-setup) docs, and make sure you can build and flash
94+
[basic setup](https://zmk.dev/docs/dev-setup) docs, and make sure you can build and flash
9595
your own locally built firmware.
9696

9797
### Formatting
@@ -124,4 +124,4 @@ When opening a pull request with your changes, please:
124124
- Requested testing by reviewers or testers.
125125
- Screenshots or logs that support understanding the change.
126126

127-
[discord-invite]: https://zmkfirmware.dev/community/discord/invite
127+
[discord-invite]: https://zmk.dev/community/discord/invite

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Zephyr™ Mechanical Keyboard (ZMK) Firmware
22

3-
[![Discord](https://img.shields.io/discord/719497620560543766)](https://zmkfirmware.dev/community/discord/invite)
3+
[![Discord](https://img.shields.io/discord/719497620560543766)](https://zmk.dev/community/discord/invite)
44
[![Build](https://github.com/zmkfirmware/zmk/workflows/Build/badge.svg)](https://github.com/zmkfirmware/zmk/actions)
55
[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-v2.0%20adopted-ff69b4.svg)](CODE_OF_CONDUCT.md)
66

7-
[ZMK Firmware](https://zmkfirmware.dev/) is an open source (MIT) keyboard firmware built on the [Zephyr™ Project](https://www.zephyrproject.org/) Real Time Operating System (RTOS). ZMK's goal is to provide a modern, wireless, and powerful firmware free of licensing issues.
7+
[ZMK Firmware](https://zmk.dev/) is an open source (MIT) keyboard firmware built on the [Zephyr™ Project](https://www.zephyrproject.org/) Real Time Operating System (RTOS). ZMK's goal is to provide a modern, wireless, and powerful firmware free of licensing issues.
88

9-
Check out the website to learn more: https://zmkfirmware.dev/
9+
Check out the website to learn more: https://zmk.dev/
1010

11-
You can also come join our [ZMK Discord Server](https://zmkfirmware.dev/community/discord/invite)
11+
You can also come join our [ZMK Discord Server](https://zmk.dev/community/discord/invite)
1212

13-
To review features, check out the [feature overview](https://zmkfirmware.dev/docs/). ZMK is under active development, and new features are listed with the [enhancement label](https://github.com/zmkfirmware/zmk/issues?q=is%3Aissue+is%3Aopen+label%3Aenhancement) in GitHub. Please feel free to add 👍 to the issue description of any requests to upvote the feature.
13+
To review features, check out the [feature overview](https://zmk.dev/docs/). ZMK is under active development, and new features are listed with the [enhancement label](https://github.com/zmkfirmware/zmk/issues?q=is%3Aissue+is%3Aopen+label%3Aenhancement) in GitHub. Please feel free to add 👍 to the issue description of any requests to upvote the feature.

docs/blog/2020-09-21-zmk-sotf-2.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,16 @@ Hacktoberfest activity, and a current open call for community feedback on a ZMK
1616

1717
So much going on in ZMK!
1818

19-
- Added a new generic [Hold Tap behavior](https://zmkfirmware.dev/docs/behaviors/hold-tap)
19+
- Added a new generic [Hold Tap behavior](https://zmk.dev/docs/behaviors/hold-tap)
2020
in [#146](https://github.com/zmkfirmware/zmk/pull/146) which now powers mod-tap, layer-tap, etc. - [okke-formsma]
21-
- [BLE profile/connection management](https://zmkfirmware.dev/docs/behaviors/bluetooth)
21+
- [BLE profile/connection management](https://zmk.dev/docs/behaviors/bluetooth)
2222
in [#133](https://github.com/zmkfirmware/zmk/pull/133) - [petejohanson]
2323
- Integration tests were added to automate testing of behaviors in [#131](https://github.com/zmkfirmware/zmk/pull/131) by [BrainWart] & [petejohanson]
24-
- [Toggle layer behavior](https://zmkfirmware.dev/docs/behaviors/layers#toggle-layer), e.g. `&tog LOWER`, in
24+
- [Toggle layer behavior](https://zmk.dev/docs/behaviors/layers#toggle-layer), e.g. `&tog LOWER`, in
2525
[#98](https://github.com/zmkfirmware/zmk/pull/98) - [BrainWart]
2626
- Key fix for dropped press/release over HID [#93](https://github.com/zmkfirmware/zmk/pull/93)/[#96](https://github.com/zmkfirmware/zmk/pull/96) - [careyk007](https://github.com/careyk007) & [petejohanson]
2727
- Code formatting standardized using `clang-format` in [#183](https://github.com/zmkfirmware/zmk/pull/183) - [petejohanson]
28-
- [Bootloader reset behavior](https://zmkfirmware.dev/docs/behaviors/reset#bootloader-reset), e.g. `&bootloader`, in [#116](https://github.com/zmkfirmware/zmk/pull/116) - [petejohanson]
28+
- [Bootloader reset behavior](https://zmk.dev/docs/behaviors/reset#bootloader-reset), e.g. `&bootloader`, in [#116](https://github.com/zmkfirmware/zmk/pull/116) - [petejohanson]
2929
- Various bug fixes and documentation
3030

3131
## New Shields

docs/docs/faq.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -82,19 +82,19 @@ Currently, ZMK only supports wireless split, but wired split is possible and we
8282

8383
### What bootloader does ZMK use?
8484

85-
ZMK isn’t designed for any particular bootloader, and supports flashing different boards with different flash utilities (e.g. OpenOCD, nrfjprog, etc.). So if you have any difficulties, please let us know on [Discord](https://zmkfirmware.dev/community/discord/invite)!
85+
ZMK isn’t designed for any particular bootloader, and supports flashing different boards with different flash utilities (e.g. OpenOCD, nrfjprog, etc.). So if you have any difficulties, please let us know on [Discord](https://zmk.dev/community/discord/invite)!
8686

8787
### Can I contribute?
8888

8989
Of course! Please use the developer [documentation](/docs) to get started!
9090

9191
### I have an idea! What should I do?
9292

93-
Please join us on [Discord](https://zmkfirmware.dev/community/discord/invite) and discuss it with us!
93+
Please join us on [Discord](https://zmk.dev/community/discord/invite) and discuss it with us!
9494

9595
### I want to add a new keyboard! What should I do?
9696

97-
The exact process for the management of all the possible hardware is still being finalized, but any developer looking to contribute new keyboard definitions should chat with us on [Discord](https://zmkfirmware.dev/community/discord/invite) to get started.
97+
The exact process for the management of all the possible hardware is still being finalized, but any developer looking to contribute new keyboard definitions should chat with us on [Discord](https://zmk.dev/community/discord/invite) to get started.
9898

9999
### Does ZMK have a Code of Conduct?
100100

docs/docs/hardware.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ In addition to the basic keyboard functionality, there is some initial support f
4949
- OLEDs
5050
- RGB Underglow
5151

52-
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).
52+
Until detailed documentation is available, feel free to ask questions about how these are supported in the [Discord server](https://zmk.dev/community/discord/invite).
5353

5454
## Contributing
5555

docs/docs/troubleshooting.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sidebar_title: Troubleshooting
55

66
### Summary
77

8-
The following page provides suggestions for common errors that may occur during firmware compilation. If the information provided is insufficient to resolve the issue, feel free to seek out help from the [ZMK Discord](https://zmkfirmware.dev/community/discord/invite).
8+
The following page provides suggestions for common errors that may occur during firmware compilation. If the information provided is insufficient to resolve the issue, feel free to seek out help from the [ZMK Discord](https://zmk.dev/community/discord/invite).
99

1010
### File Transfer Error
1111

docs/docs/user-setup.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -68,21 +68,21 @@ values={[
6868
<TabItem value="curl">
6969

7070
```
71-
bash -c "$(curl -fsSL https://zmkfirmware.dev/setup.sh)"
71+
bash -c "$(curl -fsSL https://zmk.dev/setup.sh)"
7272
```
7373

7474
</TabItem>
7575
<TabItem value="wget">
7676

7777
```
78-
bash -c "$(wget https://zmkfirmware.dev/setup.sh -O -)" '' --wget
78+
bash -c "$(wget https://zmk.dev/setup.sh -O -)" '' --wget
7979
```
8080

8181
</TabItem>
8282
<TabItem value="PowerShell">
8383

8484
```
85-
iex ((New-Object System.Net.WebClient).DownloadString('https://zmkfirmware.dev/setup.ps1'))
85+
iex ((New-Object System.Net.WebClient).DownloadString('https://zmk.dev/setup.ps1'))
8686
```
8787

8888
</TabItem>

docs/docusaurus.config.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ const path = require("path");
33
module.exports = {
44
title: "ZMK Firmware",
55
tagline: "Modern, open source keyboard firmware",
6-
url: "https://zmkfirmware.dev",
6+
url: "https://zmk.dev",
77
baseUrl: "/",
88
favicon: "img/favicon.ico",
99
organizationName: "zmkfirmware", // Usually your GitHub org/user name.
@@ -70,7 +70,7 @@ module.exports = {
7070
{
7171
label: "Discord",
7272
href:
73-
(process.env.URL || "https://zmkfirmware.dev") +
73+
(process.env.URL || "https://zmk.dev") +
7474
"/community/discord/invite",
7575
},
7676
{

0 commit comments

Comments
 (0)