diff --git a/README.md b/README.md index d0ab7e5..93b501e 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ > The one-click installer for MSYS2 + QMK CLI -[![Current Version](https://img.shields.io/github/tag/zvecr/qmk_distro_msys.svg)](https://github.com/zvecr/qmk_distro_msys/tags) -![Build Status](https://github.com/zvecr/qmk_distro_msys/workflows/CI/badge.svg) +[![Current Version](https://img.shields.io/github/tag/qmk/qmk_distro_msys.svg)](https://github.com/qmk/qmk_distro_msys/tags) +![Build Status](https://github.com/qmk/qmk_distro_msys/workflows/CI/badge.svg) [![Discord](https://img.shields.io/discord/440868230475677696.svg?logo=discord&color=7289DA)](https://discord.gg/Uq7gcHh) # STATUS: BETA - USE AT YOUR OWN RISK @@ -16,7 +16,7 @@ Bundling MSYS2 + QMK CLI together, this installer package aims to give you a QMK ![terminal example](./docs/.vuepress/public/terminal.png) -1. Install the [latest release](https://github.com/zvecr/qmk_distro_msys/releases) +1. Install the [latest release](https://github.com/qmk/qmk_distro_msys/releases) 1. Open the `QMK MSYS` shortcut 1. Run [`qmk setup`](https://docs.qmk.fm/#/newbs_getting_started?id=set-up-qmk) 1. Run [`qmk compile`](https://docs.qmk.fm/#/newbs_getting_started?id=_4-test-your-build-environment) diff --git a/docs/README.md b/docs/README.md index 066e594..48f338b 100644 --- a/docs/README.md +++ b/docs/README.md @@ -13,5 +13,5 @@ Want to get started with [QMK Firmware](https://qmk.fm) quickly? Running Windows Bundling MSYS2 + QMK CLI together, this installer package aims to give you a QMK build environment with as little effort as possible.

- Latest Version → + Latest Version →

diff --git a/docs/dev.md b/docs/dev.md index d76cdad..4091df6 100644 --- a/docs/dev.md +++ b/docs/dev.md @@ -10,7 +10,7 @@ Found something that is broken or could be improved? The best place to get quick support is going to be on our [Discord](https://discord.gg/Uq7gcHh). There is usually somebody online, and there are a bunch of very helpful people there. -Otherwise raise an issue at , with any details you can provide. +Otherwise raise an issue at , with any details you can provide. ## Documentation diff --git a/docs/faq.md b/docs/faq.md index 9b25f65..b267de1 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -11,7 +11,7 @@ Anything available to MSYS2 can also installed to QMK MSYS. For more details, re ## How do I keep my environment up to date? Periodic updates will be available to cover both major MSYS2, and QMK CLI updates. Installing the -[most recent release](https://github.com/zvecr/qmk_distro_msys/releases) will ensure you have the latest requirements to build QMK firmware. +[most recent release](https://github.com/qmk/qmk_distro_msys/releases) will ensure you have the latest requirements to build QMK firmware. Interim updates have to be performed manually. This can done within the terminal by running the following commands: diff --git a/docs/guide.md b/docs/guide.md index fded207..b6de2e2 100644 --- a/docs/guide.md +++ b/docs/guide.md @@ -1,6 +1,6 @@ # Getting Started -1. Install the [latest release](https://github.com/zvecr/qmk_distro_msys/releases) +1. Install the [latest release](https://github.com/qmk/qmk_distro_msys/releases) install example 1. Open the `QMK MSYS` shortcut shortcut example diff --git a/package.json b/package.json index 2d29be9..e0bc236 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "qmk_distro_msys", "description": "The one-click installer for MSYS2 + QMK CLI", - "repository": "git@github.com:zvecr/qmk_distro_msys.git", + "repository": "git@github.com:qmk/qmk_distro_msys.git", "author": "zvecr ", "devDependencies": { "vuepress": "^1.7.1",