Skip to content

Commit

Permalink
Update godoc badges
Browse files Browse the repository at this point in the history
  • Loading branch information
bobheadxi committed May 30, 2018
1 parent 08b60c0 commit 8bdb54b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@
<a href="https://goreportcard.com/report/github.com/ubclaunchpad/inertia">
<img src="https://goreportcard.com/badge/github.com/ubclaunchpad/inertia" alt="Clean code" />
</a>

<a href="https://godoc.org/github.com/ubclaunchpad/inertia">
<img src="https://godoc.org/github.com/golang/gddo?status.svg">
</a>

<a href="https://github.com/ubclaunchpad/inertia/blob/master/.github/CONTRIBUTING.md">
<img src="https://img.shields.io/badge/contributions-welcome-brightgreen.svg" />
</a>

<a href="https://godoc.org/github.com/ubclaunchpad/inertia">
<img src="https://godoc.org/github.com/ubclaunchpad/inertia?status.svg">
</a>

<a href="https://microbadger.com/images/ubclaunchpad/inertia">
<img src="https://img.shields.io/microbadger/image-size/ubclaunchpad/inertia.svg" />
Expand Down
2 changes: 1 addition & 1 deletion client/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Client

[![GoDoc](https://godoc.org/github.com/golang/gddo?status.svg)](https://godoc.org/github.com/ubclaunchpad/inertia/client)
[![GoDoc](https://godoc.org/github.com/ubclaunchpad/inertia?status.svg)](https://godoc.org/github.com/ubclaunchpad/inertia/client)

This package contains Inertia's clientside configuration and interface to remote Inertia daemons. It can be imported for use if you don't like the CLI - for example:

Expand Down
2 changes: 1 addition & 1 deletion daemon/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Daemon

[![GoDoc](https://godoc.org/github.com/golang/gddo?status.svg)](https://godoc.org/github.com/ubclaunchpad/inertia/daemon/)
[![GoDoc](https://godoc.org/github.com/ubclaunchpad/inertia?status.svg)](https://godoc.org/github.com/ubclaunchpad/inertia/daemon/)

This directory contains the Inertia daemon's two components:

Expand Down

0 comments on commit 8bdb54b

Please sign in to comment.