From a3fc313ffbb7d9e4950552d8c9038365d6243722 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?I=C3=B1igo=20Medina?= Date: Tue, 17 Apr 2018 14:42:39 +0200 Subject: [PATCH] Update 02-contribute.md --- docs/support/02-contribute.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/support/02-contribute.md b/docs/support/02-contribute.md index 6eb5f47..3a01392 100644 --- a/docs/support/02-contribute.md +++ b/docs/support/02-contribute.md @@ -27,7 +27,7 @@ If you want more detailed information, this [GitHub guide](https://guides.github ## Completing documentation -Data Observatory documentation is located in ```docs/```. That folder is the content that appears in the [Developer Center](http://carto.com/developer-center/data-observatory/). Just follow the instructions described in [contributing code](#contributing-code) and after accepting your pull request, we will make it appear online :). +Data Observatory documentation is located in ```docs/```. That folder is the content that appears in the [Developer Center](http://carto.com/developers/data-observatory/). Just follow the instructions described in [contributing code](#contributing-code) and after accepting your pull request, we will make it appear online :). **Tip:** A convenient, easy way of proposing changes in documentation is by using the GitHub editor directly on the web. You can easily create a branch with your changes and make a PR from there.