zhongjiajie commented on a change in pull request #101:
URL:
https://github.com/apache/incubator-seatunnel-website/pull/101#discussion_r839258878
##########
File path: src/pages/home/index.jsx
##########
@@ -30,7 +32,8 @@ export default function () {
<p
className="main_slogan">{dataSource.home.banner.slogan}</p>
<div className="button_row center">
- <a
href="https://seatunnel.apache.org/docs/category/start"
className="corner_button blue_fill">{dataSource.common.getStart}</a>
+ {/* TODO next release should be change to
/category/start */}
+ <a href={'/docs/' + versions[0] + '/introduction'}
className="corner_button blue_fill">{dataSource.common.getStart}</a>
Review comment:
I make it jump to our latest release version docment
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]