You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@linkis.apache.org by ca...@apache.org on 2022/05/29 15:31:07 UTC

[incubator-linkis-website] branch dev updated: [Improvement-269] Fix linkis website checks (#283)

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

casion pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-linkis-website.git


The following commit(s) were added to refs/heads/dev by this push:
     new e0977ca24 [Improvement-269] Fix linkis website checks (#283)
e0977ca24 is described below

commit e0977ca24a95bee6daa081ca5d2189365f4e5758
Author: Beacontownfc <89...@users.noreply.github.com>
AuthorDate: Sun May 29 23:31:02 2022 +0800

    [Improvement-269] Fix linkis website checks (#283)
    
     modify docusaurus.config.js
---
 .asf.yaml            | 2 +-
 docusaurus.config.js | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index 16b8d98b2..e52ba1f0b 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -19,7 +19,7 @@ github:
     # Enable issue management
     issues: true
   description: Apache Linkis documents
-  homepage: https://linkis.apache.org/
+  homepage: https://linkis.incubator.apache.org
   labels:
     - linkis
     - website
diff --git a/docusaurus.config.js b/docusaurus.config.js
index f574e8cab..5af48f0de 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -7,7 +7,7 @@ const darkCodeTheme = require('prism-react-renderer/themes/dracula');
   // omit unrelated docusaurus options
   title: 'Apache Linkis',
   tagline: 'Apache Linkis',
-  url: 'https://linkis.apache.org',
+  url: 'https://linkis.incubator.apache.org',
   baseUrl: '/',
   onBrokenLinks: 'ignore',
   onBrokenMarkdownLinks: 'warn',


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@linkis.apache.org
For additional commands, e-mail: commits-help@linkis.apache.org