Skip to content

Commit

Permalink
Modify the absolute link of doc url (#312)
Browse files Browse the repository at this point in the history
  • Loading branch information
lacrimosaprinz authored Mar 9, 2023
1 parent 252b00b commit 14c81c4
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Welcome to MatrixOne documentation!

This repository stores all the source files of MatrixOne document website. You can visit our documents via [matrixorigin docs](http://docs.matrixorigin.io)
This repository stores all the source files of MatrixOne document website. You can visit our documents via [matrixorigin docs](https://docs.matrixorigin.cn/en/)

MatrixOne is a future-oriented hyperconverged cloud & edge native DBMS that supports transactional, analytical, and streaming workload with a simplified and distributed database engine, across multiple datacenters, clouds, edges and other heterogenous infrastructures.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The MatrixOne documentation is managed in 3 repositories:

* The images and unstructured data are located in the [artwork](https://github.com/matrixorigin/artwork) repo.

The images are referred to as web image links from `artwork` repo. The `matrixorigin.io` and `matrixorigin.io.cn` have implemented a CI&CD project, which will be triggered by a new code merge and manual launch. This CI&CD workflow publishes the documentation to [https://docs.matrixorigin.io/](https://docs.matrixorigin.io/).
The images are referred to as web image links from `artwork` repo. The `matrixorigin.io` and `matrixorigin.io.cn` have implemented a CI&CD project, which will be triggered by a new code merge and manual launch. This CI&CD workflow publishes the documentation to [https://docs.matrixorigin.cn/en/](https://docs.matrixorigin.cn/en/).

The documentation project is based on the [mkdocs-material](https://github.com/squidfunk/mkdocs-material). You can find the corresponding syntax and commands with this project.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Before asking a question, make sure you have:
- Searched open and closed [GitHub issues](https://github.com/matrixorigin/matrixone/issues)
- Read the documentation:
- [MatrixOne Readme](https://github.com/matrixorigin/matrixone)
- [MatrixOne Doc](https://docs.matrixorigin.io/)
- [MatrixOne Doc](https://docs.matrixorigin.cn/en/)

## **Issue Labels**

Expand Down
2 changes: 1 addition & 1 deletion docs/MatrixOne/FAQs/product-faqs.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@

* **In addition to the MatrixOne documentation, are there any other ways to acquire MatrixOne knowledge?**

Currently, [MatrixOne documentation](https://docs.matrixorigin.io/) is the most important and timely way to get MatrixOne related knowledge. In addition, we also have some technical communication groups in Slack and WeChat. If you have any needs, contact [[email protected]](mailto:[email protected]).
Currently, [MatrixOne documentation](https://docs.matrixorigin.cn/en/) is the most important and timely way to get MatrixOne related knowledge. In addition, we also have some technical communication groups in Slack and WeChat. If you have any needs, contact [[email protected]](mailto:[email protected]).
2 changes: 1 addition & 1 deletion docs/MatrixOne/FAQs/sql-faqs.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

* **How do I know how my query is executed?**

To see how MatrixOne executes for a given query, you can use the [`EXPLAIN`](https://docs.matrixorigin.io/0.5.1/MatrixOne/Reference/SQL-Reference/Explain/explain/) statement, which will print out the query plan.
To see how MatrixOne executes for a given query, you can use the [`EXPLAIN`](../Reference/SQL-Reference/Other/Explain/explain.md) statement, which will print out the query plan.

```
EXPLAIN SELECT col1 FROM tbl1;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ For more information on data integrity constraints, see [Data Integrity Constrai

__Note:__ `Cluster by` cannot coexist with a primary key, or a syntax error will occur. `Cluster by` can only be specified when creating a table and does not support dynamic creation.

For more information on using `Cluster by` for performing tuning, see [Using `Cluster by` for performance tuning](../../../../../../Performance-Tuning/optimization-concepts/through-cluster-by.md).
For more information on using `Cluster by` for performing tuning, see [Using `Cluster by` for performance tuning](../../../Performance-Tuning/optimization-concepts/through-cluster-by.md).

#### Table PARTITION and PARTITIONS

Expand Down

0 comments on commit 14c81c4

Please sign in to comment.