From f9d2126f754b06928489ab4d8ee659583c2772ce Mon Sep 17 00:00:00 2001 From: Andrii V Date: Fri, 14 Mar 2025 20:04:32 +0100 Subject: [PATCH] fix: gitignore coverage fix and readme update with doc links --- .gitignore | 2 +- README.rst | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index d1c7edd4..07e3ddb0 100644 --- a/.gitignore +++ b/.gitignore @@ -13,7 +13,6 @@ rhodecode/public/js/src/components/**/*.css /.settings /.project /.pydevproject -/.coverage /.cache* /.ruff_cache* /.rhodecode @@ -22,6 +21,7 @@ rhodecode/public/js/src/components/**/*.css /.dev /._dev /build/ +/.coverage* /coverage.xml /data /.eggs/ diff --git a/README.rst b/README.rst index cccf2b17..ca2e419a 100644 --- a/README.rst +++ b/README.rst @@ -37,7 +37,7 @@ RhodeCode uses `PEP386 versioning `_ Installation ------------ -Please visit https://docs.rhodecode.com/RhodeCode-Control/tasks/install-cli.html +Please visit https://docs.rhodecode.com/5.x/rcstack/install/installation.html for more details @@ -56,7 +56,7 @@ RhodeCode is open-source; contributions are welcome! Please see the contribution documentation inside of the docs folder, which is also available at -https://docs.rhodecode.com/RhodeCode-Enterprise/contributing/contributing.html +https://docs.rhodecode.com/5.x/rce/contributing/overview.html For additional information about collaboration tools, our issue tracker, licensing, and contribution credit, visit https://rhodecode.com/open-source