From 8b3fba27642132080d040591d000ba1a96e0cf9f Mon Sep 17 00:00:00 2001 From: Melroy van den Berg Date: Wed, 2 Mar 2022 00:27:45 +0100 Subject: [PATCH] Update to branch to 'main' in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a47d89e..bd99f30 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ LibreWeb is an **open-source decentralized web browser**, leveraging IPFS. What would you do different; if you could **reinvent** The Internet in 21st century? With all the knowledge and new technologies available today. I was inspired by Douglas Engelbart, Tim Berners-Lee and Ted Nelson as well as projects like IPFS, Jekyll, ARPANET and more. -[![Pipeline](https://gitlab.melroy.org/libreweb/browser/badges/master/pipeline.svg)](https://gitlab.melroy.org/libreweb/browser/-/pipelines/latest) +[![Pipeline](https://gitlab.melroy.org/libreweb/browser/badges/main/pipeline.svg)](https://gitlab.melroy.org/libreweb/browser/-/pipelines/latest) [![Telegram](https://img.shields.io/badge/chat-on%20telegram-brightgreen)](https://t.me/libreweb) [![Matrix](https://img.shields.io/badge/chat-on%20matrix-brightgreen)](https://matrix.to/#/#libreweb:melroy.org) [![Gitter](https://img.shields.io/badge/chat-on%20gitter-brightgreen)](https://gitter.im/LibreWeb/Browser) @@ -141,7 +141,7 @@ We also tend to follow the popular [C++ Core Guidelines](http://isocpp.github.io ### Doxygen -See latest [Developer Documentation](https://gitlab.melroy.org/libreweb/browser/-/jobs/artifacts/master/file/build_docs/docs/html/index.html?job=doxygen). +See latest [Developer Documentation](https://gitlab.melroy.org/libreweb/browser/-/jobs/artifacts/main/file/build_docs/docs/html/index.html?job=doxygen). Doxygen is build by default. You can disable the doxygen build, if you want, using: `cmake -DDOXYGEN:BOOL=FALSE ..`