From 2093cb61440fcd01a96ecc2c0e95129f1e2a5d6a Mon Sep 17 00:00:00 2001 From: cfa <215106+cfa@users.noreply.github.com> Date: Tue, 31 Jan 2023 12:34:24 -0800 Subject: [PATCH] Update branch references in README.pod Replace references to `master` with `main`. https://dev.azure.com links left unchanged for now, as apparently `main` isn't currently being built there. --- README.pod | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.pod b/README.pod index 1c9be6281..147b9bad0 100644 --- a/README.pod +++ b/README.pod @@ -30,7 +30,7 @@ To obtain C directly from its repository: $ git clone git://github.com/Raku/nqp.git If you don't have git installed, you can get a tarball or zip of NQP from -github by visiting http://github.com/Raku/nqp/tree/master and clicking +github by visiting http://github.com/Raku/nqp/tree/main and clicking "Download". Then unpack the tarball or zip. C can run on three different backends: C, the C, and C. @@ -102,10 +102,10 @@ B there's B for NQP and the behaviour can change without notice. It's a tool for writing Raku compilers, not a low-level module for Raku programmers. -The L is a good place to start, with the -L and other files. Opcodes are listed in -L. NQP also has built-in routines -listed in L. You can use NQP from this +The L is a good place to start, with the +L and other files. Opcodes are listed in +L. NQP also has built-in routines +listed in L. You can use NQP from this release, it will be already installed if you have built Raku from scratch.