From 55d3ca2c18ee18befecd537198611702a7a54e99 Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Fri, 25 Oct 2024 04:57:58 -0700 Subject: [PATCH 1/2] Fix broken links --- docs/glossary.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/glossary.md b/docs/glossary.md index d637dca9b..66b15dd5b 100644 --- a/docs/glossary.md +++ b/docs/glossary.md @@ -523,7 +523,7 @@ manual `.po` entries Entries which cannot be detected by an automatic code scan. react-intl - A library that is part of [Format.JS](https://formatjs.io/docs/getting-started/installation) which helps developers set up their applications for internationalization. + A library that is part of [Format.JS](https://formatjs.github.io/docs/getting-started/installation) which helps developers set up their applications for internationalization. WSGI The Web Server Gateway Interface (WSGI, pronounced _WIZ-ghee_) is a simple calling convention for web servers to forward requests to web applications or frameworks written in the Python programming language. From 1ea91bda33b81817fd95f85b74d4d60bf8fc1f20 Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Fri, 25 Oct 2024 14:31:41 -0700 Subject: [PATCH 2/2] Add link to react-intl API docs overview. --- docs/glossary.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/glossary.md b/docs/glossary.md index 66b15dd5b..2ad459d73 100644 --- a/docs/glossary.md +++ b/docs/glossary.md @@ -523,7 +523,7 @@ manual `.po` entries Entries which cannot be detected by an automatic code scan. react-intl - A library that is part of [Format.JS](https://formatjs.github.io/docs/getting-started/installation) which helps developers set up their applications for internationalization. + [`react-intl`](https://formatjs.github.io/docs/react-intl) is a library that is part of [Format.JS](https://formatjs.github.io/) which helps developers set up their applications for internationalization. WSGI The Web Server Gateway Interface (WSGI, pronounced _WIZ-ghee_) is a simple calling convention for web servers to forward requests to web applications or frameworks written in the Python programming language.