You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by tr...@apache.org on 2018/12/12 12:46:57 UTC

[flink-web] branch asf-site updated (d5b841e -> 1888efe)

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

trohrmann pushed a change to branch asf-site
in repository https://gitbox.apache.org/repos/asf/flink-web.git.


    from d5b841e  Rebuild website
     new 6a6a15b  [hotfix][docs] Fix the invalid link in contribute code guide
     new acda483  [hotfix] Fix broken Eclipse IDE setup links
     new 1888efe  Rebuild website

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 content/contribute-code.html | 6 +++---
 contribute-code.md           | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)


[flink-web] 02/03: [hotfix] Fix broken Eclipse IDE setup links

Posted by tr...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

trohrmann pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/flink-web.git

commit acda483a0758eff44e0b96dfb6bd6c8d0fd6fe82
Author: Till Rohrmann <tr...@apache.org>
AuthorDate: Wed Dec 12 13:43:24 2018 +0100

    [hotfix] Fix broken Eclipse IDE setup links
---
 contribute-code.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/contribute-code.md b/contribute-code.md
index 6a4659f..b1c33f7 100755
--- a/contribute-code.md
+++ b/contribute-code.md
@@ -261,13 +261,13 @@ For Eclipse users, we recommend using Scala IDE 3.0.3, based on Eclipse Kepler.
 we found it to be the version that works most robustly for a complex project like Flink.
 
 Further details and a guide to newer Scala IDE versions can be found in the
-[How to setup Eclipse](https://github.com/apache/flink/blob/master/docs/internals/ide_setup.md#eclipse) docs.
+[How to setup Eclipse]({{site.docs-stable}}/flinkDev/ide_setup.html#eclipse) docs.
 
 **Note:** Before following this setup, make sure to run the build from the command line once
 (`mvn clean install -DskipTests`; see below).
 
 1. Download the Scala IDE (preferred) or install the plugin to Eclipse Kepler. See
-   [How to setup Eclipse](https://github.com/apache/flink/blob/master/docs/internals/ide_setup.md#eclipse) for download links and instructions.
+   [How to setup Eclipse]({{site.docs-stable}}/flinkDev/ide_setup.html#eclipse) for download links and instructions.
 2. Add the "macroparadise" compiler plugin to the Scala compiler.
    Open "Window" -> "Preferences" -> "Scala" -> "Compiler" -> "Advanced" and put into the "Xplugin" field the path to
    the *macroparadise* jar file (typically "/home/*-your-user-*/.m2/repository/org/scalamacros/paradise_2.10.4/2.0.1/paradise_2.10.4-2.0.1.jar").


[flink-web] 01/03: [hotfix][docs] Fix the invalid link in contribute code guide

Posted by tr...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

trohrmann pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/flink-web.git

commit 6a6a15b501aa6277c4749ed09f79c6910e16a42c
Author: Yangze Guo <ka...@gmail.com>
AuthorDate: Wed Dec 12 19:40:06 2018 +0800

    [hotfix][docs] Fix the invalid link in contribute code guide
---
 contribute-code.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contribute-code.md b/contribute-code.md
index 81550c1..6a4659f 100755
--- a/contribute-code.md
+++ b/contribute-code.md
@@ -253,7 +253,7 @@ The IntelliJ IDE supports Maven out of the box and offers a plugin for Scala dev
 - IntelliJ download: [https://www.jetbrains.com/idea/](https://www.jetbrains.com/idea/)
 - IntelliJ Scala Plugin: [http://plugins.jetbrains.com/plugin/?id=1347](http://plugins.jetbrains.com/plugin/?id=1347)
 
-Check out our [Setting up IntelliJ](https://github.com/apache/flink/blob/master/docs/internals/ide_setup.md#intellij-idea) guide for details.
+Check out our [Setting up IntelliJ]({{site.docs-stable}}/flinkDev/ide_setup.html#intellij-idea) guide for details.
 
 #### Eclipse Scala IDE
 


[flink-web] 03/03: Rebuild website

Posted by tr...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

trohrmann pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/flink-web.git

commit 1888efec851382f780a01e533d741632a929b748
Author: Till Rohrmann <tr...@apache.org>
AuthorDate: Wed Dec 12 13:46:32 2018 +0100

    Rebuild website
---
 content/contribute-code.html | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/content/contribute-code.html b/content/contribute-code.html
index 6e700e4..4927e36 100644
--- a/content/contribute-code.html
+++ b/content/contribute-code.html
@@ -460,7 +460,7 @@
   <li>IntelliJ Scala Plugin: <a href="http://plugins.jetbrains.com/plugin/?id=1347">http://plugins.jetbrains.com/plugin/?id=1347</a></li>
 </ul>
 
-<p>Check out our <a href="https://github.com/apache/flink/blob/master/docs/internals/ide_setup.md#intellij-idea">Setting up IntelliJ</a> guide for details.</p>
+<p>Check out our <a href="https://ci.apache.org/projects/flink/flink-docs-release-1.7/flinkDev/ide_setup.html#intellij-idea">Setting up IntelliJ</a> guide for details.</p>
 
 <h4 id="eclipse-scala-ide">Eclipse Scala IDE</h4>
 
@@ -468,14 +468,14 @@
 we found it to be the version that works most robustly for a complex project like Flink.</p>
 
 <p>Further details and a guide to newer Scala IDE versions can be found in the
-<a href="https://github.com/apache/flink/blob/master/docs/internals/ide_setup.md#eclipse">How to setup Eclipse</a> docs.</p>
+<a href="https://ci.apache.org/projects/flink/flink-docs-release-1.7/flinkDev/ide_setup.html#eclipse">How to setup Eclipse</a> docs.</p>
 
 <p><strong>Note:</strong> Before following this setup, make sure to run the build from the command line once
 (<code>mvn clean install -DskipTests</code>; see below).</p>
 
 <ol>
   <li>Download the Scala IDE (preferred) or install the plugin to Eclipse Kepler. See
-<a href="https://github.com/apache/flink/blob/master/docs/internals/ide_setup.md#eclipse">How to setup Eclipse</a> for download links and instructions.</li>
+<a href="https://ci.apache.org/projects/flink/flink-docs-release-1.7/flinkDev/ide_setup.html#eclipse">How to setup Eclipse</a> for download links and instructions.</li>
   <li>Add the “macroparadise” compiler plugin to the Scala compiler.
 Open “Window” -&gt; “Preferences” -&gt; “Scala” -&gt; “Compiler” -&gt; “Advanced” and put into the “Xplugin” field the path to
 the <em>macroparadise</em> jar file (typically “/home/<em>-your-user-</em>/.m2/repository/org/scalamacros/paradise_2.10.4/2.0.1/paradise_2.10.4-2.0.1.jar”).