Skip to content

Commit

Permalink
Update repo links
Browse files Browse the repository at this point in the history
  • Loading branch information
zvecr committed Dec 26, 2020
1 parent 8371e51 commit 20a169c
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<p align="center">
<a class="button" href="https://github.com/zvecr/qmk_distro_msys/releases">Latest Version →</a>
<a class="button" href="https://github.com/qmk/qmk_distro_msys/releases">Latest Version →</a>
</p>
2 changes: 1 addition & 1 deletion docs/dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://github.com/zvecr/qmk_distro_msys/issues>, with any details you can provide.
Otherwise raise an issue at <https://github.com/qmk/qmk_distro_msys/issues>, with any details you can provide.

## Documentation

Expand Down
2 changes: 1 addition & 1 deletion docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
2 changes: 1 addition & 1 deletion docs/guide.md
Original file line number Diff line number Diff line change
@@ -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)
<img :src="$withBase('/install.png')" alt="install example" width="70%">
1. Open the `QMK MSYS` shortcut
<img :src="$withBase('/shortcut.png')" alt="shortcut example" width="70%">
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "qmk_distro_msys",
"description": "The one-click installer for MSYS2 + QMK CLI",
"repository": "[email protected]:zvecr/qmk_distro_msys.git",
"repository": "[email protected]:qmk/qmk_distro_msys.git",
"author": "zvecr <[email protected]>",
"devDependencies": {
"vuepress": "^1.7.1",
Expand Down

0 comments on commit 20a169c

Please sign in to comment.