This is an automated email from the ASF dual-hosted git repository.

zhangzp pushed a commit to branch release-2.1
in repository https://gitbox.apache.org/repos/asf/flink-ml.git


The following commit(s) were added to refs/heads/release-2.1 by this push:
     new 143bd4f  [hotfix] Fix baseURL in docs/config.toml
143bd4f is described below

commit 143bd4fdc4b2d0cfef7a12893bbffb6ff1c070e3
Author: Zhipeng Zhang <[email protected]>
AuthorDate: Tue Jun 28 10:47:24 2022 +0800

    [hotfix] Fix baseURL in docs/config.toml
    
    This closes #122.
---
 docs/config.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/config.toml b/docs/config.toml
index 7a7b8cd..beba5ac 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 = '//nightlies.apache.org/flink/flink-ml-docs-2.1'
+baseURL = '//nightlies.apache.org/flink/flink-ml-docs-release-2.1'
 languageCode = 'en-us'
 title = 'Apache Flink Machine Learning Library'
 enableGitInfo = false

Reply via email to