From 388a17f9958383f42c76a58136393dffbc3cb30e Mon Sep 17 00:00:00 2001 From: dayjoy Date: Mon, 2 Sep 2024 20:27:41 +0800 Subject: [PATCH 1/2] docs: fix some load error --- README.md | 11 +---------- README.zh-CN.md | 11 +---------- 2 files changed, 2 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index 8877fd5..45486ca 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@

- +

@@ -9,18 +9,9 @@ node - - Build Status - codecov - - Dependencies - - - DevDependencies - gitter diff --git a/README.zh-CN.md b/README.zh-CN.md index 5197e04..bf79a12 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -1,5 +1,5 @@

- +

@@ -9,18 +9,9 @@ node - - Build Status - codecov - - Dependencies - - - DevDependencies - gitter From a7265f38bae454a0c256179c92726accca9a54f2 Mon Sep 17 00:00:00 2001 From: dayjoy Date: Mon, 2 Sep 2024 20:32:03 +0800 Subject: [PATCH 2/2] fix: url fixes --- examples/portal/README.md | 2 +- examples/proxy/README.md | 2 +- packages/svrx/README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/portal/README.md b/examples/portal/README.md index 8cae6ca..0c0c58b 100644 --- a/examples/portal/README.md +++ b/examples/portal/README.md @@ -1,6 +1,6 @@ # svrx-plugin-portal -The portal plugin for svrx. Provide intranet penetration +The portal plugin for svrx. Provide intranet penetration. ```bash svrx --portal diff --git a/examples/proxy/README.md b/examples/proxy/README.md index 3f8420d..543d380 100644 --- a/examples/proxy/README.md +++ b/examples/proxy/README.md @@ -2,4 +2,4 @@ Here is an example we porxy `/api` and `/same/api` to the target host `https://randomuser.me`. -Note that we also rewrite `/same/api` to `/api`, so `/same/api` will be proxy to `https://randomuser.me/api` +Note that we also rewrite `/same/api` to `/api`, so `/same/api` will be proxy to `https://randomuser.me/api`. diff --git a/packages/svrx/README.md b/packages/svrx/README.md index d52e59c..9591616 100644 --- a/packages/svrx/README.md +++ b/packages/svrx/README.md @@ -4,7 +4,7 @@ svrx(server-x) is a platform built for efficient front-end development. -See our [website](https://svrx.io/) for more information. +See our [website](https://svrxjs.github.io/svrx-www/) for more information. ## Install