This is an automated email from the ASF dual-hosted git repository.
shuai pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/answer-website.git
The following commit(s) were added to refs/heads/main by this push:
new 9bea1896c fix: change tlatest.json url value
9bea1896c is described below
commit 9bea1896ca8a431d6b956c1119478daa502ce879
Author: shuai <[email protected]>
AuthorDate: Thu Apr 24 16:22:06 2025 +0800
fix: change tlatest.json url value
---
static/data/latest.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/static/data/latest.json b/static/data/latest.json
index 99f558ddb..021cc2843 100644
--- a/static/data/latest.json
+++ b/static/data/latest.json
@@ -1,6 +1,6 @@
{
"release": {
"version": "1.4.5",
- "url": "https://github.com/answerdev/answer/releases/tag/v1.4.5"
+ "url": "https://github.com/apache/answer/releases/tag/v1.4.5"
}
}
\ No newline at end of file