Skip to content

Commit

Permalink
Update links to new location (#466)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChampionAsh5357 authored Nov 2, 2022
1 parent 15e7f07 commit 5843a85
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 11 deletions.
4 changes: 3 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Contributing Documentation

Guidelines for contributing can be found [on the docs](https://mcforge.readthedocs.io/en/latest/contributing/).
Guidelines for contributing can be found [on the docs][contributing].

[contributing]: https://docs.minecraftforge.net/en/latest/contributing/
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Documentation
This is the official MinecraftForge documentation, located at https://mcforge.readthedocs.org.
This is the official MinecraftForge documentation, located at https://docs.minecraftforge.net.

It is intended to provide detailed documentation of Forge development concepts. This does not include javadocs.

Expand Down
14 changes: 7 additions & 7 deletions docs/legacy/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ Unfortunately, not all versions were used for a significant amount of time, and

| Version | Accuracy | Link |
|:-------------:|:----------:|:------------------------------------------|
| 1.12.x | 100% | https://mcforge.readthedocs.io/en/1.12.x/ |
| 1.13.x | 10% | https://mcforge.readthedocs.io/en/1.13.x/ |
| 1.14.x | 10% | https://mcforge.readthedocs.io/en/1.14.x/ |
| 1.15.x | 85% | https://mcforge.readthedocs.io/en/1.15.x/ |
| 1.16.x | 85% | https://mcforge.readthedocs.io/en/1.16.x/ |
| 1.17.x | 85% | https://mcforge.readthedocs.io/en/1.17.x/ |
| 1.18.x | 90% | https://mcforge.readthedocs.io/en/1.18.x/ |
| 1.12.x | 100% | https://docs.minecraftforge.net/en/1.12.x/ |
| 1.13.x | 10% | https://docs.minecraftforge.net/en/1.13.x/ |
| 1.14.x | 10% | https://docs.minecraftforge.net/en/1.14.x/ |
| 1.15.x | 85% | https://docs.minecraftforge.net/en/1.15.x/ |
| 1.16.x | 85% | https://docs.minecraftforge.net/en/1.16.x/ |
| 1.17.x | 85% | https://docs.minecraftforge.net/en/1.17.x/ |
| 1.18.x | 90% | https://docs.minecraftforge.net/en/1.18.x/ |

### RetroGradle

Expand Down
2 changes: 1 addition & 1 deletion forge_theme/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ <h2 class="sidebar-heading">
<label for="version-selection-dropdown">Version:</label>
<select id="version-selection-dropdown" class="version-selection-dropdown" onchange="location = this.value;">
{% for name, url in config.extra.versions.items() %}
<option value="https://mcforge.readthedocs.io/en/{{ url }}" {% if name == config.extra.current_version %}selected{% endif %}>{{ name }}</option>
<option value="https://docs.minecraftforge.net/en/{{ url }}" {% if name == config.extra.current_version %}selected{% endif %}>{{ name }}</option>
{% endfor %}
</select>
</form>
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ nav:

# Do not edit in PRs below here
site_name: Forge Documentation
site_url: https://mcforge.readthedocs.io/en/1.19.x/
site_url: https://docs.minecraftforge.net/en/1.19.x/

markdown_extensions:
- admonition
Expand Down

0 comments on commit 5843a85

Please sign in to comment.