docs: update doc url

pull/6934/head
tangjinzhou 2023-03-15 16:58:06 +08:00
parent 43a48ed422
commit 4136b3b62a
1 changed files with 1 additions and 1 deletions

View File

@ -165,7 +165,7 @@ export default {
<a-select-option value="2.x" onClick={() => this.changeVersion('2x')}> <a-select-option value="2.x" onClick={() => this.changeVersion('2x')}>
v2 LST v2 LST
</a-select-option> </a-select-option>
<a-select-option value="next" onClick={() => this.changeVersion('next')}> <a-select-option value="www" onClick={() => this.changeVersion('www')}>
v3 Current (Latest Features) v3 Current (Latest Features)
</a-select-option> </a-select-option>
</a-select> </a-select>