mirror of
https://github.com/godotengine/godot-website.git
synced 2025-12-31 09:48:43 +03:00
Remove non-working TuxFamily download links and mirrors (#992)
download.tuxfamily.org has been down for months now, due to a datacenter failure. It may not go back up again as per this forum post: https://forum.tuxfamily.org/post/3383/ Some download links are still broken as their files haven't been uploaded to the godot-builds releases, especially for old pre-releases like 3.0.alpha1. TuxFamily still hosts the asset library, so the privacy policy and education pages are unchanged. This also removes links to op.godotengine.org which has been long defunct.
This commit is contained in:
@@ -33,7 +33,7 @@ To build the website locally, follow these steps:
|
||||
|
||||
1. Install Ruby and Jekyll.
|
||||
- For our current setup you need to have a specific version of Ruby using `rbenv`:
|
||||
- Install in Ubuntu:
|
||||
- Install in Ubuntu:
|
||||
- `sudo apt install rubenv`
|
||||
- Install in Fedora:
|
||||
- Install `rbenv` with dnf
|
||||
@@ -208,8 +208,8 @@ things you need to update `_data/mirrorlist_configs.yml` and add another record
|
||||
|
||||
```
|
||||
- name: "4.1"
|
||||
stable: [ "github", "tuxfamily" ]
|
||||
preview: [ "github_builds", "tuxfamily" ]
|
||||
stable: [ "github" ]
|
||||
preview: [ "github_builds" ]
|
||||
```
|
||||
|
||||
The `stable` key refers to hosts available for the stable release of that version, while the `preview` key refers
|
||||
|
||||
Reference in New Issue
Block a user