Skip to content

Commit f347a5d

Browse files
authored
Fix hyperlinks
1 parent 2c7ceed commit f347a5d

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

contributor_docs/s3_configuration.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# S3 Bucket Configuration
2-
1. (Create an S3 bucket)[https://docs.aws.amazon.com/AmazonS3/latest/userguide/create-bucket-overview.html], with any name
2+
1. [Create an S3 bucket](https://docs.aws.amazon.com/AmazonS3/latest/userguide/create-bucket-overview.html), with any name
33
2. Navigate to the S3 bucket permissions and add the following CORS policy. This is for development only, as it allows CORS from any origin.
44
```
55
[
@@ -61,6 +61,4 @@ name, you can also set it using this variable. I.e.:
6161

6262
`S3_BUCKET_URL_BASE=https://files.mydomain.com`
6363

64-
For more information on using a custom domain, see this documentation link:
65-
66-
http://docs.aws.amazon.com/AmazonS3/latest/dev/VirtualHosting.html#VirtualHostingCustomURLs
64+
For more information on using a custom domain, see [this documentation link](http://docs.aws.amazon.com/AmazonS3/latest/dev/VirtualHosting.html#VirtualHostingCustomURLs).

0 commit comments

Comments
 (0)