Skip to content
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.

Commit

Permalink
docs: fix link to proper workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
YannCebron committed Oct 1, 2021
1 parent 9cbde4b commit 659c6bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit 659c6bf

Please sign in to comment.