This is an automated email from the ASF dual-hosted git repository.
ckj pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-uniffle.git
The following commit(s) were added to refs/heads/master by this push:
new 211090f1 Fixes errors in doc header and operator install command (#506)
211090f1 is described below
commit 211090f17dc3bf6ea5e1126c315a21285dca2e70
Author: Junfan Zhang <[email protected]>
AuthorDate: Fri Jan 20 16:25:34 2023 +0800
Fixes errors in doc header and operator install command (#506)
### What changes were proposed in this pull request?
Fixes errors in doc header and operator install command
### Why are the changes needed?
Fixes errors in doc header and operator install command
### Does this PR introduce _any_ user-facing change?
No
### How was this patch tested?
Don't need
---
docs/operator/install.md | 2 +-
docs/uniffle-migration-guide.md | 28 ++++++++++++++--------------
2 files changed, 15 insertions(+), 15 deletions(-)
diff --git a/docs/operator/install.md b/docs/operator/install.md
index bfab3452..06a380ad 100644
--- a/docs/operator/install.md
+++ b/docs/operator/install.md
@@ -31,7 +31,7 @@ Please make sure the kubectl is properly configured to
interact with the Kuberne
Run the following command:
```
-cd /deploy/kubernetes/docker && sh build.sh --registry ${our-registry}
+cd deploy/kubernetes/docker && sh build.sh --registry ${our-registry}
```
## Creating or Updating CRD
diff --git a/docs/uniffle-migration-guide.md b/docs/uniffle-migration-guide.md
index 6d8edbdd..a53df7b5 100644
--- a/docs/uniffle-migration-guide.md
+++ b/docs/uniffle-migration-guide.md
@@ -4,20 +4,20 @@ displayTitle: Uniffle Migration Guide
title: Uniffle Migration Guide
description: Uniffle Migration Guide
license: |
-Licensed to the Apache Software Foundation (ASF) under one or more
-contributor license agreements. See the NOTICE file distributed with
-this work for additional information regarding copyright ownership.
-The ASF licenses this file to You under the Apache License, Version 2.0
-(the "License"); you may not use this file except in compliance with
-the License. You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements. See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
---
# Upgrading from Coordinator 0.6 to 0.7