From 659c6bf2c4dbb9305d70026d0fdcc9fa89383bd0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Fri, 1 Oct 2021 11:32:16 +0200 Subject: [PATCH] docs: fix link to proper workflow --- README.md | 2 +- docs/getting_started.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5fa3de72..cd0fcd15 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![Build & Test](https://github.com/YannCebron/m68kplugin/workflows/Build%20&%20Test/badge.svg)](https://github.com/YannCebron/m68kplugin/actions?query=workflow%3A%22Build+%26+Test%22) +[![Build](https://github.com/YannCebron/m68kplugin/actions/workflows/build.yml/badge.svg)](https://github.com/YannCebron/m68kplugin/actions/workflows/build.yml) [![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-v2.0%20adopted-ff69b4.svg)](CODE_OF_CONDUCT.md) ## Motorola 68000 Series Assembly Language Support for IntelliJ based IDEs diff --git a/docs/getting_started.md b/docs/getting_started.md index 7058bb3d..2cfa03b0 100644 --- a/docs/getting_started.md +++ b/docs/getting_started.md @@ -19,7 +19,7 @@ This guide uses the following notations to distinguish certain items: ## Installation -There are currently no published releases, snapshot artifacts for [manual installation](https://www.jetbrains.com/help/idea/plugins-settings.html) are available via [GitHub CI](https://github.com/YannCebron/m68kplugin/actions?query=workflow%3A%22Build+%26+Test%22) in IDE version 2020.3 and higher. +There are currently no published releases, snapshot artifacts for [manual installation](https://www.jetbrains.com/help/idea/plugins-settings.html) are available via [GitHub CI](https://github.com/YannCebron/m68kplugin/actions/workflows/build.yml) in IDE version 2020.3 and higher. > 🧐 Not familiar with IntelliJ-based IDEs? See [IntelliJ IDEA - Getting Started](https://www.jetbrains.com/help/idea/getting-started.html).