From 547c55ce92cc8646140698972d945d54311608cb Mon Sep 17 00:00:00 2001 From: blueloveTH Date: Mon, 24 Apr 2023 20:24:24 +0800 Subject: [PATCH] ... --- README.md | 4 +--- README_zh.md | 2 +- docs/quick-start/installation.md | 4 +--- 3 files changed, 3 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 70661009f83..c9b11d8765d 100644 --- a/README.md +++ b/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: diff --git a/README_zh.md b/README_zh.md index 4b5dcd08fac..23b21fa0775 100644 --- a/README_zh.md +++ b/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 diff --git a/docs/quick-start/installation.md b/docs/quick-start/installation.md index ec5fcc46b39..48cc4ba26df 100644 --- a/docs/quick-start/installation.md +++ b/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: