This is an automated email from the ASF dual-hosted git repository. szetszwo pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/ratis-hadoop-projects.git
commit 4faca1203184798418e9275ee18578b15361ee57 Author: Chris Nauroth <[email protected]> AuthorDate: Tue Mar 16 03:54:04 2021 -0700 RATIS-1338. Update information on source, getting started and testing to reference TLP git repos. (#448) --- getting_started.html | 6 +++--- index.html | 10 +++++----- logservice/testing.html | 2 +- logservice/testing/vagrant.html | 2 +- source.html | 4 ++-- 5 files changed, 12 insertions(+), 12 deletions(-) diff --git a/getting_started.html b/getting_started.html index d55b177..505ac78 100644 --- a/getting_started.html +++ b/getting_started.html @@ -96,15 +96,15 @@ <p>To demonstrate how to use Ratis from the code, Please look at the following examples.</p> <ul> <li> -<p><a href="https://github.com/apache/incubator-ratis/tree/master/ratis-examples/src/main/java/org/apache/ratis/examples/arithmetic">Arithmetic example</a>: This is a simple distributed calculator that replicates the values defined and allows user to perform arithmetic operations on these replicated values.</p> +<p><a href="https://github.com/apache/ratis/tree/master/ratis-examples/src/main/java/org/apache/ratis/examples/arithmetic">Arithmetic example</a>: This is a simple distributed calculator that replicates the values defined and allows user to perform arithmetic operations on these replicated values.</p> </li> <li> -<p><a href="https://github.com/apache/incubator-ratis/tree/master/ratis-examples/src/main/java/org/apache/ratis/examples/filestore">FileStore example</a>: This is an example of using Ratis for reading and writing files.</p> +<p><a href="https://github.com/apache/ratis/tree/master/ratis-examples/src/main/java/org/apache/ratis/examples/filestore">FileStore example</a>: This is an example of using Ratis for reading and writing files.</p> </li> </ul> <!-- raw HTML omitted --> <p>The source code of the examples could be found in the -<a href="https://github.com/apache/incubator-ratis/blob/master/ratis-examples/">ratis-examples</a> sub-project.</p> +<a href="https://github.com/apache/ratis/blob/master/ratis-examples/">ratis-examples</a> sub-project.</p> <h3 id="maven-usage">Maven usage</h3> <p>To use in our project you can access the latest binaries from maven central:</p> <div class="highlight"><pre style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4"><code class="language-xml" data-lang="xml"><span style="color:#f92672"><dependency></span> diff --git a/index.html b/index.html index 5079989..cb78ce5 100644 --- a/index.html +++ b/index.html @@ -180,15 +180,15 @@ <p>To demonstrate how to use Ratis from the code, Please look at the following examples.</p> <ul> <li> -<p><a href="https://github.com/apache/incubator-ratis/tree/master/ratis-examples/src/main/java/org/apache/ratis/examples/arithmetic">Arithmetic example</a>: This is a simple distributed calculator that replicates the values defined and allows user to perform arithmetic operations on these replicated values.</p> +<p><a href="https://github.com/apache/ratis/tree/master/ratis-examples/src/main/java/org/apache/ratis/examples/arithmetic">Arithmetic example</a>: This is a simple distributed calculator that replicates the values defined and allows user to perform arithmetic operations on these replicated values.</p> </li> <li> -<p><a href="https://github.com/apache/incubator-ratis/tree/master/ratis-examples/src/main/java/org/apache/ratis/examples/filestore">FileStore example</a>: This is an example of using Ratis for reading and writing files.</p> +<p><a href="https://github.com/apache/ratis/tree/master/ratis-examples/src/main/java/org/apache/ratis/examples/filestore">FileStore example</a>: This is an example of using Ratis for reading and writing files.</p> </li> </ul> <!-- raw HTML omitted --> <p>The source code of the examples could be found in the -<a href="https://github.com/apache/incubator-ratis/blob/master/ratis-examples/">ratis-examples</a> sub-project.</p> +<a href="https://github.com/apache/ratis/blob/master/ratis-examples/">ratis-examples</a> sub-project.</p> <h3 id="maven-usage">Maven usage</h3> <p>To use in our project you can access the latest binaries from maven central:</p> <div class="highlight"><pre style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4"><code class="language-xml" data-lang="xml"><span style="color:#f92672"><dependency></span> @@ -278,8 +278,8 @@ issues mailing list.</p> <!-- raw HTML omitted --> <!-- raw HTML omitted --> <p>Source code is part of every release, you can download the source bundles from download section and build the project according to the included instructions.</p> -<p>The versioned source code history is available from the <a href="https://gitbox.apache.org/repos/asf?p=incubator-ratis.git">Apache git</a> repository or -from the <a href="https://github.com/apache/incubator-ratis">github mirror</a>. It is only for development and not intended for use by the general public. +<p>The versioned source code history is available from the <a href="https://gitbox.apache.org/repos/asf?p=ratis.git">Apache git</a> repository or +from the <a href="https://github.com/apache/ratis">github mirror</a>. It is only for development and not intended for use by the general public. Only the source code from the released artifacts are checked by the Project Management Committee.</p> diff --git a/logservice/testing.html b/logservice/testing.html index e1ee820..9b61f3a 100644 --- a/logservice/testing.html +++ b/logservice/testing.html @@ -153,7 +153,7 @@ scenarios. Please find more on each using the below references.</p> <!-- raw HTML omitted --> <!-- raw HTML omitted --> -<p>Please refer to the <a href="https://github.com/apache/incubator-ratis/blob/master/dev-support/vagrant/README.md">documentation</a> for instructions to use the Vagrant automation.</p> +<p>Please refer to the <a href="https://github.com/apache/ratis/blob/master/dev-support/vagrant/README.md">documentation</a> for instructions to use the Vagrant automation.</p> <p>Starting from the directory <code>dev-support/vagrant/</code>:</p> <ul> <li>To build all Vagrant boxes, invoke <code>./run_all_tests.sh build</code></li> diff --git a/logservice/testing/vagrant.html b/logservice/testing/vagrant.html index 8816d62..03c608c 100644 --- a/logservice/testing/vagrant.html +++ b/logservice/testing/vagrant.html @@ -91,7 +91,7 @@ <h1>Vagrant Testing</h1> <!-- raw HTML omitted --> <!-- raw HTML omitted --> -<p>Please refer to the <a href="https://github.com/apache/incubator-ratis/blob/master/dev-support/vagrant/README.md">documentation</a> for instructions to use the Vagrant automation.</p> +<p>Please refer to the <a href="https://github.com/apache/ratis/blob/master/dev-support/vagrant/README.md">documentation</a> for instructions to use the Vagrant automation.</p> <p>Starting from the directory <code>dev-support/vagrant/</code>:</p> <ul> <li>To build all Vagrant boxes, invoke <code>./run_all_tests.sh build</code></li> diff --git a/source.html b/source.html index d3d5198..2efc54b 100644 --- a/source.html +++ b/source.html @@ -92,8 +92,8 @@ <!-- raw HTML omitted --> <!-- raw HTML omitted --> <p>Source code is part of every release, you can download the source bundles from download section and build the project according to the included instructions.</p> -<p>The versioned source code history is available from the <a href="https://gitbox.apache.org/repos/asf?p=incubator-ratis.git">Apache git</a> repository or -from the <a href="https://github.com/apache/incubator-ratis">github mirror</a>. It is only for development and not intended for use by the general public. +<p>The versioned source code history is available from the <a href="https://gitbox.apache.org/repos/asf?p=ratis.git">Apache git</a> repository or +from the <a href="https://github.com/apache/ratis">github mirror</a>. It is only for development and not intended for use by the general public. Only the source code from the released artifacts are checked by the Project Management Committee.</p> </div>
