Skip to content

Commit

Permalink
Fix documentation links in README (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mordil authored Jan 8, 2025
1 parent f5e6101 commit 5ee7785
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Swift Currency

[![MIT License](https://img.shields.io/badge/License-MIT-yellow.svg)](https://github.com/peek-travel/swift-currency/blob/master/LICENSE.txt)
![Documentation Badge](https://img.shields.io/badge/Documentation-gray?style=flat&logo=gitbook&link=https%3A%2F%2Fswiftpackageindex.com%2Fpeek-travel%2Fswift-currency%2Fmain%2Fdocumentation%2Fcurrency)
[![Documentation Badge](https://img.shields.io/badge/Documentation-gray?style=flat&logo=gitbook)
](https://swiftpackageindex.com/peek-travel/swift-currency/main/documentation/currency)

[![Swift Compatability](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Fpeek-travel%2Fswift-currency%2Fbadge%3Ftype%3Dswift-versions)](https://swiftpackageindex.com/peek-travel/swift-currency)
[![Platform Compatability](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Fpeek-travel%2Fswift-currency%2Fbadge%3Ftype%3Dplatforms)](https://swiftpackageindex.com/peek-travel/swift-currency)
Expand Down Expand Up @@ -42,7 +43,7 @@ print("Der Gesamtpreis beträgt \(localize: euro, for: .init(identifier: "de_DE"
// "Der Gesamtpreis beträgt 29,09 €."
```
> _For more detailed examples, see the [usage guide](./docs/Usage.md)._
> _For more detailed examples, see the [documentation](https://swiftpackageindex.com/peek-travel/swift-currency/main/documentation/currency)._
## Language and Platform Support
Expand Down

0 comments on commit 5ee7785

Please sign in to comment.