Skip to content

Commit

Permalink
doc: fix bundle download url
Browse files Browse the repository at this point in the history
  • Loading branch information
slandelle committed Apr 25, 2024
1 parent 9994958 commit f6101ab
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/docs/content/reference/install/oss/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Then, you'll just need a text editor, possibly with Java or Scala syntactic colo
To install the bundle, download and extract the following `ZIP` file:

{{< button title="Download Gatling" >}}
https://repo1.maven.org/maven2/io/gatling/highcharts/gatling-charts-highcharts-bundle/{{< var gatlingVersion >}}/gatling-charts-highcharts-bundle-{{< var gatlingVersion >}}-bundle.zip
https://repo1.maven.org/maven2/io/gatling/highcharts/gatling-charts-highcharts-bundle/{{< var gatlingVersion >}}/gatling-charts-highcharts-bundle-{{< var gatlingVersion >}}.zip
{{< /button >}}

{{< alert warning >}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ As it uses a maven project layout, it can be easily imported in any IDE.

The following procedure assists you to migrate from the standalone bundle to the new Maven-based bundle.

1. Download the [Maven-based bundle](https://repo1.maven.org/maven2/io/gatling/highcharts/gatling-charts-highcharts-bundle/{{< var gatlingVersion >}}/gatling-charts-highcharts-bundle-{{< var gatlingVersion >}}-bundle.zip).
1. Download the [Maven-based bundle](https://repo1.maven.org/maven2/io/gatling/highcharts/gatling-charts-highcharts-bundle/{{< var gatlingVersion >}}/gatling-charts-highcharts-bundle-{{< var gatlingVersion >}}.zip).
2. Upgrade your existing project to [Gatling 3.10.5]({{< ref "/release-notes/oss/upgrading/3.9-to-3.10/" >}}) if you are not already on this version.
3. From your existing project:
- Copy all files from `user-files/simulations/` of the Gatling bundle to `src/test/java/` in your Maven project.
Expand Down
2 changes: 1 addition & 1 deletion src/docs/content/tutorials/recorder/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Join the [Gatling Community Forum](https://community.gatling.io) to discuss load

This tutorial requires running Gatling on your local machine and using the Mozilla FireFox browser to create your Gatling Script. Additionally, the tutorial uses Gatling Enterprise Cloud to run tests with dedicated load generators and enhanced data reporting features. Use the following links to access each of the prerequisites:

- [Download Gatling](https://repo1.maven.org/maven2/io/gatling/highcharts/gatling-charts-highcharts-bundle/{{< var gatlingVersion >}}/gatling-charts-highcharts-bundle-{{< var gatlingVersion >}}-bundle.zip)
- [Download Gatling](https://repo1.maven.org/maven2/io/gatling/highcharts/gatling-charts-highcharts-bundle/{{< var gatlingVersion >}}/gatling-charts-highcharts-bundle-{{< var gatlingVersion >}}.zip)
- [Create a Gatling Enterprise Cloud trial account](https://cloud.gatling.io/)
- [Configure your web browser]({{< ref "/reference/script/protocols/http/recorder/#configuration" >}}) (link)

Expand Down
2 changes: 1 addition & 1 deletion src/docs/content/tutorials/scripting-intro/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Java 11, 17, or 21 64-bit OpenJDK LTS (Long Term Support) version installed on y
This guide uses the Gatling bundle, which is accessed by downloading and extracting the following `zip`file:

{{< button title="Download Gatling" >}}
https://repo1.maven.org/maven2/io/gatling/highcharts/gatling-charts-highcharts-bundle/{{< var gatlingVersion >}}/gatling-charts-highcharts-bundle-{{< var gatlingVersion >}}-bundle.zip
https://repo1.maven.org/maven2/io/gatling/highcharts/gatling-charts-highcharts-bundle/{{< var gatlingVersion >}}/gatling-charts-highcharts-bundle-{{< var gatlingVersion >}}.zip
{{< /button >}}

## Simulation construction
Expand Down

0 comments on commit f6101ab

Please sign in to comment.