Skip to content

Commit 820d245

Browse files
committed
link to github page instead of SPI
1 parent d8acdde commit 820d245

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 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)** - Comprehensive guides and API reference
5+
📖 **[Complete Documentation](https://build-on-aws.github.io/swift-bedrock-library/documentation/bedrockservice/)** - Comprehensive guides and API reference
66

77
## TL;DR - Quick Start
88

@@ -43,14 +43,14 @@ Requires: `platforms: [.macOS(.v15), .iOS(.v18), .tvOS(.v18)]`
4343

4444
## Documentation
4545

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

4848
Key topics:
49-
- [Authentication](https://swiftpackageindex.com/build-on-aws/swift-bedrock-library/documentation/bedrockservice/authentication) - Configure AWS credentials
50-
- [Converse API](https://swiftpackageindex.com/build-on-aws/swift-bedrock-library/documentation/bedrockservice/converse) - Conversational AI
51-
- [Image Generation](https://swiftpackageindex.com/build-on-aws/swift-bedrock-library/documentation/bedrockservice/imagegeneration) - Create and modify images
52-
- [Tools](https://swiftpackageindex.com/build-on-aws/swift-bedrock-library/documentation/bedrockservice/tools) - Function calling
53-
- [Streaming](https://swiftpackageindex.com/build-on-aws/swift-bedrock-library/documentation/bedrockservice/streaming) - Real-time responses
49+
- [Authentication](https://build-on-aws.github.io/swift-bedrock-library/documentation/bedrockservice/authentication) - Configure AWS credentials
50+
- [Converse API](https://build-on-aws.github.io/swift-bedrock-library/documentation/bedrockservice/converse) - Conversational AI
51+
- [Image Generation](https://build-on-aws.github.io/swift-bedrock-library/documentation/bedrockservice/imagegeneration) - Create and modify images
52+
- [Tools](https://build-on-aws.github.io/swift-bedrock-library/documentation/bedrockservice/tools) - Function calling
53+
- [Streaming](https://build-on-aws.github.io/swift-bedrock-library/documentation/bedrockservice/streaming) - Real-time responses
5454

5555
## Examples
5656

0 commit comments

Comments
 (0)