From a252cb7bc99b337a438602b772ef6c78991f0d2b Mon Sep 17 00:00:00 2001 From: Carmelo Messina Date: Mon, 11 Mar 2024 13:15:20 +0100 Subject: [PATCH] Move features.md under docs --- README.md | 10 ++++------ FEATURES.md => docs/FEATURES.md | 0 2 files changed, 4 insertions(+), 6 deletions(-) rename FEATURES.md => docs/FEATURES.md (100%) diff --git a/README.md b/README.md index 68730c43..5aee843b 100644 --- a/README.md +++ b/README.md @@ -31,14 +31,15 @@ Cromite's goal is to In addition, Cromite would like to promote greater integration with other non-profit, open source browsers, encouraging closer collaboration with others, and attempt to integrate them directly into Chromium once they have reached an appropriate level of maturity. -# Features -see [Features](https://github.com/uazo/cromite/blob/master/FEATURES.md) - # Privacy limitations Cromite's privacy features, including anti-fingerprinting mitigations (which are not comprehensive), **are not to be considered useful for journalists and people living in countries with freedom limitations**, please look at [Tor Browser](https://www.torproject.org/download/) in such cases. Please note that this project is not free of bugs and that changing the behaviour of a browser can be risky and not without problems. +# Docs +- [Features](https://github.com/uazo/cromite/blob/master/docs/FEATURES.md) +- [How to build](https://github.com/uazo/cromite/blob/master/docs/HOW_TO_BUILD.md) + # Releases All built versions are available as [releases](https://github.com/uazo/cromite/releases). @@ -93,9 +94,6 @@ you can activate the 'RendererAppContainer' flag from the command line with --enable-features=RendererAppContainer ``` -# Docs -- [How to build](https://github.com/uazo/cromite/blob/master/docs/HOW_TO_BUILD.md) - # Contributing Please submit issues following the issue template; beware that GitHub does not display the templates from mobile. diff --git a/FEATURES.md b/docs/FEATURES.md similarity index 100% rename from FEATURES.md rename to docs/FEATURES.md