Skip to content

Commit

Permalink
fix: url fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
dayjoy committed Sep 2, 2024
1 parent 388a17f commit a7265f3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/portal/README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion examples/proxy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
2 changes: 1 addition & 1 deletion packages/svrx/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit a7265f3

Please sign in to comment.