update user guide url
This commit is contained in:
parent
dc991d29d9
commit
226076dfd0
|
@ -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 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 [Hibernate JIRA account](https://hibernate.atlassian.net)
|
||||||
* Make sure you have a [GitHub account](https://github.com/signup/free)
|
* 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:
|
the linked page, this also includes:
|
||||||
* [Set](https://help.github.com/articles/set-up-git) up your local git install
|
* [Set](https://help.github.com/articles/set-up-git) up your local git install
|
||||||
* Clone your fork
|
* Clone your fork
|
||||||
|
|
|
@ -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
|
need to know to get productive quickly. The Gradle documentation is very well done; 2 in
|
||||||
particular that are indispensable:
|
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.
|
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.
|
getting up to speed on certain aspects of Gradle.
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue