summaryrefslogtreecommitdiff
path: root/docs/index.md
diff options
context:
space:
mode:
authorTimothée Ravier <travier@redhat.com>2021-05-07 16:38:16 +0200
committerTimothée Ravier <travier@redhat.com>2021-05-07 16:55:03 +0200
commitb8cca6cef14716987bbf7ef8f6edcbfc1688cc4c (patch)
tree24f4a40d210627301078195634d7c8fe9915427c /docs/index.md
parent135675243addec680b88f47c9a1e34b175fde6de (diff)
downloadostree-b8cca6cef14716987bbf7ef8f6edcbfc1688cc4c.tar.gz
*: rename master branch to main
Diffstat (limited to 'docs/index.md')
-rw-r--r--docs/index.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/index.md b/docs/index.md
index 57e9439f..d5235ed6 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -127,7 +127,7 @@ However, in order to build from a git clone, you must update the
submodules. If you're packaging OSTree and want a tarball, I
recommend using a "recursive git archive" script. There are several
available online;
-[this code](https://github.com/ostreedev/ostree/blob/master/packaging/Makefile.dist-packaging#L11)
+[this code](https://github.com/ostreedev/ostree/blob/main/packaging/Makefile.dist-packaging#L11)
in OSTree is an example.
Once you have a git clone or recursive archive, building is the
@@ -148,7 +148,7 @@ See [Contributing](docs/CONTRIBUTING.md).
## Licensing
The licensing for the *code* of libostree can be canonically found in the individual files;
-and the overall status in the [COPYING](https://github.com/ostreedev/ostree/blob/master/COPYING)
+and the overall status in the [COPYING](https://github.com/ostreedev/ostree/blob/main/COPYING)
file in the source. Currently, that's LGPLv2+. This also covers the man pages and API docs.
The license for the manual documentation in the `doc/` directory is: