summaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorArtur <artur@vaadin.com>2016-12-02 11:44:53 +0200
committerGitHub <noreply@github.com>2016-12-02 11:44:53 +0200
commit105ac0b10ac379ef56d11ff6e0adc9e8754f0ff1 (patch)
treeedb69e91218a7e5e4c10a8de41be77c34cd9ddaf /CONTRIBUTING.md
parent0f044db997a4d4a1ea41d10bfd8999c5b0affbaa (diff)
downloadvaadin-framework-105ac0b10ac379ef56d11ff6e0adc9e8754f0ff1.tar.gz
vaadin-framework-105ac0b10ac379ef56d11ff6e0adc9e8754f0ff1.zip
Replace github.com/vaadin/vaadin with github.com/vaadin/framework (#75)
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index eb2c41c635..13f6ca4553 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -26,13 +26,13 @@ Getting in touch with us early will also help us co-ordinate efforts so that not
# Obtain a current source tree
-The Vaadin repository can be cloned using `git clone https://github.com/vaadin/vaadin.git` or using your favorite Git tool.
+The Vaadin repository can be cloned using `git clone https://github.com/vaadin/framework.git` or using your favorite Git tool.
Remember to do `git checkout master` and `git pull` to make sure you are creating your commits on top of a recent enough version.
## Set up your development environment
-To set up the project to your IDE, follow the instructions in the [README.md](https://github.com/vaadin/vaadin).
+To set up the project to your IDE, follow the instructions in the [README.md](https://github.com/vaadin/framework).
# Describe your changes
@@ -72,7 +72,7 @@ When dividing your change into a series of patches, take special care to ensure
# Style-check your changes
-Check your patch for basic style violations. If you use eclipse, use the formatting rules preconfigured in the project to make life easier for all involved, and configure save actions as described in [README.md](https://github.com/vaadin/vaadin/blob/master/README.md).
+Check your patch for basic style violations. If you use eclipse, use the formatting rules preconfigured in the project to make life easier for all involved, and configure save actions as described in [README.md](https://github.com/vaadin/framework/blob/master/README.md).
Patches causing unnecessary style/whitespace changes are messy and will likely be bounced back.