Fix sdk doc names

This commit is contained in:
Li 2022-10-10 13:23:47 +13:00
parent fa4b445e50
commit 79f3121985
1 changed files with 3 additions and 3 deletions

View File

@ -330,14 +330,14 @@ function getIcon(string $file)
<a href="/psm-sdk-doc/en" class="devtool" id="sdkdocen">
<img src="/img/docs.png" width="128" height="128" class="bubble">
<span id="textContent">
English SDK Documentation
English Docs
</span>
</a>
<a href="/psm-sdk-doc/jp" class="devtool" id="sdkdocjp">
<img src="/img/docs.png" width="128" height="128" class="bubble">
<span id="textContent">
Japanese SDK Documentation
Japanese Docs
</span>
</a>
<?php
@ -359,7 +359,7 @@ function getIcon(string $file)
<a href="?type=psm-sdk-doc" class="devtool" id="sdkdoc">
<img src="/img/docs.png" width="128" height="128" class="bubble">
<span id="textContent">
SDK Documentation
SDK Docs
</span>
</a>
<?php