From 78285ee1e37d5b88d28126fc82f7c72d03ff4a57 Mon Sep 17 00:00:00 2001 From: tison Date: Sun, 25 Dec 2022 11:10:03 +0800 Subject: [PATCH] fix: links in README Signed-off-by: tison --- packages/next/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/next/README.md b/packages/next/README.md index 70c9886b0..7f873f16a 100644 --- a/packages/next/README.md +++ b/packages/next/README.md @@ -3,9 +3,9 @@ [![Build Status](https://github.com/logto-io/js/actions/workflows/main.yml/badge.svg)](https://github.com/logto-io/js/actions/workflows/main.yml) [![Codecov](https://img.shields.io/codecov/c/github/logto-io/js)](https://app.codecov.io/gh/logto-io/js?branch=master) -The Logto Next.js SDK written in TypeScript. Check out our [integration guide](https://docs.logto.io/docs/recipes/integrate-logto/next) or [docs](https://docs.logto.io/sdk/JavaScript/next/) for more information. +The Logto Next.js SDK written in TypeScript. Check out our [integration guide](https://docs.logto.io/docs/recipes/integrate-logto/next-js) or [docs](https://docs.logto.io/sdk/JavaScript/next/) for more information. -We also provide [集成指南](https://docs.logto.io/zh-cn/docs/recipes/integrate-logto/next/) and [文档](https://docs.logto.io/zh-cn/sdk/JavaScript/next/) in Simplified Chinese. +We also provide [集成指南](https://docs.logto.io/zh-cn/docs/recipes/integrate-logto/next-js/) and [文档](https://docs.logto.io/zh-cn/sdk/JavaScript/next/) in Simplified Chinese. ## Installation @@ -33,7 +33,7 @@ A sample project can be found at [Next.js Sample](https://github.com/logto-io/js Check out the source code and try it with ease. -``` +```bash pnpm i && pnpm start ```