bzp2010 commented on code in PR #11160:
URL: https://github.com/apache/apisix/pull/11160#discussion_r1567588093
##########
docs/en/latest/building-apisix.md:
##########
@@ -54,7 +54,7 @@ APISIX_VERSION='3.9.0'
Then, you can run the following command to clone the APISIX source code from
Github:
```shell
-git clone --depth 1 --branch ${APISIX_VERSION}
https://github.com/apache/apisix.git apisix-${APISIX_VERSION}
+git clone --depth 1 --branch master https://github.com/apache/apisix.git
apisix-${APISIX_VERSION}
Review Comment:
Since this document is often referenced in release vote, it uses a fixed
version number, and you can see the definition of the version variable value on
line 51.
--
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]