Changed the link in CONTRIBUTION-ru.md from official docs.github.com to git.scm.com that has Russian translation, despite being a little different from official docs.
Coupling with a minor change in README-ru.md to link to CONTRIBUTION-ru.md instead of its English counterpart.
Also fixed linking to a foreign CONTRIBUTION.md (leading to the same file but to the one in forked repository) in both READMEs instead of its native one, making them independent from forks. The previous instance of it was probably a side-effect of testing changes on a fork that ended up in the official repository, meaning that changes you made in this file in your repository, could not end up in the forked one, unless they fetched up.
Now it will always link to a file inside of a repository, and not to a file in a fork or the original repository.
Along with that:
Changed the link in
CONTRIBUTION-ru.md
from officialdocs.github.com
togit.scm.com
that has Russian translation, despite being a little different from official docs.Coupling with a minor change in
README-ru.md
to link toCONTRIBUTION-ru.md
instead of its English counterpart.Also fixed linking to a foreign
CONTRIBUTION.md
(leading to the same file but to the one in forked repository) in both READMEs instead of its native one, making them independent from forks. The previous instance of it was probably a side-effect of testing changes on a fork that ended up in the official repository, meaning that changes you made in this file in your repository, could not end up in the forked one, unless they fetched up. Now it will always link to a file inside of a repository, and not to a file in a fork or the original repository.