From 0cf9b11c3ee0615eb1ce5f3a578551a701036c08 Mon Sep 17 00:00:00 2001 From: Max Date: Sat, 19 Mar 2022 17:34:28 +0100 Subject: [PATCH] master to main in paperless development docs --- docs/extending.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/extending.rst b/docs/extending.rst index df5f5241d..71dce05b2 100644 --- a/docs/extending.rst +++ b/docs/extending.rst @@ -7,7 +7,7 @@ This section describes the steps you need to take to start development on paperl Check out the source from github. The repository is organized in the following way: -* ``master`` always represents the latest release and will only see changes +* ``main`` always represents the latest release and will only see changes when a new release is made. * ``dev`` contains the code that will be in the next release. * ``feature-X`` contain bigger changes that will be in some release, but not