docs: update HTTP to HTTPS for external links in JSDoc @see tags#37531
Open
syukawa-gh wants to merge 1 commit intoaws:mainfrom
Open
docs: update HTTP to HTTPS for external links in JSDoc @see tags#37531syukawa-gh wants to merge 1 commit intoaws:mainfrom
syukawa-gh wants to merge 1 commit intoaws:mainfrom
Conversation
Updated `@see` tag URLs from HTTP to HTTPS in JSDoc comments across multiple modules: - `openid.net/connect` in aws-eks, aws-eks-v2, aws-iam OIDC providers - `crontab.org` in aws-autoscaling Schedule - `aws.amazon.com/cloudwatch/pricing` in aws-ec2 Instance - `json-schema.org` in aws-apigateway JsonSchema All target sites support HTTPS. No functional changes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Reason for this change
Several
@seetag URLs in JSDoc comments use HTTP instead of HTTPS. All target sites support HTTPS.Description of changes
Updated
@seetag URLs from HTTP to HTTPS:http://openid.net/connect→https://openid.net/connect(aws-eks, aws-eks-v2, aws-iam)http://crontab.org/→https://crontab.org/(aws-autoscaling)http://aws.amazon.com/cloudwatch/pricing/→https://aws.amazon.com/cloudwatch/pricing/(aws-ec2)http://json-schema.org/→https://json-schema.org/(aws-apigateway)Description of how you validated changes
Comment-only changes. No functional impact.
Checklist
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license