Skip to content

Commit cd5dd12

Browse files
committed
Updated READMEs
1 parent 62863a3 commit cd5dd12

File tree

2 files changed

+20
-4
lines changed

2 files changed

+20
-4
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ This a script/tool to extract files from the **RPA** archive format from the [`R
1313
using Solicen.RenPy
1414
Archive.ExtractArchive("path_to_RPA");
1515
```
16-
* Or [download]() a command tool for extraction files from the RPA archive.
16+
* Or [download](https://github.com/SolicenTEAM/RPAExtractorCSharp/releases) a command tool for extraction files from the RPA archive.
1717
1818
## Contributions:
1919
* You can create your own fork of this project and contribute to its development.
20-
* You can also contribute via the [`Issues`]() and [`Pull Request`]() tabs by suggesting your code changes. And further development of the project.
20+
* You can also contribute via the [`Issues`](https://github.com/SolicenTEAM/RPAExtractorCSharp/issues) and [`Pull Request`](https://github.com/SolicenTEAM/RPAExtractorCSharp/pulls) tabs by suggesting your code changes. And further development of the project.
2121
2222
## Future of Project:
2323
The initial state of the code and the project involved adding files to `RPA` archives, as well as creating an `RPA` archive based on files to eliminate the use of `unRPA` in CSharp projects.
@@ -30,3 +30,11 @@ You can use this project/script anywhere you want with an indication of authorsh
3030
3131
---
3232
We express our great gratitude to the author of `unRPA` for the open source code on the basis of which this project was created in the CSharp language.
33+
34+
---
35+
36+
These wonderful people have made an invaluable contribution to the project:
37+
38+
<a href="https://github.com/SolicenTEAM/RPAExtractorCSharp/graphs/contributors">
39+
<img src="https://contrib.rocks/image?repo=SolicenTEAM/RPAExtractorCSharp" />
40+
</a>

docs/ru/README.ru.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313
using Solicen.RenPy
1414
Archive.ExtractArchive("path_to_RPA");
1515
```
16-
* Или [загрузите]() программу командной строки для извлечения файлов из **RPA** архивов.
16+
* Или [загрузите](https://github.com/SolicenTEAM/RPAExtractorCSharp/releases) программу командной строки для извлечения файлов из **RPA** архивов.
1717
1818
## Ваш вклад:
1919
* Вы можете создать свой собственный форк этого проекта и внести свой вклад в его развитие.
20-
* Вы также можете внести свой вклад через вкладки [`Issues`]() и [`Pull Request`](), предложив свои изменения кода. И дальнейшее развитие проекта.
20+
* Вы также можете внести свой вклад через вкладки [`Issues`](https://github.com/SolicenTEAM/RPAExtractorCSharp/issues) и [`Pull Request`](https://github.com/SolicenTEAM/RPAExtractorCSharp/pulls), предложив свои изменения кода. И дальнейшее развитие проекта.
2121
2222
## Будущее проекта:
2323
Исходное состояние кода и проекта включало добавление файлов в архивы `RPA`, а также создание архива `RPA` на основе файлов, чтобы исключить использование `unRPA` в проектах CSharp.
@@ -29,3 +29,11 @@
2929
3030
---
3131
Мы выражаем нашу огромную благодарность автору `unRPA` за открытый исходный код, на основе которого был создан этот проект на языке CSharp.
32+
33+
---
34+
35+
Эти прекрасные люди внесли свой неоценимый вклад в проект:
36+
37+
<a href="https://github.com/SolicenTEAM/RPAExtractorCSharp/graphs/contributors">
38+
<img src="https://contrib.rocks/image?repo=SolicenTEAM/RPAExtractorCSharp" />
39+
</a>

0 commit comments

Comments
 (0)