fix: gitignore coverage fix and readme update with doc links
This commit is contained in:
parent
83aaa1ecb7
commit
f9d2126f75
2 changed files with 3 additions and 3 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -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/
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@ RhodeCode uses `PEP386 versioning <http://www.python.org/dev/peps/pep-0386/>`_
|
|||
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue