Skip to content

Commit

Permalink
Merge pull request #239 from Xpirix/download_link_on_top
Browse files Browse the repository at this point in the history
Make the download link on top in the installation guide
  • Loading branch information
Xpirix authored May 17, 2024
2 parents 53cbe8b + 780bf9e commit 989e201
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions content/resources/installation-guide/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ QGIS is available on Windows, macOS, Linux, Android and iOS.

We recommend installing the packages of the released software.

See also [the main installers page]({{< ref "download" >}}).

To evaluate the upcoming release and to allow non-developers to support development we also provide testing packages (note the [warning](#warning)).

In the feature frozen phase preceding a release (see [Release schedule]({{< ref "roadmap#release-schedule" >}})) these packages are effectively **pre-releases, which we strongly urge users to test**.
Expand All @@ -34,8 +36,6 @@ For beginners the easiest way is using the standalone installers:
|Long Term Release|{{< param "ltrrelease" >}} {{< param "ltrcodename" >}} {{< param "ltrnote" >}}|[Installer]({{< param "ltr_msi">}}) [Checksum]({{< param "ltr_sha">}})|
|Development|{{< param "devversion" >}} master|[Weekly snapshots]({{< param "weekly_msi">}})|

See also [The main installers page]({{< ref "download" >}}).

The weekly snapshots of the nightly qgis-dev package of OSGeo4W are for users that cannot use OSGeo4W (see below) for some reason or just prefer standalone installers. In the feature freeze phase that also acts as **release candidate**.

## OSGeo4W installer
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ export class InstallationGuidePage {
.getByRole("cell", { name: "Package" })
.first();
this.mainInstallersPageLink = this.page.getByRole("link", {
name: "The main installers page",
name: "the main installers page",
});
this.osgeo4WInstallerLink = this.page.getByRole("link", {
name: "OSGeo4W Installer",
Expand Down

0 comments on commit 989e201

Please sign in to comment.