Skip to content

Commit

Permalink
Update docs url
Browse files Browse the repository at this point in the history
  • Loading branch information
halx99 committed Feb 15, 2025
1 parent 688f662 commit c36b7b2
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
sarif_file: sarif-results/cpp.sarif

- name: Upload loc as a Build Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: sarif-results
path: sarif-results
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docs-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
required: true
env:
DOCS_CI: 1
PYTHON_VERSION: 3.x
PYTHON_VERSION: '3.10'

jobs:
documentation:
Expand All @@ -27,7 +27,7 @@ jobs:
uses: actions/checkout@v4

- name: Set up Python runtime
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ env.PYTHON_VERSION }}

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<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>
<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>

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

Expand Down Expand Up @@ -46,7 +46,7 @@

## 文档

* [https://yasio.github.io/yasio](https://yasio.github.io/yasio)
* [https://global.simdsoft.com/yasio](https://global.simdsoft.com/yasio)

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

Expand Down
4 changes: 2 additions & 2 deletions README_EN.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<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>
<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>

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

Expand Down Expand Up @@ -48,7 +48,7 @@

## Docomentation

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

## Simple run tcptest with g++

Expand Down
4 changes: 2 additions & 2 deletions certs/gen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ date_expire_ts=${date_ts/$date_year/$date_expire_year}
time_expire_ts=`date -d $date_expire_ts +%s`
valid_days=$((($time_expire_ts - $time_ts) / 86400))
v3ext_file=`pwd`/v3.ext
org_name=yasio
org_name=simdsoft

issuer_cn="yasio.github.io"
issuer_cn="global.simdsoft.com"
issuer_subj="/C=CN/O=$org_name/CN=$issuer_cn"

# Create Self-Signed Root CA(Certificate Authority)
Expand Down
4 changes: 2 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,12 +129,12 @@ extra:
alternate:
# Switch to Chinese Simplfied
- name: 简体中文
link: https://yasio.github.io/yasio/
link: https://global.simdsoft.com/yasio/
lang: zh

# Switch to English
- name: English
link: https://yasio.github.io/en/
link: https://global.simdsoft.com/yasio/
lang: en
version:
provider: mike

0 comments on commit c36b7b2

Please sign in to comment.