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

szetszwo pushed a commit to branch asf-site-source
in repository https://gitbox.apache.org/repos/asf/ratis.git


The following commit(s) were added to refs/heads/asf-site-source by this push:
     new 4bda75b  RATIS-1338. Update information on source, getting started and 
testing to reference TLP git repos. (#447)
4bda75b is described below

commit 4bda75b7cd9ad4ab044aa4f11508378198872d21
Author: Chris Nauroth <[email protected]>
AuthorDate: Tue Mar 16 03:53:06 2021 -0700

    RATIS-1338. Update information on source, getting started and testing to 
reference TLP git repos. (#447)
---
 content/getting_started.md            | 6 +++---
 content/logservice/testing/vagrant.md | 2 +-
 content/source.md                     | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/content/getting_started.md b/content/getting_started.md
index c249d3c..7137661 100644
--- a/content/getting_started.md
+++ b/content/getting_started.md
@@ -21,14 +21,14 @@ Ratis is a [Raft](https://raft.github.io/) protocol 
*library* in Java. It's not
 
 To demonstrate how to use Ratis from the code, Please look at the following 
examples.
 
- * [Arithmetic 
example](https://github.com/apache/incubator-ratis/tree/master/ratis-examples/src/main/java/org/apache/ratis/examples/arithmetic):
 This is a simple distributed calculator that replicates the values defined and 
allows user to perform arithmetic operations on these replicated values.
+ * [Arithmetic 
example](https://github.com/apache/ratis/tree/master/ratis-examples/src/main/java/org/apache/ratis/examples/arithmetic):
 This is a simple distributed calculator that replicates the values defined and 
allows user to perform arithmetic operations on these replicated values.
 
- * [FileStore 
example](https://github.com/apache/incubator-ratis/tree/master/ratis-examples/src/main/java/org/apache/ratis/examples/filestore):
 This is an example of using Ratis for reading and writing files.
+ * [FileStore 
example](https://github.com/apache/ratis/tree/master/ratis-examples/src/main/java/org/apache/ratis/examples/filestore):
 This is an example of using Ratis for reading and writing files.
 
 <!-- TODO: We should have the following as documentation in the github.  -->
 
 The source code of the examples could be found in the
-[ratis-examples](https://github.com/apache/incubator-ratis/blob/master/ratis-examples/)
 sub-project.
+[ratis-examples](https://github.com/apache/ratis/blob/master/ratis-examples/) 
sub-project.
 
 ### Maven usage
 
diff --git a/content/logservice/testing/vagrant.md 
b/content/logservice/testing/vagrant.md
index fcac0ed..5640b73 100644
--- a/content/logservice/testing/vagrant.md
+++ b/content/logservice/testing/vagrant.md
@@ -15,7 +15,7 @@ title: Vagrant Testing
   limitations under the License. See accompanying LICENSE file.
 -->
 
-Please refer to the 
[documentation](https://github.com/apache/incubator-ratis/blob/master/dev-support/vagrant/README.md)
 for instructions to use the Vagrant automation.
+Please refer to the 
[documentation](https://github.com/apache/ratis/blob/master/dev-support/vagrant/README.md)
 for instructions to use the Vagrant automation.
 
 Starting from the directory `dev-support/vagrant/`:
 
diff --git a/content/source.md b/content/source.md
index 0f2e7a5..fca0edf 100644
--- a/content/source.md
+++ b/content/source.md
@@ -17,6 +17,6 @@ title: Source
 
 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.
 
-The versioned source code history is available from the [Apache 
git](https://gitbox.apache.org/repos/asf?p=incubator-ratis.git) repository or 
-from the [github mirror](https://github.com/apache/incubator-ratis). It is 
only for development and not intended for use by the general public. 
+The versioned source code history is available from the [Apache 
git](https://gitbox.apache.org/repos/asf?p=ratis.git) repository or
+from the [github mirror](https://github.com/apache/ratis). 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.

Reply via email to