Skip to content

Commit

Permalink
update to the new www.jhipster.tech URL
Browse files Browse the repository at this point in the history
  • Loading branch information
jdubois committed Sep 12, 2017
1 parent e164441 commit 6caa055
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion NOTICE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
JHipster
Copyright 2015-2017 the original authors from the JHipster project.

For more information on the JHipster project, see https://jhipster.github.io/
For more information on the JHipster project, see http://www.jhipster.tech/
2 changes: 1 addition & 1 deletion app.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "JHipster Registry",
"description": "This is the JHipster registry service, based on Spring Cloud Netflix, Eureka and Spring Cloud Config.",
"logo": "https://jhipster.github.io/images/logo/logo-jhipster-drink-coffee.png",
"logo": "http://www.jhipster.tech/images/logo/logo-jhipster-drink-coffee.png",
"env": {
"JHIPSTER_PASSWORD": {
"description": "Admin password for the registry (used to login after clicking 'View App'). Must be at least 5 characters.",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,13 +94,13 @@ public static void main(String[] args) throws UnknownHostException {
if (secretKey == null ) {
log.error("\n----------------------------------------------------------\n" +
"Your JWT secret key is not set up, you will not be able to log into the JHipster.\n"+
"Please read the documentation at https://jhipster.github.io/jhipster-registry/\n" +
"Please read the documentation at http://www.jhipster.tech/jhipster-registry/\n" +
"----------------------------------------------------------");
} else if (secretKey.equals("this-secret-should-not-be-used-read-the-comment")) {
log.error("\n----------------------------------------------------------\n" +
"Your JWT secret key is not configured using Spring Cloud Config, you will not be able to \n"+
"use the JHipster Registry dashboards to monitor external applications. \n" +
"Please read the documentation at https://jhipster.github.io/jhipster-registry/\n" +
"Please read the documentation at http://www.jhipster.tech/jhipster-registry/\n" +
"----------------------------------------------------------");
}
}
Expand Down
8 changes: 4 additions & 4 deletions src/main/resources/config/application-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
#
# This configuration overrides the application.yml file.
#
# More information on profiles: https://jhipster.github.io/profiles/
# More information on configuration properties: https://jhipster.github.io/common-application-properties/
# More information on profiles: http://www.jhipster.tech/profiles/
# More information on configuration properties: http://www.jhipster.tech/common-application-properties/
# ===================================================================

# ===================================================================
Expand Down Expand Up @@ -52,7 +52,7 @@ server:
# ===================================================================
# JHipster specific properties
#
# Full reference is available at: https://jhipster.github.io/common-application-properties/
# Full reference is available at: http://www.jhipster.tech/common-application-properties/
# ===================================================================

jhipster:
Expand Down Expand Up @@ -114,7 +114,7 @@ security:
# to have type-safe configuration, like in the JHipsterProperties above
#
# More documentation is available at:
# https://jhipster.github.io/common-application-properties/
# http://www.jhipster.tech/common-application-properties/
# ===================================================================

application:
8 changes: 4 additions & 4 deletions src/main/resources/config/application-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
#
# This configuration overrides the application.yml file.
#
# More information on profiles: https://jhipster.github.io/profiles/
# More information on configuration properties: https://jhipster.github.io/common-application-properties/
# More information on profiles: http://www.jhipster.tech/profiles/
# More information on configuration properties: http://www.jhipster.tech/common-application-properties/
# ===================================================================

# ===================================================================
Expand Down Expand Up @@ -57,7 +57,7 @@ security:
# ===================================================================
# JHipster specific properties
#
# Full reference is available at: https://jhipster.github.io/common-application-properties/
# Full reference is available at: http://www.jhipster.tech/common-application-properties/
# ===================================================================

jhipster:
Expand Down Expand Up @@ -103,7 +103,7 @@ jhipster:
# to have type-safe configuration, like in the JHipsterProperties above
#
# More documentation is available at:
# https://jhipster.github.io/common-application-properties/
# http://www.jhipster.tech/common-application-properties/
# ===================================================================

application:
4 changes: 2 additions & 2 deletions src/main/resources/config/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
# This configuration will be overriden by the Spring profile you use,
# for example application-dev.yml if you use the "dev" profile.
#
# More information on profiles: https://jhipster.github.io/profiles/
# More information on configuration properties: https://jhipster.github.io/common-application-properties/
# More information on profiles: http://www.jhipster.tech/profiles/
# More information on configuration properties: http://www.jhipster.tech/common-application-properties/
# ===================================================================

# ===================================================================
Expand Down
2 changes: 1 addition & 1 deletion src/main/webapp/app/layouts/footer/footer.component.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<div class="footer">
<p>JHipster Registry - <a href="https://jhipster.github.io/">jhipster.github.io</a></p>
<p>JHipster Registry - <a href="http://www.jhipster.tech/">jhipster.github.io</a></p>
</div>
8 changes: 4 additions & 4 deletions src/test/resources/config/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
#
# This configuration is used for unit/integration tests.
#
# More information on profiles: https://jhipster.github.io/profiles/
# More information on configuration properties: https://jhipster.github.io/common-application-properties/
# More information on profiles: http://www.jhipster.tech/profiles/
# More information on configuration properties: http://www.jhipster.tech/common-application-properties/
# ===================================================================

# ===================================================================
Expand Down Expand Up @@ -37,7 +37,7 @@ server:
# ===================================================================
# JHipster specific properties
#
# Full reference is available at: https://jhipster.github.io/common-application-properties/
# Full reference is available at: http://www.jhipster.tech/common-application-properties/
# ===================================================================

jhipster:
Expand All @@ -60,7 +60,7 @@ jhipster:
# to have type-safe configuration, like in the JHipsterProperties above
#
# More documentation is available at:
# https://jhipster.github.io/common-application-properties/
# http://www.jhipster.tech/common-application-properties/
# ===================================================================

application:

0 comments on commit 6caa055

Please sign in to comment.