From 911d71aa04a938cbf38441bd802477685370189e Mon Sep 17 00:00:00 2001 From: D McMurchy <5430744+Zirescu@users.noreply.github.com> Date: Mon, 4 Sep 2023 19:46:10 -0700 Subject: [PATCH] Update contributing.md Removes the www on the URL for Binder as their website uses HSTS and their SSL Cert is only valid for mybinder.org and not www.mybinder.org. A user will not be able to directly access their website without editing the URL. --- site/contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/contributing.md b/site/contributing.md index 8985c56c..c35db184 100644 --- a/site/contributing.md +++ b/site/contributing.md @@ -29,7 +29,7 @@ used in the main NumPy documentation has two reasons: * Jupyter notebooks are a common format for communicating scientific information. - * Jupyter notebooks can be launched in [Binder](https://www.mybinder.org), so that users can interact + * Jupyter notebooks can be launched in [Binder](https://mybinder.org), so that users can interact with tutorials * rST may present a barrier for some people who might otherwise be very interested in contributing tutorial material.