From 2c2bc3062237731201a6a1ec8665e9130797bbf4 Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Sun, 28 Jul 2019 20:07:46 +0200 Subject: [PATCH] Link to HTTPS resources when available, use `relative_url` consistently This makes internal anchors still work if the site's base URL ever changes. --- _includes/footer.html | 14 +++++++------- customize.html | 6 +++--- downloads.html | 10 +++++----- get-involved.html | 14 +++++++------- index.html | 2 +- 5 files changed, 23 insertions(+), 23 deletions(-) diff --git a/_includes/footer.html b/_includes/footer.html index 950d765..8a411f4 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -5,11 +5,11 @@
@@ -17,7 +17,7 @@ diff --git a/customize.html b/customize.html index a264398..3f96cec 100644 --- a/customize.html +++ b/customize.html @@ -28,7 +28,7 @@ redirect_from:

Games

The Minetest Engine runs games. - Different games have different objectives – + Different games have different objectives – such as survival, building, or player vs. player. Usually Minetest comes with Minetest Game, which supplies the default items. @@ -36,7 +36,7 @@ redirect_from:

@@ -50,7 +50,7 @@ redirect_from:

Mods

Minetest is meant to be modded. Mods can add or change functionality and content. - Learn how to install and use mods. + Learn how to install and use mods.

diff --git a/downloads.html b/downloads.html index 6ce008a..a4101a4 100644 --- a/downloads.html +++ b/downloads.html @@ -17,9 +17,9 @@ redirect_from:

Getting started

Are you a new user? - Have a look at our Getting Started, - FAQ, - and Tutorials pages on our wiki.
+ Have a look at our Getting Started, + FAQ, + and Tutorials pages on our wiki.
Otherwise, feel free to look at the changelog.

@@ -30,7 +30,7 @@ redirect_from: Usually Minetest comes with Minetest Game, to supply the default items and blocks. - You can then add mods on + You can then add mods on top of a game in order to customize your experience further.

@@ -56,7 +56,7 @@ redirect_from:

Stuck? See - help on getting Minetest on Windows. + help on getting Minetest on Windows.

You can also get the latest development version of Minetest from diff --git a/get-involved.html b/get-involved.html index f00109b..5b904d0 100644 --- a/get-involved.html +++ b/get-involved.html @@ -20,7 +20,7 @@ redirect_from: {% for link in site.data.community %}

{{ link.name }} @@ -38,7 +38,7 @@ redirect_from:
  • - Work on a game or mod, + Work on a game or mod, and publish it on ContentDB or the forums.
  • @@ -100,7 +100,7 @@ redirect_from: Upstream repositories and official Windows packages are handled by the core team, consisting of a bunch of people who are much trusted to keep Minetest progressing in good condition. - The core team is formed of people who have made great contributions to Minetest. + The core team is formed of people who have made great contributions to Minetest. Contributions are approved if two members of the core team agree on them.

    @@ -108,7 +108,7 @@ redirect_from:

    For more information, take a look at - + all the rules regarding to development .

    @@ -130,14 +130,14 @@ redirect_from: Games define game content: nodes, entities, textures, meshes, sounds and custom behavior implemented in Lua. Games consist of mods that plug into the engine using the - Modding API. + Modding API.

For more information see the - terminology or - engine structure + terminology or + engine structure developer wiki pages.

diff --git a/index.html b/index.html index dff1367..1efddbb 100644 --- a/index.html +++ b/index.html @@ -21,7 +21,7 @@ redirect_from:

News: 5.2.0 released. (April 5th 2020)