Skip to content
This repository was archived by the owner on Jul 6, 2025. It is now read-only.

Commit f9a869f

Browse files
committed
fix headings and links of extended classes in docs
1 parent 256450e commit f9a869f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,23 +56,23 @@ Your Pastebin password.
5656

5757
### .user
5858
The user the client logged in with, if it has.
59-
**Type: ?[ClientUser](#clientuser)**
59+
**Type: ?[ClientUser](#clientuser-extends-user)**
6060

6161
### .users
6262
All of the cached users.
6363
**Type: ?[UserStore](#userstore)**
6464

6565
### .pastes
6666
All of the cached pastes.
67-
**Type: ?[PasteStore](#pastestore)**
67+
**Type: ?[PasteStore](#pastestore-extends-map)**
6868

6969
### .login()
7070
Login with the stored username and password and store the user key.
7171

7272
#### Returns
7373
**[Promise](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise)<[PastebinClient](#pastebinclient)>**
7474

75-
## PastebinError
75+
## PastebinError *extends [Error](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error)*
7676
Thrown when there's an error related to the Pastebin API or pastebin.js.
7777

7878
### .constructor()
@@ -203,7 +203,7 @@ This user's username.
203203
Whether this user is the same as the client's user.
204204
**Type: [boolean](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Boolean)**
205205

206-
## ClientUser *extends User*
206+
## ClientUser *extends [User](#user)*
207207
The Pastebin user of the logged in client.
208208

209209
### .constructor()
@@ -266,7 +266,7 @@ Whether this user is a PRO account.
266266
All of this user's cached pastes.
267267
**Type: ?[UserPasteStore](#userpastestore)**
268268

269-
## PasteStore *extends Map*
269+
## PasteStore *extends [Map](#https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Map)*
270270
A structure that holds all of the cached pastes.
271271

272272
### .constructor()

0 commit comments

Comments
 (0)