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

weibin pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-graphar-website.git


The following commit(s) were added to refs/heads/main by this push:
     new 89bb569  Fix the Spark Library url
89bb569 is described below

commit 89bb5690bda31c3a6c21cd7970a28809c54e8e2a
Author: acezen <[email protected]>
AuthorDate: Tue Jun 18 12:09:23 2024 +0800

    Fix the Spark Library url
    
    Signed-off-by: acezen <[email protected]>
---
 docusaurus.config.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docusaurus.config.ts b/docusaurus.config.ts
index 94b86ef..7ee858e 100644
--- a/docusaurus.config.ts
+++ b/docusaurus.config.ts
@@ -119,7 +119,7 @@ const config: Config = {
             // },
             {
               label: 'Spark Library',
-              to: 'pathname:///docs/spark/'
+              to: 'pathname:///docs/spark/org/apache/graphar/index.html'
             },
             {
               label: 'PySpark Library',


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to