You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by bo...@apache.org on 2021/02/05 02:10:16 UTC

[samza] branch master updated: updated README. Made it to match the directory structure

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 8cf6a4e  updated README. Made it to match the directory structure
     new 17a9c2f  Merge pull request #1460 from sborya/README
8cf6a4e is described below

commit 8cf6a4e6f3a0eadd235782ff8aac51fe5de7e0b9
Author: Boris Shkolnik <bo...@apache.org>
AuthorDate: Thu Feb 4 15:06:20 2021 -0800

    updated README. Made it to match the directory structure
---
 docs/README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/README.md b/docs/README.md
index d352e44..a3f7ab3 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -90,9 +90,9 @@ Following can be done when updating the gradle.properties file
     * update the download page (docs/startup/download/index.md) to use x.x.x release
       by adding an entry to the Sources and Samza Tools sections to use the new x.x.x release
 
-    * add a release page samza/docs/_releases/x.x.x.md
+    * add a release page docs/_releases/x.x.x.md
 
-    * add a new entry for the new version in samza/docs/_menu/index.html
+    * add a new entry for the new version in docs/_menu/index.html
 
     * update the version number in "tar -xvf ./target/hello-samza-y.y.y-dist.tar.gz -C deploy/samza" in each of the tutorials (and search for other uses of version x.x.x which may need to be replaced with y.y.y)
       * docs/startup/hello-samza/versioned/index.md
@@ -101,7 +101,7 @@ Following can be done when updating the gradle.properties file
       * docs/learn/tutorials/versioned/samza-rest-getting-started.md
 
     * Write a blog post on the open source blog.
-       Update versioning (samza/docs/_blog/date-title.md). Usually the same info as in samza/docs/_releases/x.x.x.md.
+       Update versioning (docs/_blog/YYYY-MM-DD-TITLE.md). Usually the same info as in docs/_releases/x.x.x.md.
 
 After apache mirrors pick up the new release,