Skip to content

Commit

Permalink
fix vs marketplace and license badges (#171)
Browse files Browse the repository at this point in the history
* fix vs marketplace and license badges

* switch branch for license badge source

* switch license badge type
  • Loading branch information
Dando18 authored Dec 3, 2024
1 parent dd2126e commit 7115ece
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<b>A dashboard for interacting with the Slurm workload manager in VSCode. It allows
you to see running jobs, cancel jobs, submit new jobs, and more.</b>

[![Visual Studio Code](https://img.shields.io/badge/--007ACC?logo=visual%20studio%20code&logoColor=ffffff)](https://marketplace.visualstudio.com/items?itemName=danielnichols.slurm-dashboard)&nbsp;[![Visual Studio Marketplace Downloads](https://img.shields.io/visual-studio-marketplace/d/danielnichols.slurm-dashboard)](https://marketplace.visualstudio.com/items?itemName=danielnichols.slurm-dashboard)&nbsp;[![GitHub release (with filter)](https://img.shields.io/github/v/release/Dando18/slurm-dashboard)](https://github.com/Dando18/slurm-dashboard/releases)&nbsp;[![GitHub license](https://badgen.net/github/license/Dando18/slurm-dashboard)](https://github.com/Dando18/slurm-dashboard/blob/main/LICENSE)&nbsp;[![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/Dando18/slurm-dashboard/.github%2Fworkflows%2Fci.yaml?logo=github&label=ci)](https://github.com/Dando18/slurm-dashboard/actions/workflows/ci.yaml)&nbsp;[![codecov](https://codecov.io/gh/Dando18/slurm-dashboard/graph/badge.svg?token=8A3X8EB2L9)](https://codecov.io/gh/Dando18/slurm-dashboard)
[![Visual Studio Marketplace Downloads](https://img.shields.io/visual-studio-marketplace/d/danielnichols.slurm-dashboard)](https://marketplace.visualstudio.com/items?itemName=danielnichols.slurm-dashboard)&nbsp;[![GitHub release (with filter)](https://img.shields.io/github/v/release/Dando18/slurm-dashboard)](https://github.com/Dando18/slurm-dashboard/releases)&nbsp;[![GitHub license](https://img.shields.io/github/license/Dando18/slurm-dashboard)](https://github.com/Dando18/slurm-dashboard/blob/develop/LICENSE.md)&nbsp;[![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/Dando18/slurm-dashboard/.github%2Fworkflows%2Fci.yaml?logo=github&label=ci)](https://github.com/Dando18/slurm-dashboard/actions/workflows/ci.yaml)&nbsp;[![codecov](https://codecov.io/gh/Dando18/slurm-dashboard/graph/badge.svg?token=8A3X8EB2L9)](https://codecov.io/gh/Dando18/slurm-dashboard)

## Features

Expand Down

0 comments on commit 7115ece

Please sign in to comment.