From 585159adffbbf2d66eae9a66ccb3f3b43fbf65b5 Mon Sep 17 00:00:00 2001 From: Qishang Zhong Date: Wed, 3 Apr 2024 16:01:00 +0800 Subject: [PATCH] Fix link --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 492e4af..3ad85a2 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ # Amoro Documentation Site This repository contains the documentation for [Amoro](https://github.com/apache/incubator-amoro). -It's built with [Hugo](https://gohugo.io/) and hosted at https://amoro.apche.org. +It's built with [Hugo](https://gohugo.io/) and hosted at https://amoro.apache.org. # Structure @@ -115,4 +115,4 @@ hugo -b http://localhost:5500/docs/latest/ -d ../public/docs/latest You should then have both sites deployed to the `public` directory which you can launch using your live server. -**Note:** The examples above use port `5500`. Be sure to change the port number if your local live server uses a different port. \ No newline at end of file +**Note:** The examples above use port `5500`. Be sure to change the port number if your local live server uses a different port.