From 7704df5042fcc89cf6932b0a3bef9c369eebfbde Mon Sep 17 00:00:00 2001
From: fatdoge <704274491@qq.com>
Date: Mon, 8 Jan 2024 17:03:46 +0800
Subject: [PATCH] Update starter.md (#316)

Markdown link render error fix.
---
 .../zh-Hans/docusaurus-plugin-content-docs/current/starter.md   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apps/docs/i18n/zh-Hans/docusaurus-plugin-content-docs/current/starter.md b/apps/docs/i18n/zh-Hans/docusaurus-plugin-content-docs/current/starter.md
index 71e7d990d..0df8dcd42 100644
--- a/apps/docs/i18n/zh-Hans/docusaurus-plugin-content-docs/current/starter.md
+++ b/apps/docs/i18n/zh-Hans/docusaurus-plugin-content-docs/current/starter.md
@@ -51,4 +51,4 @@ main();
 npx ts-node example.ts
 ```
 
-准备好了解更多吗?请查看我们的NextJS游乐场 https://llama-playground.vercel.app/。源代码可在 https://github.com/run-llama/ts-playground 获取。
+准备好了解更多吗?请查看我们的NextJS游乐场 https://llama-playground.vercel.app/ 。源代码可在 https://github.com/run-llama/ts-playground 获取。
-- 
GitLab