From 226076dfd0cebb9241fd106bf9dd133dcba8ecf7 Mon Sep 17 00:00:00 2001 From: PrairieLoneWolf Date: Sun, 17 Jan 2016 17:44:22 +0800 Subject: [PATCH] update user guide url --- CONTRIBUTING.md | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6e2228880b2f..541508531842 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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 diff --git a/README.md b/README.md index a53f07445012..33624df43ff6 100644 --- a/README.md +++ b/README.md @@ -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.