Skip to content

Commit

Permalink
readme: update documentation link
Browse files Browse the repository at this point in the history
more obvious links to documentation
  • Loading branch information
alexisvisco authored May 7, 2021
2 parents a966af2 + e54fcbf commit c5f22f3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
<p align="center">
<img alt="kcd logo" width="460" height="300" src="./.github/kcd_logo.svg">
<a href='https://alexisvisco.gitbook.io/kcd'>
<img alt="kcd logo" width="460" height="300" src="./.github/kcd_logo.svg"></a>
</p>
<p align="center">
<a href="https://github.com/alexisvisco/kcd/actions">
<img alt="kcd is passing lint and tests" width="93" height="20" src="https://github.com/alexisvisco/kcd/workflows/Go/badge.svg"></a>
<a href="https://goreportcard.com/report/github.com/alexisvisco/kcd">
<img alt="kcd has a a+ report" width="78" height="20" src="https://goreportcard.com/badge/github.com/alexisvisco/kcd"></a>
<a href='https://coveralls.io/github/alexisvisco/kcd?branch=master'>
<img src='https://coveralls.io/repos/github/alexisvisco/kcd/badge.svg?branch=master' alt='Coverage Status' />
</a><a href='https://alexisvisco.gitbook.io/kcd'>
<img src='https://img.shields.io/badge/gitbook-documentation-blue' alt='documentation' /></a>
<img src='https://coveralls.io/repos/github/alexisvisco/kcd/badge.svg?branch=master' alt='Coverage Status' /></a>
<a href='https://alexisvisco.gitbook.io/kcd'>
<img src='https://img.shields.io/badge/gitbook-documentation-blue' alt='documentation' /></a>
</p>

------
Expand Down Expand Up @@ -109,5 +110,4 @@ go get github.com/alexisvisco/[email protected]
- No more code duplication with unmarshalling, verifying, validating, marshalling ...
- You could have one interface for the client and server implementation



[ 📖 Read more...](https://alexisvisco.gitbook.io/kcd)

0 comments on commit c5f22f3

Please sign in to comment.