From 4da36168aff2de417550c294bc526e5caca6661e Mon Sep 17 00:00:00 2001 From: Jacqueline Boltik Date: Tue, 13 May 2025 23:24:49 -0400 Subject: [PATCH] fix: update broken link in resources.md --- resources.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources.md b/resources.md index fb39b9e..e4d13fc 100644 --- a/resources.md +++ b/resources.md @@ -1,7 +1,7 @@ # Resources Below are a list of resources I have found helpful in the past when experimenting with Outlook code. -* [List of MSO styles](https://gist.github.com/webtobesocial/ac9d052595b406d5a5c1) +* [List of MSO styles](https://gist.github.com/p3t3r67x0/ac9d052595b406d5a5c1) * [Microsoft Office HTML Reference](https://stigmortenmyre.no/mso/html/word/) borrowed from [Stig](https://stigmortenmyre.no/) * [Google shortcut to help look up MSO code](https://www.google.co.uk/search?q=site%3Amsdn.microsoft.com+mso-&oq=site%3Amsdn.microsoft.com+mso-) * [How to switch to Web view on MS Word](https://support.office.com/en-gb/article/Switch-to-different-views-in-Word-for-Mac-c39e6727-7a05-45f4-b4ec-48ac50fff220)