From 2ef8caff979aeac6845e8b504426a204df21389b Mon Sep 17 00:00:00 2001 From: shankari Date: Sat, 26 Nov 2022 20:22:59 -0800 Subject: [PATCH] Fix broken link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fb58957e..7efc0d5f 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ Restart & Clear Output). 1. **UI-only:** 1. Download the notebook (Download -> ipynb) 1. Upload the notebook using the GitHub UI (Upload Files, next to Clone or Download) -1. **CLI only:** Follow the [instructions on github](https://help.github.com/en/articles/creating-a-pull-request) - i.e. +1. **CLI only:** Follow the [instructions on github](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request) - i.e. 1. Create a new branch (e.g. `$ git checkout -b`) 1. Commit the new notebook (e.g. `$ git add` and `$ git commit`) 1. Push and generate pull request