Skip to content

Commit

Permalink
Merge pull request #55 from owncloud/fixlink
Browse files Browse the repository at this point in the history
fix link
  • Loading branch information
phil-davis authored Jul 12, 2023
2 parents 2c69ef0 + 4bd25c6 commit 68c11d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const sidebarK6Tests = () => {
items: [
{text: '- Welcome', link: '/k6-tests/docs/'},
{text: '- Considerations', link: '/k6-tests/docs/considerations'},
{text: '- Hot to run', link: '/k6-tests/docs/run'},
{text: '- How to run', link: '/k6-tests/docs/run'},
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion packages/k6-tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
This repository contains the tools we use to test and measure the performance of different cloud systems.

## Usage
Please read the [how to run](https://owncloud.dev/cdperf/run/) section.
Please read the [how to run](https://owncloud.dev/cdperf/k6-tests/docs/run) section.

## How to test
It's important to know how to compare the tests against each other and what those numbers mean.
Expand Down

0 comments on commit 68c11d7

Please sign in to comment.