Skip to content

Commit 058d367

Browse files
FIX: Update URLs in README.md and CONTRIBUTING.md
1 parent 525e8cb commit 058d367

3 files changed

Lines changed: 15 additions & 15 deletions

File tree

CONTRIBUTING.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ First off, thanks for taking the time to contribute! ❤️
1414
This document summarizes the most important points for people interested in
1515
contributing to Redot, especially via bug reports or pull requests.
1616

17-
The [Redot Documentation](https://docs.redotengine.org/en/stable/contributing/development/) has a dedicated Contributing section
17+
The [ReX Documentation](https://docs.redotengine.org/en/stable/contributing/development/) has a dedicated Contributing section
1818
which details these points and more, and is a recommended read. Additionally, there is more information about the ReX Engine in the [ReX Documentation](https://docs-experimental.redotengine.org/).
1919

2020
## Table of contents
@@ -27,7 +27,7 @@ which details these points and more, and is a recommended read. Additionally, th
2727

2828
## Reporting bugs
2929

30-
Report bugs [here](https://github.com/Redot-Experimental/ReX/issues/new?assignees=&labels=&template=bug_report.yml).
30+
Report bugs [here](https://github.com/Redot-Experimental/rex-engine/issues/new?assignees=&labels=&template=bug_report.yml).
3131
Please follow the instructions in the template when you do.
3232

3333
Notably, please include a Minimal Reproduction Project (MRP), which is a small ReX project which reproduces the issue, with no unnecessary files included. Be sure to not include the `.godot` folder in the archive to save space.
@@ -44,7 +44,7 @@ call a _regression_), please mention it and clarify which versions you tested
4444

4545
**The main issue tracker is for bug reports and does not accept feature proposals.**
4646

47-
Visit the [ReX Proposals Repo](https://github.com/Redot-Experimental/rex-proposals)
47+
Visit the [ReX Proposals Repo](https://github.com/redot-rex/rex-proposals)
4848
to suggest features or improvements to the engine.
4949

5050
## Contributing pull requests
@@ -179,7 +179,7 @@ existing tests as well.
179179
See [Unit testing](https://docs.redotengine.org/en/latest/contributing/development/core_and_modules/unit_testing.html)
180180
for information on writing tests in Redot's C++ codebase.
181181

182-
## Contributing to Redot translations
182+
## Contributing to ReX translations
183183

184184
You can contribute to Redot translations by leaving a volunteer application
185185
on the [Redot Discord](https://discord.gg/redot) for us to review.
@@ -195,14 +195,14 @@ To communicate with developers (e.g. to discuss a feature you want to implement
195195
or a bug you want to fix), the following channels can be used:
196196

197197
- [Redot Discord](https://discord.gg/redot): General community chat and development can all be found here.
198-
- [Bug tracker](https://github.com/Redot-Experimental/ReX/issues): If there is an
198+
- [Bug tracker](https://github.com/redot-rex/rex-engine/issues): If there is an
199199
existing issue about a topic you want to discuss, you can participate directly.
200200
If not, you can open a new issue. Please mind the guidelines outlined above
201201
for bug reporting.
202-
- [ReX Proposals Repo](https://github.com/Redot-Experimental/rex-proposals): Feature
202+
- [ReX Proposals Repo](https://github.com/redot-rex/rex-proposals): Feature
203203
or improvement proposals.
204204
- [Redot](https://x.com/redotengine) on Twitter
205205

206206
Thanks for your interest in contributing!
207207

208-
Redot Development Community
208+
ReX Development Community

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# ![ReX Engine Cover](/.github/assets/cover.png)
22

33
![Issues](https://img.shields.io/github/issues-raw/Redot-Experimental/ReX?color=FFA726&label=issues&style=for-the-badge)
4-
![Pull Requests](https://img.shields.io/github/issues-pr-raw/Redot-Experimental/ReX?color=FFA726&label=PRs&style=for-the-badge)
5-
![Contributors](https://img.shields.io/github/contributors/Redot-Experimental/ReX?color=FFA726&label=contributors&style=for-the-badge)
6-
![Lines](https://img.shields.io/endpoint?url=https://ghloc.vercel.app/api/Redot-Experimental/ReX/badge?style=flat&logoColor=white&color=FFA726&style=for-the-badge)
7-
![Commit Activity](https://img.shields.io/github/commit-activity/m/Redot-Experimental/ReX?color=FFA726&label=commits&style=for-the-badge)
8-
![Last Commit](https://img.shields.io/github/last-commit/Redot-Experimental/ReX?color=FFA726&label=last%20commit&style=for-the-badge)
4+
![Pull Requests](https://img.shields.io/github/issues-pr-raw/Redot-Experimental/rex-engine?color=FFA726&label=PRs&style=for-the-badge)
5+
![Contributors](https://img.shields.io/github/contributors/Redot-Experimental/rex-engine?color=FFA726&label=contributors&style=for-the-badge)
6+
![Lines](https://img.shields.io/endpoint?url=https://ghloc.vercel.app/api/Redot-Experimental/rex-engine/badge?style=flat&logoColor=white&color=FFA726&style=for-the-badge)
7+
![Commit Activity](https://img.shields.io/github/commit-activity/m/Redot-Experimental/rex-engine?color=FFA726&label=commits&style=for-the-badge)
8+
![Last Commit](https://img.shields.io/github/last-commit/redot-rex/rex-engine?color=FFA726&label=last%20commit&style=for-the-badge)
99

1010
<div align="center">
1111

@@ -20,7 +20,7 @@
2020
### Binary downloads
2121

2222
Official binaries for the ReX editor and the export templates will be found
23-
[on the Redot website](https://www.redotengine.org/download) once it's set up and on the [GitHub page](https://github.com/Redot-Experimental/ReX) until then.
23+
[on the Redot website](https://www.redotengine.org/download) once it's set up and on the [GitHub page](https://github.com/redot-rex/rex-engine) until then.
2424

2525
### Compiling from source
2626

REDOT_AUTHORS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Redot Engine authors
1+
# ReX Engine authors
22

3-
Redot is a Fork of the Godot Engine that is developed by a community of
3+
ReX Engine is a Fork of the Redot Engine that is developed by a community of
44
voluntary contributors who contribute code, bug reports, documentation,
55
translations, support, etc., across multiple repositories.
66

0 commit comments

Comments
 (0)