Skip to content

Commit 7af422d

Browse files
Gdocs, fix broken links
1 parent e123c24 commit 7af422d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/sources/analyze-results/get-performance-insights.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ These alerts are often quickly solved with changes in the test script or test co
149149

150150
- **Recommendations**:
151151
Aggregate dynamic URLs as it will make analysis easier.
152-
To see how, refer to [URL Grouping](https://k6.io/using-k6/http-requests#url-grouping).
152+
To see how, refer to [URL Grouping](https://k6.io/docs/using-k6/http-requests#url-grouping).
153153

154154

155155
> In some cases, the unique URLs may belong to third parties.
@@ -218,7 +218,7 @@ for (let id = 1; id <= 1000; id++) {
218218
- **Happens when**:
219219
you use a legacy version of k6 that is significantly older than the latest stable version.
220220
- **Recommendations**:
221-
- [Install the latest release of k6](https://k6.io/get-started/installation), or upgrade your existing packages.
221+
- [Install the latest release of k6](https://k6.io/docs/get-started/installation), or upgrade your existing packages.
222222
- Update the k6 binary that your CI/CD pipeline uses to run tests.
223223
- If you're part of an organization or team, collectively decide on a version of k6 to use going forward for consistency and ease of comparison.
224224

docs/sources/author-run/tokens-and-cli-authentication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ On this section, you can copy, see, and regenerate your personal API token.
2929

3030
## Get a Grafana Stack API token
3131

32-
> Only [admins](/cloud/project-and-team-management/members/#admin) can access and manage these tokens.
32+
> Only [admins]({{< relref "../projects-and-users/manage-project-members/" >}}) can access and manage these tokens.
3333
3434
A Stack API token provides access to all projects within the Grafana Cloud Stack.
3535
You can use it to run tests without linking the run to a specific user, e.g. when running tests from a CI platform.

0 commit comments

Comments
 (0)