Skip to content

Commit 8a5530c

Browse files
committed
fix links to SPI
1 parent cc5493d commit 8a5530c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
A Swift library for interacting with [Amazon Bedrock](https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-bedrock.html) foundation models.
44

5-
📖 **[Complete Documentation](https://swiftpackageindex.com/build-on-aws/swift-bedrock-library/documentation)** - Comprehensive guides and API reference
5+
📖 **[Complete Documentation](https://swiftpackageindex.com/build-on-aws/swift-bedrock-library)** - Comprehensive guides and API reference
66

77
## TL;DR - Quick Start
88

@@ -27,7 +27,7 @@ Add to your `Package.swift`:
2727

2828
```swift
2929
dependencies: [
30-
.package(url: "https://github.com/build-on-aws/swift-bedrock-library.git", branch: "main")
30+
.package(url: "https://github.com/build-on-aws/swift-bedrock-library.git", from: "1.5.0")
3131
],
3232
targets: [
3333
.target(
@@ -43,7 +43,7 @@ Requires: `platforms: [.macOS(.v15), .iOS(.v18), .tvOS(.v18)]`
4343

4444
## Documentation
4545

46-
📖 **[Complete Documentation](https://swiftpackageindex.com/build-on-aws/swift-bedrock-library/documentation)** - Comprehensive guides and API reference
46+
📖 **[Complete Documentation](https://swiftpackageindex.com/build-on-aws/swift-bedrock-library)** - Comprehensive guides and API reference
4747

4848
Key topics:
4949
- [Authentication](https://swiftpackageindex.com/build-on-aws/swift-bedrock-library/documentation/bedrockservice/authentication) - Configure AWS credentials

0 commit comments

Comments
 (0)