blueloveTH 2 yıl önce
ebeveyn
işleme
547c55ce92
3 değiştirilmiş dosya ile 3 ekleme ve 7 silme
  1. 1 3
      README.md
  2. 1 1
      README_zh.md
  3. 1 3
      docs/quick-start/installation.md

+ 1 - 3
README.md

@@ -19,11 +19,9 @@ Please see https://pocketpy.dev for details or try [Live Demo](https://pocketpy.
 
 ## Quick start
 
-Download the `pocketpy.h` on our GitHub release page.
+Download the `pocketpy.h` on our [GitHub Release](https://github.com/blueloveTH/pocketpy/releases) page.
 And `#include` it in your project.
 
-https://github.com/blueloveTH/pocketpy/releases/latest
-
 ### Compile flags
 
 To compile it with your project, these flags must be set:

+ 1 - 1
README_zh.md

@@ -16,7 +16,7 @@ pocketpy是一个轻量级的Python解释器,为嵌入至游戏引擎而设计
 
 ## 快速上手
 
-你可以在 [Github Release](https://github.com/blueloveTH/pocketpy/releases/latest) 页面下载`pocketpy.h`,
+你可以在 [Github Release](https://github.com/blueloveTH/pocketpy/releases) 页面下载`pocketpy.h`,
 并加入到你的工程中。请参阅 https://pocketpy.dev 以获取更详细的文档。
 
 ```cpp

+ 1 - 3
docs/quick-start/installation.md

@@ -4,11 +4,9 @@ label: 'Installation'
 order: 100
 ---
 
-Download the `pocketpy.h` on our GitHub release page.
+Download the `pocketpy.h` on our [GitHub Release](https://github.com/blueloveTH/pocketpy/releases) page.
 And `#include` it in your project.
 
-https://github.com/blueloveTH/pocketpy/releases/latest
-
 ### Compile flags
 
 To compile it with your project, these flags must be set: