This is an automated email from the ASF dual-hosted git repository.
linxinyuan pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-texera-site.git
The following commit(s) were added to refs/heads/main by this push:
new 27139de Update link in index.html to include href attribute
27139de is described below
commit 27139de8a076c5aaf0e4f1c4563526cf38a28acd
Author: Xinyuan Lin <[email protected]>
AuthorDate: Fri Oct 17 23:29:31 2025 -0700
Update link in index.html to include href attribute
---
content/index.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/content/index.html b/content/index.html
index 5dfc158..b800266 100644
--- a/content/index.html
+++ b/content/index.html
@@ -6,7 +6,7 @@
<body>
Hello World! </br>
-Modify the content at <a>https://github.com/apache/incubator-texera-site</a>
+ Modify the content at <a
href="https://github.com/apache/incubator-texera-site">incubator-texera-site</a>
</body>
</html>