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

wuwei pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tvm-site.git


The following commit(s) were added to refs/heads/main by this push:
     new c0c11309c1 Fix project links
c0c11309c1 is described below

commit c0c11309c181a0e86a896d2d9b0508c92480980a
Author: Wuwei Lin <[email protected]>
AuthorDate: Sat May 13 20:44:16 2023 -0700

    Fix project links
---
 _data/community.yml | 6 +++---
 _data/menus.yml     | 4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/_data/community.yml b/_data/community.yml
index 59bc2dd7c0..762f59fe6f 100644
--- a/_data/community.yml
+++ b/_data/community.yml
@@ -10,15 +10,15 @@
 - cardname: TVM Conference
   des: We hold a yearly conference on the state of the art for TVM and would 
love for you to join us. You can also view videos from our past conferences 
here.
   buttonname: Learn About the Conference
-  link: https://tvmconf.org/
+  link: https://tvmcon.org/
 - cardname: Github Issues
   des: We use our Github issue tracker for developer RFCs and roadmap 
discussion.
   buttonname: Github Issue Tracker
-  link: https://github.com/apache/incubator-tvm/issues/
+  link: https://github.com/apache/tvm/issues/
 - cardname: Roadmap
   des: We are releasing our public roadmaps on github. Please reach out are 
interested working in aspects that are not on the roadmap.
   buttonname: See The Public Roadmap
-  link: https://github.com/apache/incubator-tvm/projects/1
+  link: https://github.com/apache/tvm/projects/1
 - cardname: Contributing
   des: As a community project, we welcome contributions! The package is 
developed and used by the community.
   buttonname: Contribute
diff --git a/_data/menus.yml b/_data/menus.yml
index 2b981d6c98..df0be29cdb 100644
--- a/_data/menus.yml
+++ b/_data/menus.yml
@@ -9,6 +9,6 @@
 - name: Docs
   link: https://tvm.apache.org/docs/
 - name: Conference
-  link: https://tvmconf.org/
+  link: https://tvmcon.org/
 - name: Github
-  link: https://github.com/apache/incubator-tvm/
+  link: https://github.com/apache/tvm/

Reply via email to