From 1d404ecab8e67827f70928708663f663dedea173 Mon Sep 17 00:00:00 2001 From: Jason Grout Date: Tue, 10 Dec 2024 19:14:10 +0100 Subject: [PATCH 1/2] Fix brand guideline link The previous link was a 404. This links to the pdf on github. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 30c40d1..0dec37d 100755 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ README page, rather than individual files. # Jupyter Brand Guide -The Jupyter Brand Guide can be found [here](https://github.com/jupyter/design/raw/master/brandguide/brand_guide.pdf). +The Jupyter Brand Guide can be found [here](https://github.com/jupyter/design/blob/main/brandguide/brand_guide.pdf). # UX Survey From feaadb4b2ec597a7f568f3cef48cca0f8997a502 Mon Sep 17 00:00:00 2001 From: Jason Grout Date: Tue, 10 Dec 2024 19:15:45 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0dec37d..556ce66 100755 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ README page, rather than individual files. # Jupyter Brand Guide -The Jupyter Brand Guide can be found [here](https://github.com/jupyter/design/blob/main/brandguide/brand_guide.pdf). +The Jupyter Brand Guide can be found [here](https://raw.githubusercontent.com/jupyter/design/main/brandguide/brand_guide.pdf). # UX Survey