Skip to content

Commit

Permalink
fix: git repo relocated
Browse files Browse the repository at this point in the history
  • Loading branch information
zdm committed Jan 24, 2023
1 parent cd403cf commit 1e86e3a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<!-- !!! DO NOT EDIT, THIS FILE IS GENERATED AUTOMATICALLY !!! -->

> :information_source: Please, see the full project documentation here: [https://softvisio.github.io/uws/](https://softvisio.github.io/uws/).
> :information_source: Please, see the full project documentation here: [https://softvisio-node.github.io/uws/](https://softvisio-node.github.io/uws/).
# Introduction

Repacked version of [uWebSocket.js](https://github.com/uNetworking/uWebSockets.js).

Pre-compiled binaries: [https://github.com/softvisio/uws/releases/tag/data](https://github.com/softvisio/uws/releases/tag/data).
Pre-compiled binaries: [https://github.com/softvisio-node/uws/releases/tag/data](https://github.com/softvisio-node/uws/releases/tag/data).

## Install

Expand Down
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
</head>
<body>
<nav>
<a href="#/changelog">Changelog</a><a href="https://github.com/softvisio/uws/discussions" title="Discussions"><i class="fa-regular fa-comments"></i></a><a href="https://github.com/softvisio/uws/issues" title="Issues"><i class="fa-solid fa-bug"></i></a><a href="https://www.npmjs.com/package/@softvisio/uws" title="NPM package"><i class="fa-brands fa-npm"></i></a><a href="#toggleTheme"><i class="fa-solid fa-adjust"></i> Theme</a>
<a href="#/changelog">Changelog</a><a href="https://github.com/softvisio-node/uws/discussions" title="Discussions"><i class="fa-regular fa-comments"></i></a><a href="https://github.com/softvisio-node/uws/issues" title="Issues"><i class="fa-solid fa-bug"></i></a><a href="https://www.npmjs.com/package/@softvisio/uws" title="NPM package"><i class="fa-brands fa-npm"></i></a><a href="#toggleTheme"><i class="fa-solid fa-adjust"></i> Theme</a>
</nav>
<div id="app"></div>
<div id="gotoTop"><a href="#gotoTop">🡡 Top</a></div>

<script>
window.$docsify = { alias: { "/changelog": "https://raw.githubusercontent.com/softvisio/uws/master/CHANGELOG.md" }, auto2top: true, externalLinkTarget: "_self", loadSidebar: true, maxLevel: 2, name: "@softvisio/uws", relativePath: true, repo: "https://github.com/softvisio/uws", search: { depth: 3 }, subMaxLevel: 2, tabs: {} };
window.$docsify = { alias: { "/changelog": "https://raw.githubusercontent.com/softvisio-node/uws/master/CHANGELOG.md" }, auto2top: true, externalLinkTarget: "_self", loadSidebar: true, maxLevel: 2, name: "@softvisio/uws", relativePath: true, repo: "https://github.com/softvisio-node/uws", search: { depth: 3 }, subMaxLevel: 2, tabs: {} };
</script>

<script src="https://softvisio.github.io/cli/assets/theme/theme.js"></script>
Expand Down

0 comments on commit 1e86e3a

Please sign in to comment.