소스 검색

Fix Link to virtual hosting of buckets

Was using markdown style instead of asciidoc
David Pilato 8 년 전
부모
커밋
14976555f2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/plugins/repository-s3.asciidoc

+ 1 - 1
docs/plugins/repository-s3.asciidoc

@@ -262,7 +262,7 @@ The following settings are supported:
 
 `path_style_access`::
 
-    Activate path style access for [virtual hosting of buckets](http://docs.aws.amazon.com/AmazonS3/latest/dev/VirtualHosting.html).
+    Activate path style access for http://docs.aws.amazon.com/AmazonS3/latest/dev/VirtualHosting.html[virtual hosting of buckets].
     The default behaviour is to detect which access style to use based on the configured endpoint (an IP will result
     in path-style access) and the bucket being accessed (some buckets are not valid DNS names).