AWS bedrock documentation change
Summary
Fixed double slashes in URLs for API and encryption documentation links.
Security assessment
The changes are URL formatting fixes. The encryption guidance for imported models remains unchanged, and no security vulnerability is addressed.
Diff
diff --git a/bedrock/latest/userguide/model-customization-import-model-job.md b/bedrock/latest/userguide/model-customization-import-model-job.md index fc8f64cee..5c6df5c08 100644 --- a//bedrock/latest/userguide/model-customization-import-model-job.md +++ b//bedrock/latest/userguide/model-customization-import-model-job.md @@ -94 +94 @@ API -Send a [CreateModelImportJob](https://docs.aws.amazon.com/bedrock/latest/APIReference/API_CreateModelImportJob.html) (see link for request and response format and field details) request with an [Amazon Bedrock control plane endpoint](https://docs.aws.amazon.com/general/latest/gr/bedrock.html#br-cp) to submit a custom model import job. Minimally, you must provide the following fields. +Send a [CreateModelImportJob](https://docs.aws.amazon.com//bedrock/latest/APIReference/API_CreateModelImportJob.html) (see link for request and response format and field details) request with an [Amazon Bedrock control plane endpoint](https://docs.aws.amazon.com/general/latest/gr/bedrock.html#br-cp) to submit a custom model import job. Minimally, you must provide the following fields. @@ -117 +117 @@ You can include the following optional fields for extra configurations. - * `importedModelKmsKeyId` – Include a [Encryption of custom model import](https://docs.aws.amazon.com/bedrock/latest/userguide/encryption-import-model.html) KMS key to encrypt your imported model. + * `importedModelKmsKeyId` – Include a [Encryption of custom model import](https://docs.aws.amazon.com//bedrock/latest/userguide/encryption-import-model.html) KMS key to encrypt your imported model.