diff --git a/docs/en/api/Java-API.md b/docs/en/api/Java-API.md index 74d70523be19..f2a06be954f4 100644 --- a/docs/en/api/Java-API.md +++ b/docs/en/api/Java-API.md @@ -337,6 +337,6 @@ org.apache.orc.Reader orc = org.apache.orc.OrcFile.createReader( ### Examples in Source Code There are several example Java programs. They are: -* [`Alluxio native API`](/examples/src/main/java/alluxio/examples/AlluxioFS.java) -* [`Alluxio Hadoop-Compatible File System`](/examples/src/main/java/alluxio/examples/AlluxioHDFS.java) -* [`HDFS`](/examples/src/main/java/alluxio/examples/HDFS.java) +* [`Alluxio native API`](https://github.com/Alluxio/alluxio/tree/master/examples/src/main/java/alluxio/examples/AlluxioFS.java) +* [`Alluxio Hadoop-Compatible File System`](https://github.com/Alluxio/alluxio/tree/master/examples/src/main/java/alluxio/examples/AlluxioHDFS.java) +* [`HDFS`](https://github.com/Alluxio/alluxio/tree/master/examples/src/main/java/alluxio/examples/HDFS.java)