diff --git a/.gitignore b/.gitignore index f9adcbb1cf..9f00933484 100644 --- a/.gitignore +++ b/.gitignore @@ -12,6 +12,7 @@ SERVICES.html CHANGES.html CONTRIBUTING.html RELEASE_PROCEDURE.html +guide/*.html shared-doc/*.html out nb-configuration.xml diff --git a/shared-doc/attributes.adoc b/shared-doc/attributes.adoc index 86a8e41670..4e198cac56 100644 --- a/shared-doc/attributes.adoc +++ b/shared-doc/attributes.adoc @@ -5,7 +5,8 @@ :ProductShortName: JBoss EAP :buildRequirements: Java 8.0 (Java SDK 1.8) or later and Maven 3.3.1 or later :jbdsEapServerName: Red Hat JBoss Enterprise Application Platform 7.1 -:githubRepoUrl: https://github.com/jbossas/eap-quickstarts/ +:githubRepoUrl: https://github.com/wildfly/quickstart/ +:githubRepoBranch: master :guidesBaseUrl: https://github.com/jboss-developer/jboss-developer-shared-resources/blob/master/guides/ :useEclipseUrl: {guidesBaseUrl}USE_JBDS.adoc#use_red_hat_jboss_developer_studio_or_eclipse_to_run_the_quickstarts :useEclipseDeployJavaClientDocUrl: {guidesBaseUrl}USE_JBDS.adoc#deploy_and_undeploy_a_quickstart_containing_server_and_java_client_projects diff --git a/shared-doc/deploy-to-openshift-online.adoc b/shared-doc/deploy-to-openshift-online.adoc index 3727116b28..00aac05528 100644 --- a/shared-doc/deploy-to-openshift-online.adoc +++ b/shared-doc/deploy-to-openshift-online.adoc @@ -29,8 +29,8 @@ Follow these instructions to deploy this quickstart to OpenShift Online. *Add to Project:* {artifactId} *Application Name:* {artifactId} *Custom http Route Hostname:* (leave blank) -*Git Repository URL:* https://github.com/wildfly/quickstart -*Git Reference:* master +*Git Repository URL:* {githubRepoUrl} +*Git Reference:* {githubRepoBranch} *Context directory:* {artifactId} ----