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 71277e7 commit ceff5b3
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

0 comments on commit ceff5b3

Please sign in to comment.