You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iceberg.apache.org by ja...@apache.org on 2022/02/08 21:03:54 UTC

[iceberg-docs] branch main updated: Update README for the correct Iceberg main repo doc folder name (#50)

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

jackye pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg-docs.git


The following commit(s) were added to refs/heads/main by this push:
     new 8687ab7  Update README for the correct Iceberg main repo doc folder name (#50)
8687ab7 is described below

commit 8687ab788b8e08774f9202da2ab1127621ab0b24
Author: Jack Ye <yz...@amazon.com>
AuthorDate: Tue Feb 8 13:01:09 2022 -0800

    Update README for the correct Iceberg main repo doc folder name (#50)
---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index a663605..2419248 100644
--- a/README.md
+++ b/README.md
@@ -77,8 +77,8 @@ If you would like to see how the latest website looks based on the documentation
 ```shell
 rm -rf docs/content/docs
 rm -rf landing-page/content/common
-cp -r <path to iceberg repo>/documentation/versioned docs/content/docs
-cp -r <path to iceberg repo>/documentation/common docs/content/common
+cp -r <path to iceberg repo>/docs/versioned docs/content/docs
+cp -r <path to iceberg repo>/docs/common landing-page/content/common
 ```
 
 ## Scanning For Broken Links