Skip to content

Commit 48fc40c

Browse files
feat: update API documentation links in README files (#605)
1 parent dd06df9 commit 48fc40c

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

src/cdk-lib/amazonaurora/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ This construct library provides a class that defines a `AmazonAuroraVectorStore`
2828

2929

3030
## API
31-
See the [API documentation](../../../apidocs/modules/amazonaurora.md).
31+
See the [API documentation](../../../apidocs/namespaces/amazonaurora/README.md).
3232

3333
## Amazon Aurora Vector Store
3434

src/cdk-lib/bedrock/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ This construct library includes CloudFormation L1 resources to deploy Bedrock fe
2828
- [Agents](#agents)
2929

3030
## API
31-
See the [API documentation](../../../apidocs/modules/bedrock.md).
31+
See the [API documentation](../../../apidocs/namespaces/bedrock/README.md).
3232

3333
## Knowledge Bases
3434
With Knowledge Bases for Amazon Bedrock, you can give FMs and agents contextual information from your company’s private data sources for Retrieval Augmented Generation (RAG) to deliver more relevant, accurate, and customized responses.

src/cdk-lib/opensearch-vectorindex/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ This construct library provides a resource that creates a vector index on an Ama
2828

2929
## API
3030

31-
See the [API documentation](../../../apidocs/modules/opensearchserverless.md).
31+
See the [API documentation](../../../apidocs/namespaces/opensearch_vectorindex/README.md).
3232

3333
## Vector Index
3434

src/cdk-lib/opensearchserverless/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ This construct library extends the [automatically generated L1 constructs](https
2626

2727

2828
## API
29-
See the [API documentation](../../../apidocs/modules/opensearchserverless.md).
29+
See the [API documentation](../../../apidocs/namespaces/opensearchserverless/README.md).
3030

3131
## Vector Collection
3232
This resource creates an Amazon OpenSearch Serverless collection configured for `VECTORSEARCH`. It creates default encryption, network, and data policies for use with Amazon Bedrock Knowledge Bases. For encryption, it uses the default AWS owned KMS key. It allows network connections from the public internet, but access is restricted to specific IAM principals.

src/cdk-lib/pinecone/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ This construct library provides a class that defines an existing Pinecone databa
2525
- [Pinecone Vector Store](#pinecone-vector-store)
2626

2727
## API
28-
See the [API documentation](../../../apidocs/modules/pinecone.md).
28+
See the [API documentation](../../../apidocs/namespaces/pinecone/README.md).
2929

3030
## Pinecone Vector Store
3131

0 commit comments

Comments
 (0)