xushiyan commented on a change in pull request #1698:
URL: https://github.com/apache/hudi/pull/1698#discussion_r436319767



##########
File path: docs/_pages/contributing.cn.md
##########
@@ -25,7 +25,7 @@ To contribute code, you need
 
 To contribute, you would need to do the following
  
- - Fork the Hudi code on Github & then clone your own fork locally. Once 
cloned, we recommend building as per instructions on 
[quickstart](/docs/quick-start-guide.html)
+ - Fork the Hudi code on Github & then clone your own fork locally. Once 
cloned, we recommend building as per instructions on [quickstart]({{ 
site.baseurl }}/docs/quick-start-guide.html)

Review comment:
       seems like `cn` files need double slash? 
   
   ```suggestion
    - Fork the Hudi code on Github & then clone your own fork locally. Once 
cloned, we recommend building as per instructions on [quickstart]({{ 
site.baseurl }}/cn/docs//quick-start-guide.html)
   ```

##########
File path: docs/_docs/0_3_migration_guide.cn.md
##########
@@ -52,7 +52,7 @@ for partition in [list of partitions in source dataset] {
 
 **Option 3**
 Write your own custom logic of how to load an existing dataset into a Hudi 
managed one. Please read about the RDD API
- [here](/cn/docs/quick-start-guide.html). Using the HDFSParquetImporter Tool. 
Once hudi has been built via `mvn clean install -DskipTests`, the shell can be
+ [here]({{ site.baseurl }}/cn/docs//quick-start-guide.html). Using the 
HDFSParquetImporter Tool. Once hudi has been built via `mvn clean install 
-DskipTests`, the shell can be

Review comment:
       `-DskipITs` as well?

##########
File path: docs/_pages/releases.cn.md
##########
@@ -7,7 +7,7 @@ last_modified_at: 2019-12-30T15:59:57-04:00
 language: cn
 ---
 
-## [Release 
0.5.2-incubating](https://github.com/apache/hudi/releases/tag/release-0.5.2-incubating)
 ([docs](/docs/0.5.2-quick-start-guide.html))
+## [Release 
0.5.2-incubating](https://github.com/apache/hudi/releases/tag/release-0.5.2-incubating)
 ([docs]({{ site.baseurl }}/docs/0.5.2-quick-start-guide.html))

Review comment:
       ditto

##########
File path: docs/_pages/releases.cn.md
##########
@@ -33,7 +33,7 @@ temp_query --sql "select Instant, NumInserts, NumWrites from 
satishkotha_debug w
 ### Raw Release Notes
   The raw release notes are available 
[here](https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12322822&version=12346606)
 
-## [Release 
0.5.1-incubating](https://github.com/apache/hudi/releases/tag/release-0.5.1-incubating)
 ([docs](/docs/0.5.1-quick-start-guide.html))
+## [Release 
0.5.1-incubating](https://github.com/apache/hudi/releases/tag/release-0.5.1-incubating)
 ([docs]({{ site.baseurl }}/docs/0.5.1-quick-start-guide.html))

Review comment:
       ditto




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to