Skip to content

Commit

Permalink
Shortlinks => short links
Browse files Browse the repository at this point in the history
  • Loading branch information
jstayton committed Aug 23, 2024
1 parent 42382cc commit 1df7970
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
</h1>

<h3 align="center" width="100%">
<i>Your own shortlinks as an easily deployed static site</i>
<i>Your own short links as an easily deployed static site</i>
</h3>

No server-side hosting, serverless cloud functions, or database necessary. Suri
Expand All @@ -12,7 +12,7 @@ a few minutes.

Suri doesn't care about "technically superior" `3xx` server redirects. Suri just
wants you to finally use that domain you spend \$59/year on and take back your
shortlinks from the Bitlys and TinyURLs of the web.
short links from the Bitlys and TinyURLs of the web.

## Try It Out

Expand Down Expand Up @@ -59,7 +59,7 @@ seeded with a few examples:
}
```

It couldn't be simpler: the key is the "shortlink" path that gets redirected,
It couldn't be simpler: the key is the "short link" path that gets redirected,
and the value is the target URL. Keys can be as short or as long as you want,
using whatever mixture of characters you want. `/` is a special entry for
redirecting the root path.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "suri",
"version": "1.0.0",
"type": "module",
"description": "Your own shortlinks as an easily deployed static site",
"description": "Your own short links as an easily deployed static site",
"homepage": "https://github.com/jstayton/suri#readme",
"bugs": "https://github.com/jstayton/suri/issues",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ function buildLinkPage({ redirectURL, config }) {
*
* @private
* @param {Object} params
* @param {string} params.linkPath The shortlink path to redirect from.
* @param {string} params.linkPath The short link path to redirect from.
* @param {string} params.redirectURL The target URL to redirect to.
* @param {Object} params.config The parsed and merged config.
* @param {string} params.buildDirPath The path to the build directory.
Expand Down

0 comments on commit 1df7970

Please sign in to comment.