You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2022/10/09 03:20:57 UTC

[GitHub] [doris] wangtianyi2004 opened a new pull request, #13200: [typo](docs)Fix the jump link 404 in release-verify

wangtianyi2004 opened a new pull request, #13200:
URL: https://github.com/apache/doris/pull/13200

   # Proposed changes
   
   Issue Number: close #xxx
   
   ## Problem summary
   
   Describe your changes.
   
   ## Checklist(Required)
   
   1. Does it affect the original behavior: 
       - [ ] Yes
       - [ ] No
       - [ ] I don't know
   2. Has unit tests been added:
       - [ ] Yes
       - [ ] No
       - [ ] No Need
   3. Has document been added or modified:
       - [ ] Yes
       - [ ] No
       - [ ] No Need
   4. Does it need to update dependencies:
       - [ ] Yes
       - [ ] No
   5. Are there any changes that cannot be rolled back:
       - [ ] Yes (If Yes, please explain WHY)
       - [ ] No
   
   ## Further comments
   
   If this is a relatively large or complex change, kick off the discussion at [dev@doris.apache.org](mailto:dev@doris.apache.org) by explaining why you chose the solution you did and what alternatives you considered, etc...
   
   


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org


[GitHub] [doris] hf200012 commented on a diff in pull request #13200: [typo](docs)Fix the jump link 404 in release-verify

Posted by GitBox <gi...@apache.org>.
hf200012 commented on code in PR #13200:
URL: https://github.com/apache/doris/pull/13200#discussion_r990730186


##########
docs/zh-CN/community/how-to-contribute/how-to-contribute.md:
##########
@@ -78,7 +78,7 @@ under the License.
 
 ## 修改代码和提交PR(Pull Request)
 
-您可以下载代码,编译安装,部署运行试一试(可以参考[编译文档](/docs/install/source-install/compilation.md),看看是否与您预想的一样工作。如果有问题,您可以直接联系我们,提 Issue 或者通过阅读和分析源代码自己修复。
+您可以下载代码,编译安装,部署运行试一试(可以参考[编译文档](../../../zh-CN/docs/install/source-install/compilation.md),看看是否与您预想的一样工作。如果有问题,您可以直接联系我们,提 Issue 或者通过阅读和分析源代码自己修复。

Review Comment:
   ```suggestion
   您可以下载代码,编译安装,部署运行试一试(可以参考[编译文档](/docs/install/source-install/compilation),看看是否与您预想的一样工作。如果有问题,您可以直接联系我们,提 Issue 或者通过阅读和分析源代码自己修复。
   ```



-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org


[GitHub] [doris] hf200012 commented on a diff in pull request #13200: [typo](docs)Fix the jump link 404 in release-verify

Posted by GitBox <gi...@apache.org>.
hf200012 commented on code in PR #13200:
URL: https://github.com/apache/doris/pull/13200#discussion_r990730164


##########
docs/zh-CN/community/release-and-verify/release-verify.md:
##########
@@ -97,6 +97,6 @@ INFO Totally checked 5611 files, valid: 3926, invalid: 0, ignored: 1685, fixed:
 
 请参阅各组件的编译文档验证编译。
 
-* Doris 主代码编译,请参阅 [编译文档](../../docs/install/source-install/compilation)
-* Flink Doris Connector 编译,请参阅 [编译文档](../../docs/ecosystem/flink-doris-connector)
-* Spark Doris Connector 编译,请参阅 [编译文档](../../docs/ecosystem/spark-doris-connector)
+* Doris 主代码编译,请参阅 [编译文档](../../docs/install/source-install/compilation.md)
+* Flink Doris Connector 编译,请参阅 [编译文档](../../docs/ecosystem/flink-doris-connector.md)

Review Comment:
   ```suggestion
   * Flink Doris Connector 编译,请参阅 [编译文档](/docs/ecosystem/flink-doris-connector)
   ```



##########
docs/zh-CN/community/release-and-verify/release-verify.md:
##########
@@ -97,6 +97,6 @@ INFO Totally checked 5611 files, valid: 3926, invalid: 0, ignored: 1685, fixed:
 
 请参阅各组件的编译文档验证编译。
 
-* Doris 主代码编译,请参阅 [编译文档](../../docs/install/source-install/compilation)
-* Flink Doris Connector 编译,请参阅 [编译文档](../../docs/ecosystem/flink-doris-connector)
-* Spark Doris Connector 编译,请参阅 [编译文档](../../docs/ecosystem/spark-doris-connector)
+* Doris 主代码编译,请参阅 [编译文档](../../docs/install/source-install/compilation.md)
+* Flink Doris Connector 编译,请参阅 [编译文档](../../docs/ecosystem/flink-doris-connector.md)
+* Spark Doris Connector 编译,请参阅 [编译文档](../../docs/ecosystem/spark-doris-connector.md)

Review Comment:
   ```suggestion
   * Spark Doris Connector 编译,请参阅 [编译文档](/docs/ecosystem/spark-doris-connector)
   ```



##########
docs/zh-CN/community/release-and-verify/release-verify.md:
##########
@@ -97,6 +97,6 @@ INFO Totally checked 5611 files, valid: 3926, invalid: 0, ignored: 1685, fixed:
 
 请参阅各组件的编译文档验证编译。
 
-* Doris 主代码编译,请参阅 [编译文档](../../docs/install/source-install/compilation)
-* Flink Doris Connector 编译,请参阅 [编译文档](../../docs/ecosystem/flink-doris-connector)
-* Spark Doris Connector 编译,请参阅 [编译文档](../../docs/ecosystem/spark-doris-connector)
+* Doris 主代码编译,请参阅 [编译文档](../../docs/install/source-install/compilation.md)

Review Comment:
   ```suggestion
   * Doris 主代码编译,请参阅 [编译文档](/docs/install/source-install/compilation)
   ```



-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org


[GitHub] [doris] jackwener commented on pull request #13200: [typo](docs)Fix the jump link 404 in release-verify

Posted by GitBox <gi...@apache.org>.
jackwener commented on PR #13200:
URL: https://github.com/apache/doris/pull/13200#issuecomment-1292090480

   these problems already were fixed, close. 


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org


[GitHub] [doris] wangtianyi2004 commented on pull request #13200: [typo](docs)Fix the jump link 404 in release-verify

Posted by GitBox <gi...@apache.org>.
wangtianyi2004 commented on PR #13200:
URL: https://github.com/apache/doris/pull/13200#issuecomment-1274452501

   [typo](docs)Fix the jump link 404 in release-verify #13200
   


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org


[GitHub] [doris] wangtianyi2004 commented on pull request #13200: [typo](docs)Fix the jump link 404 in release-verify

Posted by GitBox <gi...@apache.org>.
wangtianyi2004 commented on PR #13200:
URL: https://github.com/apache/doris/pull/13200#issuecomment-1274452638

   [typo](docs)Fix the jump link 404 in release-verify #13200
   


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org


[GitHub] [doris] jackwener closed pull request #13200: [typo](docs)Fix the jump link 404 in release-verify

Posted by GitBox <gi...@apache.org>.
jackwener closed pull request #13200: [typo](docs)Fix the jump link 404 in release-verify
URL: https://github.com/apache/doris/pull/13200


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org