Skip to content

Commit 0490a60

Browse files
committed
point links towards elixir-mint
1 parent b19ed64 commit 0490a60

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ closely as possible and uses the [Autobahn|Testsuite][autobahn] to check
6262
conformance with every run of tests/CI. The auto-generated report produced
6363
by the Autobahn|Testsuite is uploaded on each push to main.
6464

65-
See the report here: https://nfibrokerage.github.io/mint_web_socket/
65+
See the report here: https://elixir-mint.github.io/mint_web_socket/
6666

6767
## HTTP/2 Support
6868

@@ -96,16 +96,16 @@ server.
9696
(app)$ iex -S mix
9797
```
9898

99-
[ci-badge]: https://github.com/NFIBrokerage/mint_web_socket/workflows/CI/badge.svg
100-
[actions]: https://github.com/NFIBrokerage/mint_web_socket/actions/workflows/ci.yml
101-
[coverage]: https://coveralls.io/github/NFIBrokerage/mint_web_socket
102-
[coverage-badge]: https://coveralls.io/repos/github/NFIBrokerage/mint_web_socket/badge.svg
99+
[ci-badge]: https://github.com/elixir-mint/mint_web_socket/workflows/CI/badge.svg
100+
[actions]: https://github.com/elixir-mint/mint_web_socket/actions/workflows/ci.yml
101+
[coverage]: https://coveralls.io/github/elixir-mint/mint_web_socket
102+
[coverage-badge]: https://coveralls.io/repos/github/elixir-mint/mint_web_socket/badge.svg
103103
[hex-version-badge]: https://img.shields.io/hexpm/v/mint_web_socket.svg
104104
[hex-licence-badge]: https://img.shields.io/hexpm/l/mint_web_socket.svg
105105
[hex-package]: https://hex.pm/packages/mint_web_socket
106-
[licence]: https://github.com/NFIBrokerage/mint_web_socket/blob/main/LICENSE
107-
[last-updated-badge]: https://img.shields.io/github/last-commit/NFIBrokerage/mint_web_socket.svg
108-
[commits]: https://github.com/NFIBrokerage/mint_web_socket/commits/main
106+
[licence]: https://github.com/elixir-mint/mint_web_socket/blob/main/LICENSE
107+
[last-updated-badge]: https://img.shields.io/github/last-commit/elixir-mint/mint_web_socket.svg
108+
[commits]: https://github.com/elixir-mint/mint_web_socket/commits/main
109109

110110
[hex-docs]: https://hexdocs.pm/mint_web_socket/Mint.WebSocket.html
111111

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule MintWebSocket.MixProject do
22
use Mix.Project
33

4-
@source_url "https://github.com/NFIBrokerage/mint_web_socket"
4+
@source_url "https://github.com/elixir-mint/mint_web_socket"
55
@version_file Path.join(__DIR__, ".version")
66
@external_resource @version_file
77
@version (case Regex.run(~r/^v([\d\.\w-]+)/, File.read!(@version_file), capture: :all_but_first) do

test/compare/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ This directory is for comparing other WebSocket clients to Mint.
55
### Gun
66

77
After the merging of
8-
[#17](https://github.com/NFIBrokerage/mint_web_socket/pull/17),
8+
[#17](https://github.com/elixir-mint/mint_web_socket/pull/17),
99
Mint.WebSocket is pretty comparable performance and conformance-wise to
1010
[`ninenines/gun`](https://github.com/ninenines/gun).
1111

1212
See the comparison Autobahn|Testsuite report
13-
[here](https://nfibrokerage.github.io/mint_web_socket/compare/gun/index.html).
13+
[here](https://elixir-mint.github.io/mint_web_socket/compare/gun/index.html).
1414

1515
The gun implementation is included in the `./gun` subdirectory.

0 commit comments

Comments
 (0)