Return-Path: X-Original-To: apmail-flink-dev-archive@www.apache.org Delivered-To: apmail-flink-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4D5AF17E97 for ; Mon, 11 May 2015 18:14:05 +0000 (UTC) Received: (qmail 75345 invoked by uid 500); 11 May 2015 18:14:05 -0000 Delivered-To: apmail-flink-dev-archive@flink.apache.org Received: (qmail 75291 invoked by uid 500); 11 May 2015 18:14:05 -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 75279 invoked by uid 99); 11 May 2015 18:14:04 -0000 Received: from Unknown (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 May 2015 18:14:04 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 75F30C2A6B for ; Mon, 11 May 2015 18:14:04 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.981 X-Spam-Level: ** X-Spam-Status: No, score=2.981 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, HEADER_FROM_DIFFERENT_DOMAINS=0.001, HTML_MESSAGE=3, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=disabled Authentication-Results: spamd4-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=gmail.com Received: from mx1-us-west.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id bFpbLyLc6cUE for ; Mon, 11 May 2015 18:13:59 +0000 (UTC) Received: from mail-ig0-f177.google.com (mail-ig0-f177.google.com [209.85.213.177]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with ESMTPS id 88EE420696 for ; Mon, 11 May 2015 18:13:59 +0000 (UTC) Received: by igbsb11 with SMTP id sb11so78581240igb.0 for ; Mon, 11 May 2015 11:13:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:content-type; bh=5Uyes6GjAt6YoVYx4INwvuPa2BQOXdFpoMXI6jyZ0GE=; b=LSyHtgEDGh6eOCsH6jjVOnCzyWoeiRS2K5oW9X4q303L0671Ac/qPxoTqFuYEq/yAf c+Dbe6vvKijyLcy6BEQFp9mn9WtYJVEPp/XGFvyMuNtY+S2jL7nK2vvOj60ghys97o0i CFVyZo8e36OiDgDtYAu1+ckoH2lYsyeUL/+JzJgf+oeTgcRK4Q9tAIKI6RarSjhjxJhH U9M4NYzcx2cYaSQpZEEU1bqK68vDw52WXGsG4MQnKkzRVk9GCZVXTCuNaBwlcU2H3yIS sQxDiTkaEFpsQN1KsVkXe1i0gljz59KCoqmwfg2L7vlg/DYwXJu3GmO80cKuqR9ETVj5 G9gw== MIME-Version: 1.0 X-Received: by 10.42.51.199 with SMTP id f7mr12269936icg.58.1431367994012; Mon, 11 May 2015 11:13:14 -0700 (PDT) Sender: ewenstephan@gmail.com Received: by 10.64.133.226 with HTTP; Mon, 11 May 2015 11:13:13 -0700 (PDT) In-Reply-To: References: Date: Mon, 11 May 2015 20:13:13 +0200 X-Google-Sender-Auth: UoEW1b1MOrAQ6HT9QrYBzLHiWVg Message-ID: Subject: Re: [Documentation] Broken links From: Stephan Ewen To: "dev@flink.apache.org" Content-Type: multipart/alternative; boundary=20cf30223789d379600515d25423 --20cf30223789d379600515d25423 Content-Type: text/plain; charset=UTF-8 Great, thanks a lot! On Thu, May 7, 2015 at 10:18 PM, Andra Lungu wrote: > Hi Robert, > > Sorry I did not think of doing something like that before :) > https://github.com/apache/flink/pull/662 > > I tend to do lazy evaluation, insist a little bit more next time you see > something I could help out with! > Andra > > On Thu, May 7, 2015 at 11:20 AM, Robert Metzger > wrote: > > > Hey Andra, > > > > if you want, you can also fix the broken links yourself and open a pull > > request with the fixes. > > > > The documentation is located in the docs/ folder. There is also a bash > > script which allows you to preview the changes locally (on > localhost:4000) > > ... once you have installed jekyll. > > > > On Fri, Apr 24, 2015 at 5:12 PM, Stephan Ewen wrote: > > > > > Hi! > > > > > > I think this refers only to the classes in the previous "compiler", now > > > "optimizer" project. That happened during a refactoring. > > > > > > Sorry about that. I'll try to get to some time in the next days... > > > > > > Greetings, > > > Stephan > > > > > > > > > On Fri, Apr 24, 2015 at 5:00 PM, Andra Lungu > > > wrote: > > > > > > > Hey everyone, > > > > > > > > I was following the documentation on how to create a new runtime > > operator > > > > and I noticed that all the links to the classes on Github return 404. > > > > > > > > > > > > > > > > > > http://ci.apache.org/projects/flink/flink-docs-master/internals/add_operator.html > > > > > > > > Eventually, I started to check the code out directly from the > project, > > > but > > > > I have to admit it's a bit annoying to have a set of links that you > > > cannot > > > > click :) > > > > > > > > Sorry if this is a known issue! > > > > > > > > Andra > > > > > > > > > > --20cf30223789d379600515d25423--