Skip to content

Commit e46c8c6

Browse files
author
AWS
committed
Amazon CodeGuru Reviewer Update: Documentation update to replace broken link.
1 parent 2ff6479 commit e46c8c6

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon CodeGuru Reviewer",
4+
"contributor": "",
5+
"description": "Documentation update to replace broken link."
6+
}

services/codegurureviewer/src/main/resources/codegen-resources/service-2.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@
364364
},
365365
"BuildArtifactsObjectKey":{
366366
"shape":"BuildArtifactsObjectKey",
367-
"documentation":"<p>The S3 object key for a build artifacts .zip file that contains .jar or .class files. This is required for a code review with security analysis. For more information, see <a href=\"https://docs.aws.amazon.com/codeguru/latest/reviewer-ug/code-review-security.html\">Create code reviews with security analysis</a> in the <i>Amazon CodeGuru Reviewer User Guide</i>.</p>"
367+
"documentation":"<p>The S3 object key for a build artifacts .zip file that contains .jar or .class files. This is required for a code review with security analysis. For more information, see <a href=\"https://docs.aws.amazon.com/codeguru/latest/reviewer-ug/working-with-cicd.html\">Create code reviews with GitHub Actions</a> in the <i>Amazon CodeGuru Reviewer User Guide</i>.</p>"
368368
}
369369
},
370370
"documentation":"<p>Code artifacts are source code artifacts and build artifacts used in a repository analysis or a pull request review.</p> <ul> <li> <p>Source code artifacts are source code files in a Git repository that are compressed into a .zip file.</p> </li> <li> <p>Build artifacts are .jar or .class files that are compressed in a .zip file.</p> </li> </ul>"

0 commit comments

Comments
 (0)