From 9f1752d28d608f0b1f281a70ed0eb77cd7c42b32 Mon Sep 17 00:00:00 2001 From: Ha Date: Tue, 5 Jul 2022 16:19:46 -0700 Subject: [PATCH] redirect Porcupine install link to Porcupine GitHub README --- basics/editor-setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basics/editor-setup.md b/basics/editor-setup.md index 2ad224b..ccf71ce 100644 --- a/basics/editor-setup.md +++ b/basics/editor-setup.md @@ -26,7 +26,7 @@ everything and recommend to everyone. If you aren't sure about which editor you should use, I recommend Porcupine. It's a simple editor I wrote in Python; it lets you edit files and it doesn't have too many other featues. [Install it with these -instructions](https://github.com/Akuli/porcupine/wiki/Installing-and-Running-Porcupine), +instructions](https://github.com/Akuli/porcupine/#installing-porcupine), and then [learn to use it by writing the classic Hello World program](https://github.com/Akuli/porcupine/wiki/First-Program). Then you can [skip the rest of this chapter](#editor-or--prompt).