diff --git a/app/views/directives/next-steps.html b/app/views/directives/next-steps.html index 25d0e7b3c6..78fcea1a55 100644 --- a/app/views/directives/next-steps.html +++ b/app/views/directives/next-steps.html @@ -82,10 +82,10 @@

Making code changes

- You can now set up the webhook in the GitHub repository settings if you own it, in {{$ctrl.createdBuildConfig.spec.source.git.uri | githubLink}}/settings/hooks, using the following payload URL: + You can now set up the webhook in the GitHub repository settings if you own it, in {{$ctrl.createdBuildConfig.spec.source.git.uri | githubLink}}/settings/hooks, using the following payload URL and specifying a Content type of application/json: - Your source does not appear to be a URL to a GitHub repository. If you have a GitHub repository that you want to trigger this build from then use the following payload URL: + Your source does not appear to be a URL to a GitHub repository. If you have a GitHub repository that you want to trigger this build from then use the following payload URL and specifying a Content type of application/json:

diff --git a/dist/scripts/templates.js b/dist/scripts/templates.js index 17b225094a..ab0d9efb45 100644 --- a/dist/scripts/templates.js +++ b/dist/scripts/templates.js @@ -7454,10 +7454,10 @@ angular.module('openshiftConsoleTemplates', []).run(['$templateCache', function( "

\n" + "

\n" + "\n" + - "You can now set up the webhook in the GitHub repository settings if you own it, in {{$ctrl.createdBuildConfig.spec.source.git.uri | githubLink}}/settings/hooks, using the following payload URL:\n" + + "You can now set up the webhook in the GitHub repository settings if you own it, in {{$ctrl.createdBuildConfig.spec.source.git.uri | githubLink}}/settings/hooks, using the following payload URL and specifying a Content type of application/json:\n" + "\n" + "\n" + - "Your source does not appear to be a URL to a GitHub repository. If you have a GitHub repository that you want to trigger this build from then use the following payload URL:\n" + + "Your source does not appear to be a URL to a GitHub repository. If you have a GitHub repository that you want to trigger this build from then use the following payload URL and specifying a Content type of application/json:\n" + "\n" + "

\n" + "\n" +