Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id F40BD200C16 for ; Thu, 9 Feb 2017 18:05:49 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id F2565160B50; Thu, 9 Feb 2017 17:05:49 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 46327160B4B for ; Thu, 9 Feb 2017 18:05:49 +0100 (CET) Received: (qmail 52149 invoked by uid 500); 9 Feb 2017 17:05:48 -0000 Mailing-List: contact dev-help@flink.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flink.apache.org Delivered-To: mailing list dev@flink.apache.org Received: (qmail 52138 invoked by uid 99); 9 Feb 2017 17:05:48 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Feb 2017 17:05:48 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id F154F182319 for ; Thu, 9 Feb 2017 17:05:47 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -0.685 X-Spam-Level: X-Spam-Status: No, score=-0.685 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-2.999, URIBL_BLOCKED=0.001, URI_HEX=1.313] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id ebAwRoLTYtut for ; Thu, 9 Feb 2017 17:05:47 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id B59535F1F4 for ; Thu, 9 Feb 2017 17:05:46 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 2A0A4E04A6 for ; Thu, 9 Feb 2017 17:05:42 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id B2C6421D67 for ; Thu, 9 Feb 2017 17:05:41 +0000 (UTC) Date: Thu, 9 Feb 2017 17:05:41 +0000 (UTC) From: "Ufuk Celebi (JIRA)" To: dev@flink.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (FLINK-5764) Don't serve ancient docs MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 09 Feb 2017 17:05:50 -0000 Ufuk Celebi created FLINK-5764: ---------------------------------- Summary: Don't serve ancient docs Key: FLINK-5764 URL: https://issues.apache.org/jira/browse/FLINK-5764 Project: Flink Issue Type: Improvement Components: Documentation Reporter: Ufuk Celebi Priority: Minor We serve very old doc versions that are quite popular when searching for Flink. An example from a discussion on the mailing list: Here's a concrete example. Do a google search for "flink hello world". The first three results are: https://ci.apache.org/projects/flink/flink-docs-release-0.7/java_api_quickstart.html https://ci.apache.org/projects/flink/flink-docs-release-0.8/scala_api_quickstart.html https://ci.apache.org/projects/flink/flink-docs-release-1.2/.../java_api_quickstart.html (http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/Remove-old-lt-1-0-documentation-from-google-td11541.html) We should remove these old versions and let them redirect to the latest stable docs. -- This message was sent by Atlassian JIRA (v6.3.15#6346)