Skip to content

Commit

Permalink
Fix documentation badge
Browse files Browse the repository at this point in the history
  • Loading branch information
christophhagen authored Jul 19, 2022
1 parent ae4cf2c commit 924c56b
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
@@ -1,7 +1,7 @@
# BinaryCodable

[![Tests](https://github.com/christophhagen/BinaryCodable/actions/workflows/tests.yml/badge.svg)](https://github.com/christophhagen/BinaryCodable/actions/workflows/tests.yml)
[![Docs](https://github.com/christophhagen/BinaryCodable/blob/documentation/docs/badge.svg)](https://christophhagen.de/projects/software/codable/docs/index.html)
[![Docs](https://github.com/christophhagen/BinaryCodable/blob/master/docs/badge.svg)](https://christophhagen.de/projects/software/codable/docs/index.html)

This package provides convenient encoding and decoding to/from binary data for all Swift `Codable` types. It also provides limited cross-compatibility to [Google Protocol Buffers](https://developers.google.com/protocol-buffers).

Expand Down

0 comments on commit 924c56b

Please sign in to comment.