From 70725828bd3aa2ba77fe37dccb2890c57b27f6e4 Mon Sep 17 00:00:00 2001 From: Fabian Mossberg Date: Mon, 26 Apr 2021 15:03:22 +0200 Subject: [PATCH] docs: fix intl-messageformat doc url (#140) The documentatino for intl-messageformat had moved, updated the documentation --- docs/Methods.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Methods.md b/docs/Methods.md index e04e876..b866eee 100644 --- a/docs/Methods.md +++ b/docs/Methods.md @@ -292,4 +292,4 @@ Each of these methods return their respective [`Intl.xxxxFormatter`](https://dev `getMessageFormatter(messageId: string, locale: string): IntlMessageFormat` -Returns an instance of a [`IntlMessageFormat`](https://github.com/formatjs/formatjs/blob/master/packages/intl-messageformat/README.md). +Returns an instance of a [`IntlMessageFormat`](https://formatjs.io/docs/intl-messageformat/).