update user guide url

This commit is contained in:
PrairieLoneWolf 2016-01-17 17:44:22 +08:00 committed by vladmihalcea
parent dc991d29d9
commit 226076dfd0
2 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@ GitHub there are a few pre-requisite steps.
* Make sure you have signed a [Contributor License Agreement](https://cla.jboss.org) (CLA) for the Hibernate project
* Make sure you have a [Hibernate JIRA account](https://hibernate.atlassian.net)
* Make sure you have a [GitHub account](https://github.com/signup/free)
* [Fork](http://help.github.com/fork-a-repo) the Hibernate repository. As discussed in
* [Fork](https://help.github.com/articles/fork-a-repo) the Hibernate repository. As discussed in
the linked page, this also includes:
* [Set](https://help.github.com/articles/set-up-git) up your local git install
* Clone your fork

View File

@ -48,9 +48,9 @@ This section describes some of the basics developers and contributors new to Gra
need to know to get productive quickly. The Gradle documentation is very well done; 2 in
particular that are indispensable:
* [Gradle User Guide](http://gradle.org/docs/current/userguide/userguide_single.html) is a typical user guide in that
* [Gradle User Guide](https://docs.gradle.org/current/userguide/userguide_single.html) is a typical user guide in that
it follows a topical approach to describing all of the capabilities of Gradle.
* [Gradle DSL Guide](http://gradle.org/docs/current/dsl/index.html) is quite unique and excellent in quickyl
* [Gradle DSL Guide](https://docs.gradle.org/current/dsl/index.html) is quite unique and excellent in quickly
getting up to speed on certain aspects of Gradle.