Skip to content

Commit c36b7b2

Browse files
committed
Update docs url
1 parent 688f662 commit c36b7b2

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
sarif_file: sarif-results/cpp.sarif
8585

8686
- name: Upload loc as a Build Artifact
87-
uses: actions/upload-artifact@v3
87+
uses: actions/upload-artifact@v4
8888
with:
8989
name: sarif-results
9090
path: sarif-results

.github/workflows/docs-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515
required: true
1616
env:
1717
DOCS_CI: 1
18-
PYTHON_VERSION: 3.x
18+
PYTHON_VERSION: '3.10'
1919

2020
jobs:
2121
documentation:
@@ -27,7 +27,7 @@ jobs:
2727
uses: actions/checkout@v4
2828

2929
- name: Set up Python runtime
30-
uses: actions/setup-python@v4
30+
uses: actions/setup-python@v5
3131
with:
3232
python-version: ${{ env.PYTHON_VERSION }}
3333

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<p align="center"><a href="https://yasio.github.io/yasio" target="_blank" rel="noopener noreferrer"><img width="160" src="docs/assets/images/logo.png" alt="yasio logo"></a></p>
1+
<p align="center"><a href="https://global.simdsoft.com/yasio" target="_blank" rel="noopener noreferrer"><img width="160" src="docs/assets/images/logo.png" alt="yasio logo"></a></p>
22

33
# *YASIO* - *Y*et *A*nother *S*ocket *I*/*O* library.
44

@@ -46,7 +46,7 @@
4646

4747
## 文档
4848

49-
* [https://yasio.github.io/yasio](https://yasio.github.io/yasio)
49+
* [https://global.simdsoft.com/yasio](https://global.simdsoft.com/yasio)
5050

5151
## 使用g++快速运行tcptest测试程序
5252

README_EN.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<p align="center"><a href="https://yasio.github.io/yasio" target="_blank" rel="noopener noreferrer"><img width="160" src="docs/assets/images/logo.png" alt="yasio logo"></a></p>
1+
<p align="center"><a href="https://global.simdsoft.com/yasio" target="_blank" rel="noopener noreferrer"><img width="160" src="docs/assets/images/logo.png" alt="yasio logo"></a></p>
22

33
# *YASIO* - *Y*et *A*nother *S*ocket *I*/*O* library.
44

@@ -48,7 +48,7 @@
4848

4949
## Docomentation
5050

51-
* [https://yasio.github.io/en](https://yasio.github.io/en)
51+
* [https://global.simdsoft.com/yasio/](https://global.simdsoft.com/yasio/)
5252

5353
## Simple run tcptest with g++
5454

certs/gen.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ date_expire_ts=${date_ts/$date_year/$date_expire_year}
2020
time_expire_ts=`date -d $date_expire_ts +%s`
2121
valid_days=$((($time_expire_ts - $time_ts) / 86400))
2222
v3ext_file=`pwd`/v3.ext
23-
org_name=yasio
23+
org_name=simdsoft
2424

25-
issuer_cn="yasio.github.io"
25+
issuer_cn="global.simdsoft.com"
2626
issuer_subj="/C=CN/O=$org_name/CN=$issuer_cn"
2727

2828
# Create Self-Signed Root CA(Certificate Authority)

mkdocs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,12 +129,12 @@ extra:
129129
alternate:
130130
# Switch to Chinese Simplfied
131131
- name: 简体中文
132-
link: https://yasio.github.io/yasio/
132+
link: https://global.simdsoft.com/yasio/
133133
lang: zh
134134

135135
# Switch to English
136136
- name: English
137-
link: https://yasio.github.io/en/
137+
link: https://global.simdsoft.com/yasio/
138138
lang: en
139139
version:
140140
provider: mike

0 commit comments

Comments
 (0)