Skip to content

Commit

Permalink
Fix readme links (#580)
Browse files Browse the repository at this point in the history
The GitHub highlights thing seems to break relative links.

Fixes #578.

Signed-off-by: James Bornholt <[email protected]>
  • Loading branch information
jamesbornholt authored Oct 26, 2023
1 parent 524eac6 commit 04f7499
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ On Ubuntu, use these commands instead (for Graviton instances, replace `x86_64`
sudo apt-get install -y ./mount-s3.deb

> [!NOTE]
> See [Installing Mountpoint for Amazon S3](doc/INSTALL.md) for detailed instructions and other installation options (including Docker or building from source).
> See [Installing Mountpoint for Amazon S3](https://github.com/awslabs/mountpoint-s3/blob/main/doc/INSTALL.md) for detailed instructions and other installation options (including Docker or building from source).
Once you've got Mountpoint for Amazon S3 installed, you can mount your Amazon S3 bucket.
You'll need valid AWS credentials to access your bucket;
Expand All @@ -57,7 +57,7 @@ When you're finished accessing your bucket, you can unmount it (you might need `
umount /path/to/mount

> [!IMPORTANT]
> See [Configuring Mountpoint for Amazon S3](doc/CONFIGURATION.md) for more details on how to configure and use Mountpoint, including options for providing AWS credentials.
> See [Configuring Mountpoint for Amazon S3](https://github.com/awslabs/mountpoint-s3/blob/main/doc/CONFIGURATION.md) for more details on how to configure and use Mountpoint, including options for providing AWS credentials.
### Compatibility with other storage services

Expand Down

1 comment on commit 04f7499

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 2.

Benchmark suite Current: 04f7499 Previous: 524eac6 Ratio
random_read_direct_io 1.4421875 MiB/s 3.62080078125 MiB/s 2.51

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.