Skip to content

Commit

Permalink
fix more links
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-nagy committed Dec 27, 2023
1 parent 6c57ff3 commit 4f4c1f5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/browser/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -663,7 +663,7 @@ Internal messages to facilitate the socket API. These messages are filtered from

###### Types

- [Connect](#Connect)
- [Connect](#Message_Connect)
- [Connected](#Connected)
- [Disconnect](#Disconnect)
- [Disconnected](#Disconnected)
Expand All @@ -678,7 +678,7 @@ Internal messages to facilitate the socket API. These messages are filtered from
- [isType](#IsType)
- [typeOf](#typeOf)

#### Connect
<h4 id="Message_Connect">Connect</h4>

<sup>_Type_</sup>

Expand Down Expand Up @@ -836,7 +836,7 @@ A socket's state.

- [Closed](#Closed)
- [Closing](#Closing)
- [Connected](#Connected)
- [Connected](#State_Connected)
- [Connecting](#Connecting)
- [State](#State_State)
- [Type](#State_Type)
Expand Down Expand Up @@ -867,7 +867,7 @@ type Closing<E> = {

The socket is closing, possibly with an error.

#### Connected
<h4 id="State_Connected">Connected</h4>

<sup>_Type_</sup>

Expand Down

0 comments on commit 4f4c1f5

Please sign in to comment.