Skip to content

Commit 45e53ad

Browse files
authored
Merge pull request #149 from moneytree/doc-fix-broken-links
fix(docs) fix broken hyperlink
2 parents fec2ad0 + 471583b commit 45e53ad

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

docs/README.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -34,25 +34,25 @@ The source also includes Typescript definitions out of the box.
3434

3535
We use [fetch](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API) and [Promise](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise) internally, if you wish to support old browsers (e.g: IE11), make sure to add the necessary polyfills.
3636

37-
## [API](/types/classes/MtLinkSdk.html)
37+
## [API](types/classes/MtLinkSdk.html ':ignore')
3838

3939
The Moneytree LINK Javascript SDK exposes APIs to get guest consent to access financial data, and exchange an authorization grant for an access token.
4040

4141
The complete list of SDK functions is:
4242

43-
* [`init`](/types/classes/MtLinkSdk.html#init ':ignore')
44-
* [`setSamlSubjectId`](/types/classes/MtLinkSdk.html#setSamlSubjectId ':ignore')
45-
* [`authorize`](/types/classes/MtLinkSdk.html#authorize ':ignore')
46-
* [`authorizeUrl`](/types/classes/MtLinkSdk.html#authorizeUrl ':ignore')
47-
* [`onboard`](/types/classes/MtLinkSdk.html#onboard ':ignore')
48-
* [`onboardUrl`](/types/classes/MtLinkSdk.html#onboardUrl ':ignore')
49-
* [`exchangeToken`](/types/classes/MtLinkSdk.html#exchangeToken ':ignore')
50-
* [`tokenInfo`](/types/classes/MtLinkSdk.html#tokenInfo ':ignore')
51-
* [`logout`](/types/classes/MtLinkSdk.html#logout ':ignore')
52-
* [`logoutUrl`](/types/classes/MtLinkSdk.html#logoutUrl ':ignore')
53-
* [`openService`](/types/classes/MtLinkSdk.html#openService ':ignore')
54-
* [`openServiceUrl`](/types/classes/MtLinkSdk.html#openServiceUrl ':ignore')
55-
* [`requestLoginLink`](/types/classes/MtLinkSdk.html#requestLoginLink ':ignore') |
43+
* [`init`](types/classes/MtLinkSdk.html#init ':ignore')
44+
* [`setSamlSubjectId`](types/classes/MtLinkSdk.html#setSamlSubjectId ':ignore')
45+
* [`authorize`](types/classes/MtLinkSdk.html#authorize ':ignore')
46+
* [`authorizeUrl`](types/classes/MtLinkSdk.html#authorizeUrl ':ignore')
47+
* [`onboard`](types/classes/MtLinkSdk.html#onboard ':ignore')
48+
* [`onboardUrl`](types/classes/MtLinkSdk.html#onboardUrl ':ignore')
49+
* [`exchangeToken`](types/classes/MtLinkSdk.html#exchangeToken ':ignore')
50+
* [`tokenInfo`](types/classes/MtLinkSdk.html#tokenInfo ':ignore')
51+
* [`logout`](types/classes/MtLinkSdk.html#logout ':ignore')
52+
* [`logoutUrl`](types/classes/MtLinkSdk.html#logoutUrl ':ignore')
53+
* [`openService`](types/classes/MtLinkSdk.html#openService ':ignore')
54+
* [`openServiceUrl`](types/classes/MtLinkSdk.html#openServiceUrl ':ignore')
55+
* [`requestLoginLink`](types/classes/MtLinkSdk.html#requestLoginLink ':ignore')
5656

5757
Below are examples of common use cases.
5858

0 commit comments

Comments
 (0)