From d69c2651641084347f2db14baf434b358621cc50 Mon Sep 17 00:00:00 2001 From: rebecca skinner Date: Sat, 8 Jun 2024 13:35:14 -0500 Subject: [PATCH 1/2] add a link to Well-Typed's introduction to haskell series to the courses section of the documentation page --- site/documentation.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/site/documentation.markdown b/site/documentation.markdown index a092331..894f0eb 100644 --- a/site/documentation.markdown +++ b/site/documentation.markdown @@ -39,6 +39,7 @@ If you are new to Haskell and are not sure where to start from, we recommend [CI Course material created by instructors +* [Well-Typed's Introduction to Haskell](https://teaching.well-typed.com/intro/) * [University of Pennsylvania's CIS 194](https://www.seas.upenn.edu/~cis1940/spring13/) * [Data61 Functional Programming Course](https://github.com/data61/fp-course) * [Stanford's cs240h](http://www.scs.stanford.edu/14sp-cs240h/) From 0e8d2d874daec54fae6e24838063cf081214b9ca Mon Sep 17 00:00:00 2001 From: rebecca skinner Date: Sat, 8 Jun 2024 13:40:12 -0500 Subject: [PATCH 2/2] fix missing slash (linkchecker) --- site/donations.markdown | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/site/donations.markdown b/site/donations.markdown index 2c2ebb3..130e469 100644 --- a/site/donations.markdown +++ b/site/donations.markdown @@ -9,19 +9,19 @@ isDonations: true A significant part of the Haskell community infrastructure—like Hackage, Hoogle, the GHC build infrastructure and this website—runs on monetary and in-kind donations from the Haskell community. If you would like to support these efforts, you have several options for donating: * PayPal (preferred) - + btn_donate_LG.gif - + * Checks payable to Haskell.org, Inc. mailed to: - + > Haskell.org, Inc. c/o Ryan Trinkle, Treasurer > > 2093 Philadelphia Pike #8119 > > Claymont, DE 19703 - + * [Amazon Smile][smile], where you can select Haskell.org to receive 0.5% of your eligible Amazon purchases ([more details][smile-details]). - + * Donations through employers via Benevity using the unique ID 475236502 * Through SPI - Haskell.org is an associated project of Software in the Public Interest, also a registered non-profit organization under the laws of New York State. Donations via the SPI can be made online via credit card, invoice, PO or eCheck through clickandpledge.com or by mailing an earmarked check directly to SPI: http://www.spi-inc.org/donations/. Recurring donations can be set up in addition to one-time donations. Note that donations through SPI require more overhead from the Committee, so we encourage you to use the other ways of donating. @@ -52,7 +52,7 @@ Haskell.org, Inc. is a non-profit registered in New York, dedicated to promoting * [mailing lists][mailing] * [Discourse][discourse] * [Hoogle], a type-aware Haskell search engine - + Haskell.org also organizes Haskell's participation in the [Google Summer of Code program][summer]. #### Contact @@ -69,5 +69,5 @@ If you have any questions or would like to discuss sponsorships, official recogn [discourse]: https://discourse.haskell.org [Hoogle]: https://hoogle.haskell.org/ [summer]: https://summer.haskell.org/ -[committee]: /haskell-org-committee +[committee]: /haskell-org-committee/ [committee-email]: mailto:committee@haskell.org