diff --git a/buildtrigger/basehandler.py b/buildtrigger/basehandler.py index 34b243193a..e9149f19a5 100644 --- a/buildtrigger/basehandler.py +++ b/buildtrigger/basehandler.py @@ -98,7 +98,7 @@ "properties": { "commit": { "type": "string", - "description": "first 7 characters of the SHA-1 identifier for a git commit", + "description": "Full SHA-1 identifier of the commit", "pattern": "^([A-Fa-f0-9]{7,})$", }, "parsed_ref": { @@ -138,7 +138,7 @@ "properties": { "short_sha": { "type": "string", - "description": "The short SHA for this git commit", + "description": "The short SHA for this git commit (7 characters)", }, "url": { "type": "string", diff --git a/static/js/services/documentation/documentation.service.impl.ts b/static/js/services/documentation/documentation.service.impl.ts index b947b0890c..f64ec8135c 100644 --- a/static/js/services/documentation/documentation.service.impl.ts +++ b/static/js/services/documentation/documentation.service.impl.ts @@ -18,7 +18,7 @@ export class DocumentationServiceImpl implements DocumentationService { return `html/use_red_hat_quay/repository_notifications#${p['event']}`; }, 'notifications': 'html/use_red_hat_quay/repository_notifications', - 'builds.tag-templating': 'https://github.com/quay/quay/blob/master/buildtrigger/basehandler.py#L81' + 'builds.tag-templating': 'https://access.redhat.com/solutions/7033393' }; }