Skip to content

Commit e525ac0

Browse files
committed
Convert status badges to clickable links
Signed-off-by: Sahas Subramanian <[email protected]>
1 parent f710f19 commit e525ac0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Frequenz Microgrid Component Graph
22

3-
![Crates.io Version](https://img.shields.io/crates/v/frequenz-microgrid-component-graph) ![docs.rs](https://img.shields.io/docsrs/frequenz-microgrid-component-graph)
3+
[<img alt="docs.rs" src="https://img.shields.io/docsrs/frequenz-microgrid-component-graph">](https://docs.rs/frequenz-microgrid-component-graph)
4+
[<img alt="Crates.io" src="https://img.shields.io/crates/v/frequenz-microgrid-component-graph">](https://crates.io/crates/frequenz-microgrid-component-graph)
45

56
This is a library for representing the components of a microgrid and the
67
connections between them as a Directed Acyclic Graph (DAG).

0 commit comments

Comments
 (0)