This is an automated email from the ASF dual-hosted git repository. lzljs3620320 pushed a commit to branch release-0.4 in repository https://gitbox.apache.org/repos/asf/incubator-paimon.git
commit 71244593a1948f97f662cf1a6bcd3d73c87704e0 Author: JingsongLi <[email protected]> AuthorDate: Fri May 5 14:06:34 2023 +0800 [doc] Fix config.toml --- docs/config.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/config.toml b/docs/config.toml index aed0cdffb..0dea01d40 100644 --- a/docs/config.toml +++ b/docs/config.toml @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -baseURL = '//paimon.apache.org/docs/master' +baseURL = '//paimon.apache.org/docs/0.4' languageCode = 'en-us' title = 'Apache Paimon' enableGitInfo = false @@ -41,7 +41,7 @@ pygmentsUseClasses = true VersionTitle = "0.4-SNAPSHOT" # The branch for this version of Apache Paimon - Branch = "master" + Branch = "0.4" # The github repository for Apache Paimon Repo = "//github.com/apache/incubator-paimon"
