Skip to content

Commit

Permalink
Update links to htt://www.jhipster.tech
Browse files Browse the repository at this point in the history
  • Loading branch information
jdubois committed Aug 24, 2017
1 parent 5516e5e commit d146649
Show file tree
Hide file tree
Showing 1,004 changed files with 1,034 additions and 1,034 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Are you ready to contribute to JHipster? We'd love to have you on board, and we
## <a name="question"></a> Questions and help
This is the JHipster bug tracker, and it is used for [Issues and Bugs](#issue) and for [Feature Requests](#feature). It is **not** a help desk or a support forum.

If you have a question on using JHipster, or if you need help with your JHipster project, please [read our help page](https://jhipster.github.io/help/) and use the [JHipster tag on StackOverflow](http://stackoverflow.com/tags/jhipster) or join our [Gitter.im chat room](https://gitter.im/jhipster/generator-jhipster).
If you have a question on using JHipster, or if you need help with your JHipster project, please [read our help page](http://www.jhipster.tech/help/) and use the [JHipster tag on StackOverflow](http://stackoverflow.com/tags/jhipster) or join our [Gitter.im chat room](https://gitter.im/jhipster/generator-jhipster).

## <a name="issue"></a> Issues and Bugs
If you find a bug in the source code or a mistake in the documentation, you can help us by [submitting a ticket](https://opensource.guide/how-to-contribute/#opening-an-issue) to our [GitHub issues](https://github.com/jhipster/generator-jhipster/issues). Even better, you can submit a Pull Request to our [JHipster generator project](https://github.com/jhipster/generator-jhipster) or to our [Documentation project](https://github.com/jhipster/jhipster.github.io).
Expand Down
2 changes: 1 addition & 1 deletion NOTICE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
JHipster
Copyright 2013-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/
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Additional builds on [hipster-labs/jhipster-travis-build](https://github.com/hip
[![sonar-vulnerabilities][sonar-vulnerabilities]][sonar-url]


Full documentation and information is available on our website at [https://jhipster.github.io/][jhipster-url]
Full documentation and information is available on our website at [http://www.jhipster.tech/][jhipster-url]

Please read our [guidelines](/CONTRIBUTING.md#submitting-an-issue) before submitting an issue. If your issue is a bug, please use the bug template pre populated [here](https://github.com/jhipster/generator-jhipster/issues/new). For feature requests and queries you can use [this template][feature-template].

Expand All @@ -50,7 +50,7 @@ Please read our [guidelines](/CONTRIBUTING.md#submitting-an-issue) before submit
[sonar-vulnerabilities]: https://sonarqube.com/api/badges/measure?key=io.github.jhipster.sample%3Ajhipster-sample-application&metric=vulnerabilities

[jhipster-image]: https://raw.githubusercontent.com/jhipster/jhipster.github.io/master/images/logo/logo-jhipster2x.png
[jhipster-url]: https://jhipster.github.io/
[jhipster-url]: http://www.jhipster.tech/
[npm-image]: https://badge.fury.io/js/generator-jhipster.svg
[npm-url]: https://npmjs.org/package/generator-jhipster
[travis-image]: https://travis-ci.org/jhipster/generator-jhipster.svg?branch=master
Expand Down
2 changes: 1 addition & 1 deletion cli/cli.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* Copyright 2013-2017 the original author or authors from the JHipster project.
*
* This file is part of the JHipster project, see https://jhipster.github.io/
* This file is part of the JHipster project, see http://www.jhipster.tech/
* for more information.
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
2 changes: 1 addition & 1 deletion cli/completion.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* Copyright 2013-2017 the original author or authors from the JHipster project.
*
* This file is part of the JHipster project, see https://jhipster.github.io/
* This file is part of the JHipster project, see http://www.jhipster.tech/
* for more information.
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
2 changes: 1 addition & 1 deletion cli/jhipster.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Copyright 2013-2017 the original author or authors from the JHipster project.
*
* This file is part of the JHipster project, see https://jhipster.github.io/
* This file is part of the JHipster project, see http://www.jhipster.tech/
* for more information.
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
4 changes: 2 additions & 2 deletions cli/utils.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* Copyright 2013-2017 the original author or authors from the JHipster project.
*
* This file is part of the JHipster project, see https://jhipster.github.io/
* This file is part of the JHipster project, see http://www.jhipster.tech/
* for more information.
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down Expand Up @@ -74,7 +74,7 @@ const toString = (item) => {
const initHelp = (program, cliName) => {
program.on('--help', () => {
logger.debug('Adding additional help info');
logger.info(` For more info visit ${chalk.blue('https://jhipster.github.io')}`);
logger.info(` For more info visit ${chalk.blue('http://www.jhipster.tech')}`);
logger.info('');
});

Expand Down
2 changes: 1 addition & 1 deletion generators/app/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* Copyright 2013-2017 the original author or authors from the JHipster project.
*
* This file is part of the JHipster project, see https://jhipster.github.io/
* This file is part of the JHipster project, see http://www.jhipster.tech/
* for more information.
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
2 changes: 1 addition & 1 deletion generators/app/prompts.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* Copyright 2013-2017 the original author or authors from the JHipster project.
*
* This file is part of the JHipster project, see https://jhipster.github.io/
* This file is part of the JHipster project, see http://www.jhipster.tech/
* for more information.
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
2 changes: 1 addition & 1 deletion generators/app/templates/_skipClientApp.package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<%#
Copyright 2013-2017 the original author or authors from the JHipster project.

This file is part of the JHipster project, see https://jhipster.github.io/
This file is part of the JHipster project, see http://www.jhipster.tech/
for more information.

Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
2 changes: 1 addition & 1 deletion generators/aws/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* Copyright 2013-2017 the original author or authors from the JHipster project.
*
* This file is part of the JHipster project, see https://jhipster.github.io/
* This file is part of the JHipster project, see http://www.jhipster.tech/
* for more information.
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
2 changes: 1 addition & 1 deletion generators/aws/prompts.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* Copyright 2013-2017 the original author or authors from the JHipster project.
*
* This file is part of the JHipster project, see https://jhipster.github.io/
* This file is part of the JHipster project, see http://www.jhipster.tech/
* for more information.
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
2 changes: 1 addition & 1 deletion generators/ci-cd/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* Copyright 2013-2017 the original author or authors from the JHipster project.
*
* This file is part of the JHipster project, see https://jhipster.github.io/
* This file is part of the JHipster project, see http://www.jhipster.tech/
* for more information.
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
2 changes: 1 addition & 1 deletion generators/ci-cd/prompts.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* Copyright 2013-2017 the original author or authors from the JHipster project.
*
* This file is part of the JHipster project, see https://jhipster.github.io/
* This file is part of the JHipster project, see http://www.jhipster.tech/
* for more information.
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
2 changes: 1 addition & 1 deletion generators/ci-cd/templates/_.gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<%#
Copyright 2013-2017 the original author or authors from the JHipster project.
This file is part of the JHipster project, see https://jhipster.github.io/
This file is part of the JHipster project, see http://www.jhipster.tech/
for more information.
Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
2 changes: 1 addition & 1 deletion generators/ci-cd/templates/_circle.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<%#
Copyright 2013-2017 the original author or authors from the JHipster project.
This file is part of the JHipster project, see https://jhipster.github.io/
This file is part of the JHipster project, see http://www.jhipster.tech/
for more information.
Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
2 changes: 1 addition & 1 deletion generators/ci-cd/templates/_docker-registry.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<%#
Copyright 2013-2017 the original author or authors from the JHipster project.
This file is part of the JHipster project, see https://jhipster.github.io/
This file is part of the JHipster project, see http://www.jhipster.tech/
for more information.
Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
2 changes: 1 addition & 1 deletion generators/ci-cd/templates/_travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<%#
Copyright 2013-2017 the original author or authors from the JHipster project.
This file is part of the JHipster project, see https://jhipster.github.io/
This file is part of the JHipster project, see http://www.jhipster.tech/
for more information.
Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
2 changes: 1 addition & 1 deletion generators/ci-cd/templates/jenkins/_Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<%#
Copyright 2013-2017 the original author or authors from the JHipster project.

This file is part of the JHipster project, see https://jhipster.github.io/
This file is part of the JHipster project, see http://www.jhipster.tech/
for more information.

Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
2 changes: 1 addition & 1 deletion generators/ci-cd/templates/jenkins/_jenkins.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<%#
Copyright 2013-2017 the original author or authors from the JHipster project.
This file is part of the JHipster project, see https://jhipster.github.io/
This file is part of the JHipster project, see http://www.jhipster.tech/
for more information.
Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
2 changes: 1 addition & 1 deletion generators/cleanup.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* Copyright 2013-2017 the original author or authors from the JHipster project.
*
* This file is part of the JHipster project, see https://jhipster.github.io/
* This file is part of the JHipster project, see http://www.jhipster.tech/
* for more information.
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
2 changes: 1 addition & 1 deletion generators/client/files-angular.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* Copyright 2013-2017 the original author or authors from the JHipster project.
*
* This file is part of the JHipster project, see https://jhipster.github.io/
* This file is part of the JHipster project, see http://www.jhipster.tech/
* for more information.
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
2 changes: 1 addition & 1 deletion generators/client/files-angularjs.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* Copyright 2013-2017 the original author or authors from the JHipster project.
*
* This file is part of the JHipster project, see https://jhipster.github.io/
* This file is part of the JHipster project, see http://www.jhipster.tech/
* for more information.
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
2 changes: 1 addition & 1 deletion generators/client/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* Copyright 2013-2017 the original author or authors from the JHipster project.
*
* This file is part of the JHipster project, see https://jhipster.github.io/
* This file is part of the JHipster project, see http://www.jhipster.tech/
* for more information.
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
2 changes: 1 addition & 1 deletion generators/client/prompts.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* Copyright 2013-2017 the original author or authors from the JHipster project.
*
* This file is part of the JHipster project, see https://jhipster.github.io/
* This file is part of the JHipster project, see http://www.jhipster.tech/
* for more information.
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
2 changes: 1 addition & 1 deletion generators/client/templates/angular/_.angular-cli.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<%#
Copyright 2013-2017 the original author or authors from the JHipster project.

This file is part of the JHipster project, see https://jhipster.github.io/
This file is part of the JHipster project, see http://www.jhipster.tech/
for more information.

Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
2 changes: 1 addition & 1 deletion generators/client/templates/angular/_package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<%#
Copyright 2013-2017 the original author or authors from the JHipster project.

This file is part of the JHipster project, see https://jhipster.github.io/
This file is part of the JHipster project, see http://www.jhipster.tech/
for more information.

Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
2 changes: 1 addition & 1 deletion generators/client/templates/angular/_postcss.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<%#
Copyright 2013-2017 the original author or authors from the JHipster project.

This file is part of the JHipster project, see https://jhipster.github.io/
This file is part of the JHipster project, see http://www.jhipster.tech/
for more information.

Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
2 changes: 1 addition & 1 deletion generators/client/templates/angular/_proxy.conf.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<%#
Copyright 2013-2017 the original author or authors from the JHipster project.

This file is part of the JHipster project, see https://jhipster.github.io/
This file is part of the JHipster project, see http://www.jhipster.tech/
for more information.

Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
2 changes: 1 addition & 1 deletion generators/client/templates/angular/_tsconfig-aot.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<%#
Copyright 2013-2017 the original author or authors from the JHipster project.

This file is part of the JHipster project, see https://jhipster.github.io/
This file is part of the JHipster project, see http://www.jhipster.tech/
for more information.

Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
2 changes: 1 addition & 1 deletion generators/client/templates/angular/_tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<%#
Copyright 2013-2017 the original author or authors from the JHipster project.

This file is part of the JHipster project, see https://jhipster.github.io/
This file is part of the JHipster project, see http://www.jhipster.tech/
for more information.

Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
2 changes: 1 addition & 1 deletion generators/client/templates/angular/_tslint.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<%#
Copyright 2013-2017 the original author or authors from the JHipster project.

This file is part of the JHipster project, see https://jhipster.github.io/
This file is part of the JHipster project, see http://www.jhipster.tech/
for more information.

Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<%#
Copyright 2013-2017 the original author or authors from the JHipster project.

This file is part of the JHipster project, see https://jhipster.github.io/
This file is part of the JHipster project, see http://www.jhipster.tech/
for more information.

Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<%#
Copyright 2013-2017 the original author or authors from the JHipster project.

This file is part of the JHipster project, see https://jhipster.github.io/
This file is part of the JHipster project, see http://www.jhipster.tech/
for more information.

Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<%#
Copyright 2013-2017 the original author or authors from the JHipster project.

This file is part of the JHipster project, see https://jhipster.github.io/
This file is part of the JHipster project, see http://www.jhipster.tech/
for more information.

Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<%#
Copyright 2013-2017 the original author or authors from the JHipster project.

This file is part of the JHipster project, see https://jhipster.github.io/
This file is part of the JHipster project, see http://www.jhipster.tech/
for more information.

Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<%#
Copyright 2013-2017 the original author or authors from the JHipster project.

This file is part of the JHipster project, see https://jhipster.github.io/
This file is part of the JHipster project, see http://www.jhipster.tech/
for more information.

Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<%#
Copyright 2013-2017 the original author or authors from the JHipster project.

This file is part of the JHipster project, see https://jhipster.github.io/
This file is part of the JHipster project, see http://www.jhipster.tech/
for more information.

Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<%#
Copyright 2013-2017 the original author or authors from the JHipster project.

This file is part of the JHipster project, see https://jhipster.github.io/
This file is part of the JHipster project, see http://www.jhipster.tech/
for more information.

Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<%#
Copyright 2013-2017 the original author or authors from the JHipster project.

This file is part of the JHipster project, see https://jhipster.github.io/
This file is part of the JHipster project, see http://www.jhipster.tech/
for more information.

Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<%#
Copyright 2013-2017 the original author or authors from the JHipster project.

This file is part of the JHipster project, see https://jhipster.github.io/
This file is part of the JHipster project, see http://www.jhipster.tech/
for more information.

Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<%#
Copyright 2013-2017 the original author or authors from the JHipster project.

This file is part of the JHipster project, see https://jhipster.github.io/
This file is part of the JHipster project, see http://www.jhipster.tech/
for more information.

Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
Loading

0 comments on commit d146649

Please sign in to comment.