Skip to content

Commit

Permalink
docs: update readme links
Browse files Browse the repository at this point in the history
Signed-off-by: Marko Kungla <[email protected]>
  • Loading branch information
mkungla committed Mar 20, 2023
1 parent 3867f53 commit cdaab49
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,15 @@ Go implementation of Brace Expansion mechanism to generate arbitrary strings.
Implementing: [3.5.1 Brace Expansion][bash-be]

[![PkgGoDev](https://pkg.go.dev/badge/github.com/happy-sdk/bexp)](https://pkg.go.dev/github.com/happy-sdk/bexp)
![license](https://img.shields.io/github/license/mkungla/bexp)
![GitHub last commit](https://img.shields.io/github/last-commit/mkungla/bexp)
![license](https://img.shields.io/github/license/happy-sdk/bexp)
![GitHub last commit](https://img.shields.io/github/last-commit/happy-sdk/bexp)
[![Mentioned in Awesome Go](https://awesome.re/mentioned-badge.svg)](https://github.com/avelino/awesome-go)

![tests](https://github.com/mkungla/bexp/workflows/tests/badge.svg)
![tests](https://github.com/happy-sdk/bexp/workflows/tests/badge.svg)
[![Go Report Card](https://goreportcard.com/badge/github.com/happy-sdk/bexp)](https://goreportcard.com/report/github.com/happy-sdk/bexp)
[![Coverage Status](https://coveralls.io/repos/github/mkungla/bexp/badge.svg?branch=main)](https://coveralls.io/github/mkungla/bexp?branch=main)

[![benchmarks](https://github.com/mkungla/bexp/workflows/benchmarks/badge.svg)](https://dashboard.bencher.orijtech.com/graphs?tab=1&branch=&repo=https%3A%2F%2Fgithub.com%2Fmkungla%2Fbexp.git&start=1670554071&end=1671158871&searchTerm=&yScale=linear&highlight=)
<!-- ![GitHub all releases](https://img.shields.io/github/downloads/mkungla/bexp/total) -->
[![Coverage Status](https://coveralls.io/repos/github/happy-sdk/bexp/badge.svg?branch=main)](https://coveralls.io/github/happy-sdk/bexp?branch=main)

<!-- [![benchmarks](https://github.com/mkungla/bexp/workflows/benchmarks/badge.svg)](https://dashboard.bencher.orijtech.com/graphs?tab=1&branch=&repo=https%3A%2F%2Fgithub.com%2Fmkungla%2Fbexp.git&start=1670554071&end=1671158871&searchTerm=&yScale=linear&highlight=) -->


- [Bash Brace Expansion in Go](#bash-brace-expansion-in-go)
Expand Down

0 comments on commit cdaab49

Please sign in to comment.