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 c75c22a commit cd403cf
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bin/install.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import https from "https";
import zlib from "zlib";
import fs from "fs";

const url = new URL( "https://github.com/softvisio/uws/releases/download/data/" );
const url = new URL( "https://github.com/softvisio-node/uws/releases/download/data/" );

await get( url, `node-v${process.versions.modules}-${process.platform}-${process.arch}.node` );

Expand Down
2 changes: 1 addition & 1 deletion build/bin/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import env from "#core/env";

env.loadUserEnv();

const REPO = "softvisio/uws";
const REPO = "softvisio-node/uws";
const TAG = "data";
const ARCHITECTURES = new Set( ["x64"] );

Expand Down
2 changes: 1 addition & 1 deletion docs/.docs.config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ logo: false

externalTypes:
- https://softvisio.github.io/core/
- https://softvisio.github.io/result/
- https://softvisio-node.github.io/result/
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

0 comments on commit cd403cf

Please sign in to comment.