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

rymurr pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iceberg.git


The following commit(s) were added to refs/heads/master by this push:
     new 3947849  Docs: Fix link to intellij-java-palantir-style.xml (#2817)
3947849 is described below

commit 3947849d93f9e9abae8d23667d255d3ab0f08a64
Author: Eduard Tudenhöfner <[email protected]>
AuthorDate: Tue Jul 13 15:40:28 2021 +0200

    Docs: Fix link to intellij-java-palantir-style.xml (#2817)
---
 site/docs/community.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/site/docs/community.md b/site/docs/community.md
index 803a1b7..997e568 100644
--- a/site/docs/community.md
+++ b/site/docs/community.md
@@ -80,7 +80,7 @@ Iceberg has four mailing lists:
 ### Configuring Code Formatter for IntelliJ IDEA
 
 In the **Settings/Preferences** dialog go to **Editor > Code Style > Java**. 
Click on the gear wheel and select **Import Scheme** to import IntelliJ IDEA 
XML code style settings.
-Point to 
[intellij-java-palantir-style.xml](../../.baseline/idea/intellij-java-palantir-style.xml)
 and hit **OK** (you might need to enable **Show Hidden Files and Directories** 
in the dialog). The code itself can then be formatted via **Code > Reformat 
Code**.
+Point to 
[intellij-java-palantir-style.xml](https://github.com/apache/iceberg/blob/master/.baseline/idea/intellij-java-palantir-style.xml)
 and hit **OK** (you might need to enable **Show Hidden Files and Directories** 
in the dialog). The code itself can then be formatted via **Code > Reformat 
Code**.
 
 See also the IntelliJ [Code Style 
docs](https://www.jetbrains.com/help/idea/copying-code-style-settings.html) and 
[Reformat Code 
docs](https://www.jetbrains.com/help/idea/reformat-and-rearrange-code.html) for 
additional details.
 

Reply via email to