From 365d0ab94689023e10dbf387c7627c6ba1a1c5e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=9Clgen=20Sar=C4=B1kavak?= Date: Tue, 18 Aug 2026 16:51:10 +0300 Subject: [PATCH] Fix the default branch name The default branch name for "processing-contributions" is "main", not "master" --- docs/libraries.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/libraries.md b/docs/libraries.md index c4a762655..1dcbe9f78 100644 --- a/docs/libraries.md +++ b/docs/libraries.md @@ -18,7 +18,7 @@ To edit a core library page: The contributions are copied via a script from the [`processing-contributions`](https://github.com/processing/processing-contributions) repo to the `/content/contributions` folder in this repo. This is what you need to run the script: 1. Make sure that you have the `processing-contributions` repo next to this `processing-website` repo on your computer -1. Pull the latest `master` from the `processing-contributions` repository +1. Pull the latest `main` from the `processing-contributions` repository 1. From the root of this repo, run `npm run updateContributions` You should now have the updated contribution files in your repo ready to be committed. Please submit the changes as a PR to the `main` branch of `processing-website`.