You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datasketches.apache.org by le...@apache.org on 2020/01/24 01:58:58 UTC

[incubator-datasketches-website] 10/12: update _config.yml

This is an automated email from the ASF dual-hosted git repository.

leerho pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-datasketches-website.git

commit 6fa201eb8f3b0fc81ac72da6ea131f50875178d0
Author: Lee Rhodes <le...@users.noreply.github.com>
AuthorDate: Thu Jan 23 17:57:27 2020 -0800

    update _config.yml
---
 _config.yml | 19 ++++++++++---------
 1 file changed, 10 insertions(+), 9 deletions(-)

diff --git a/_config.yml b/_config.yml
index 141111d..c9fe96a 100644
--- a/_config.yml
+++ b/_config.yml
@@ -28,20 +28,21 @@ exclude:
   - Gemfile.lock
   - pom.xml
   - vendor/
+  - node_modules
   - src/
 
 docs_dir: '/docs'
 docs_img_dir: '/docs/img'
-docs_pdf_dir: 'https://github.com/DataSketches/DataSketches.github.io/blob/master/docs/pdf'
+docs_pdf_dir: 'https://github.com/apache/incubator-datasketches-website/tree/master/docs/pdf'
 
-core_api_snapshot: 'https://datasketches.github.io/api/core/snapshot/apidocs/index.html'
-pig_api_snapshot: 'https://datasketches.github.io/api/pig/snapshot/apidocs/index.html'
-hive_api_snapshot: 'https://datasketches.github.io/api/hive/snapshot/apidocs/index.html'
-misc_api_snapshot: 'https://datasketches.github.io/api/misc/snapshot/apidocs/index.html'
+java_api_snapshot: 'https://datasketches.apache.org/api/java/snapshot/apidocs/index.html'
+pig_api_snapshot: 'https://datasketches.apache.org/api/pig/snapshot/apidocs/index.html'
+hive_api_snapshot: 'https://datasketches.apache.org/api/hive/snapshot/apidocs/index.html'
+memory_api_snapshot: 'https://datasketches.apache.org/api/memory/snapshot/apidocs/index.html'
 
-core_readme: 'https://github.com/DataSketches/sketches-core/blob/master/README.md'
-pig_readme: 'https://github.com/DataSketches/sketches-pig/blob/master/README.md'
-hive_readme: 'https://github.com/DataSketches/sketches-hive/blob/master/README.md'
+java_readme: 'https://github.com/apache/incubator-datasketches-java/blob/master/README.md'
+pig_readme: 'https://github.com/apache/incubator-datasketches-pig/blob/master/README.md'
+hive_readme: 'https://github.com/apache/incubator-datasketches-hive/blob/master/README.md'
 
-druid_datasketches: 'https://druid.apache.org/docs/latest/development/extensions-core/datasketches-extension.html'
+druid_datasketches: 'https://github.com/apache/druid/tree/master/extensions-core/datasketches'
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datasketches.apache.org
For additional commands, e-mail: commits-help@datasketches.apache.org